8 Star 0 Fork 5

src-openEuler/systemabilitymgr_samgr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
bundle.json 2.64 KB
一键复制 编辑 原始数据 按行查看 历史
zxstty 提交于 2023-11-10 11:54 +08:00 . change by hp
{
"name": "@ohos/systemabilitymgr_samgr",
"description": "system ability manager",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/systemabilitymgr_samgr",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/systemabilitymgr/samgr"
},
"dirs": {},
"scripts": {},
"component": {
"name": "samgr",
"subsystem": "systemabilitymgr",
"features": [ "samgr_feature_coverage = false" ],
"adapted_system_type": [
"standard"
],
"rom": "300KB",
"ram": "7130KB",
"deps": {
"components": [
"access_token",
"c_utils",
"eventhandler",
"hisysevent_native",
"hitrace_native",
"hiviewdfx_hilog_native",
"init",
"ipc",
"samgr",
"selinux",
"startup_l2"
],
"third_party": [ "libxml2" ]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": []
},
"inner_kits": [
{
"header": {
"header_base": "//foundation/systemabilitymgr/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/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy"
},
{
"header": {
"header_base": "//foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/",
"header_files": [
"sa_profiles.h",
"parse_util.h"
]
},
"name": "//foundation/systemabilitymgr/samgr/interfaces/innerkits/common:samgr_common"
}
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/systemabilitymgr_samgr.git
git@gitee.com:src-openeuler/systemabilitymgr_samgr.git
src-openeuler
systemabilitymgr_samgr
systemabilitymgr_samgr
master

搜索帮助