14 Star 86 Fork 109

OpenHarmony / ability_dmsfwk_lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
liuxiaowei42 提交于 2023-08-09 16:21 . 部件化依赖整改
{
"name": "@ohos/dmsfwk_lite",
"description": "distributed abiltiy manager service",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/ability_dmsfwk_lite",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/ability/dmsfwk_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "dmsfwk_lite",
"subsystem": "ability",
"adapted_system_type": [
"small"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"utils_lite",
"hilog_lite",
"samgr_lite",
"bundle_framework_lite",
"ability_lite",
"huks"
],
"third_party": [
"bounds_checking_function",
"cJSON"
]
},
"build": {
"sub_component": [
"//foundation/ability/dmsfwk_lite:dtbschedmgr",
"//foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite:distributed_schedule_test_dms_door"
],
"inner_kits": [
{
"header": {
"header_base": "foundation/ability/dmsfwk_lite/interfaces/innerkits/",
"header_files": [
"dmsfwk_interface.h"
]
},
"name": "//foundation/ability/dmsfwk_lite:dtbschedmgr"
}
]
}
}
}
1
https://gitee.com/openharmony/ability_dmsfwk_lite.git
git@gitee.com:openharmony/ability_dmsfwk_lite.git
openharmony
ability_dmsfwk_lite
ability_dmsfwk_lite
master

搜索帮助