mirror of
https://github.com/openharmony/distributedschedule_samgr_lite.git
synced 2026-07-20 20:15:20 -04:00
9005511d11
Signed-off-by: huangxiaolinabc123 <huangxiaolin12@huawei.com> Change-Id: I6fa665a2696b00e50a3d497417f8aebfc95c72c0
43 lines
1.1 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |