8 Star 0 Fork 8

src-openEuler/systemabilitymgr_safwk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
safwk.bundle.json 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
zxstty 提交于 2023-11-10 11:57 . add safwk.bundle.json and safwk.BUILD.gn
{
"name": "@ohos/systemabilitymgr_safwk",
"description": "system ability framework",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/systemabilitymgr_safwk",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/systemabilitymgr/safwk"
},
"dirs": {},
"scripts": {},
"component": {
"name": "safwk",
"subsystem": "systemabilitymgr",
"features": [ "safwk_feature_coverage = false" ],
"adapted_system_type": [
"standard"
],
"rom": "200KB",
"ram": "7130KB",
"deps": {
"components": [
"hitrace_native",
"hiviewdfx_hilog_native",
"ipc",
"samgr",
"c_utils"
],
"third_party": [ "libxml2" ]
},
"build": {
"group_type": {
"base_group": [
"//foundation/systemabilitymgr/safwk/services/safwk:sa_main",
"//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk:system_ability_fwk"
],
"fwk_group": [],
"service_group": []
},
"inner_kits": [
{
"header": {
"header_base": "//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk",
"header_files": [
"system_ability.h"
]
},
"name": "//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk:system_ability_fwk"
}
],
"test": [
"//foundation/systemabilitymgr/safwk/test:unittest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/systemabilitymgr_safwk.git
git@gitee.com:src-openeuler/systemabilitymgr_safwk.git
src-openeuler
systemabilitymgr_safwk
systemabilitymgr_safwk
master

搜索帮助