8 Star 56 Fork 79

OpenHarmony / systemabilitymgr_safwk_lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
huangxiaolinabc123 提交于 2023-08-14 19:08 . modify code
{
"name": "@ohos/safwk_lite",
"description": "system ability framework",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/systemabilitymgr_safwk_lite",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/systemabilitymgr/safwk_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "safwk_lite",
"subsystem": "systemabilitymgr",
"adapted_system_type": [
"small"
],
"adapted_kernel": [
"liteos_a",
"linux"
],
"rom": "100KB",
"ram": "2048KB",
"deps": {
"components": [
"ability_lite",
"battery_lite",
"bundle_framework_lite",
"dmsfwk_lite",
"hilog_lite",
"permission_lite",
"powermgr_lite",
"samgr_lite"
],
"third_party": [
"bounds_checking_function",
"cJSON"
]
},
"build": {
"sub_component": [
"//foundation/systemabilitymgr/safwk_lite:foundation"
]
}
}
}
1
https://gitee.com/openharmony/systemabilitymgr_safwk_lite.git
git@gitee.com:openharmony/systemabilitymgr_safwk_lite.git
openharmony
systemabilitymgr_safwk_lite
systemabilitymgr_safwk_lite
master

搜索帮助