36 Star 258 Fork 225

OpenHarmony / systemabilitymgr_samgr_lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
LiFeng 提交于 2023-09-26 17:17 . modify code
{
"name": "@ohos/samgr_lite",
"description": "system ability manager",
"homePage": "https://gitee.com/openharmony",
"version": "4.0.2",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/systemabilitymgr_samgr_lite",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/systemabilitymgr/samgr_lite"
},
"supplier":"Organization:OpenHarmony",
"dirs": {},
"scripts": {},
"component": {
"name": "samgr_lite",
"subsystem": "systemabilitymgr",
"adapted_system_type": [
"small"
],
"adapted_kernel": [
"liteos_a",
"liteos_m",
"uniproton",
"linux"
],
"rom": "100KB",
"ram": "2048KB",
"deps": {
"components": [
"hilog_lite",
"ipc",
"liteos_m",
"permission_lite",
"utils_lite"
],
"third_party": [
"bounds_checking_function",
"cJSON"
]
},
"build": {
"sub_component": [
"//foundation/systemabilitymgr/samgr_lite:samgr"
]
}
}
}
1
https://gitee.com/openharmony/systemabilitymgr_samgr_lite.git
git@gitee.com:openharmony/systemabilitymgr_samgr_lite.git
openharmony
systemabilitymgr_samgr_lite
systemabilitymgr_samgr_lite
master

搜索帮助