1 Star 0 Fork 320

zhoujun62/distributedschedule_samgr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 3.66 KB
一键复制 编辑 原始数据 按行查看 历史
chen 提交于 2022-05-25 19:05 . add samgr.ready dac
{
"name": "@ohos/distributedschedule_samgr",
"description": "system ability manager",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/distributedschedule_samgr",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/distributedschedule/samgr"
},
"dirs": {},
"scripts": {},
"component": {
"name": "samgr_standard",
"subsystem": "distributedschedule",
"adapted_system_type": [
"standard"
],
"rom": "300KB",
"ram": "7130KB",
"deps": {
"components": [
"eventhandler",
"hiviewdfx_hilog_native",
"init",
"ipc",
"utils_base"
],
"third_party": [ "libxml2" ]
},
"build": {
"sub_component": [
"//foundation/distributedschedule/samgr/interfaces/innerkits/common:samgr_common",
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
"//foundation/distributedschedule/samgr/services/samgr/native:samgr",
"//foundation/distributedschedule/samgr/services/samgr/native:etc",
"//foundation/distributedschedule/samgr/etc:samgr_etc",
"//third_party/libxml2:libxml2"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy/include/",
"header_files": [
"if_system_ability_manager.h",
"iservice_registry.h",
"isystem_ability_load_callback.h",
"isystem_ability_status_change.h",
"system_ability_definition.h",
"system_ability_manager_proxy.h",
"system_ability_load_callback_stub.h",
"system_ability_status_change_stub.h",
"sam_log.h"
]
},
"name": "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy"
},
{
"header": {
"header_base": "//foundation/distributedschedule/samgr/interfaces/innerkits/common/include/",
"header_files": [
"sa_profiles.h",
"parse_util.h"
]
},
"name": "//foundation/distributedschedule/samgr/interfaces/innerkits/common:samgr_common"
},
{
"header": {
"header_base": "//foundation/distributedschedule/samgr/interfaces/innerkits/lsamgr/",
"header_files": [
"if_local_ability_manager.h",
"local_ability_manager_proxy.h"
]
},
"name": "//foundation/distributedschedule/samgr/interfaces/innerkits/lsamgr:lsamgr"
}
],
"test": [
"//foundation/distributedschedule/samgr/services/samgr/native/test:unittest",
"//foundation/distributedschedule/samgr/test/fuzztest/systemabilitymanager_fuzzer:fuzztest",
"//foundation/distributedschedule/samgr/services/common/test:unittest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhoujun62/distributedschedule_samgr.git
git@gitee.com:zhoujun62/distributedschedule_samgr.git
zhoujun62
distributedschedule_samgr
distributedschedule_samgr
master

搜索帮助