Files
huangxiaolinabc123 9005511d11 modify samgr
Signed-off-by: huangxiaolinabc123 <huangxiaolin12@huawei.com>
Change-Id: I6fa665a2696b00e50a3d497417f8aebfc95c72c0
2022-08-01 09:36:05 +08:00

43 lines
1.1 KiB
JSON

{
"name": "@ohos/systemabilitymgr_samgr_lite",
"description": "system ability manager",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/systemabilitymgr_samgr_lite",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/systemabilitymgr/samgr_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "samgr_lite",
"subsystem": "systemabilitymgr",
"adapted_system_type": [
"small"
],
"adapted_kernel": [
"liteos_a",
"liteos_m",
"linux"
],
"rom": "62KB",
"ram": "",
"deps": {
"components": [
"utils_base",
"hilog_lite"
],
"third_party": [
"bounds_checking_function",
"cJSON"
]
},
"build": {
"sub_component": [
"//foundation/systemabilitymgr/samgr_lite:samgr"
]
}
}
}