2022-01-18 17:22:31 +08:00
|
|
|
{
|
|
|
|
"name": "@ohos/distributedschedule_samgr_lite",
|
|
|
|
"description": "system ability manager",
|
|
|
|
"homePage": "https://gitee.com/openharmony",
|
|
|
|
"version": "3.1",
|
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"repository": "https://gitee.com/openharmony/distributedschedule_samgr_lite",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
|
|
|
"destPath": "foundation/distributedschedule/samgr_lite"
|
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"component": {
|
|
|
|
"name": "samgr_lite",
|
|
|
|
"subsystem": "distributedschedule",
|
|
|
|
"adapted_system_type": [
|
|
|
|
"small"
|
|
|
|
],
|
2022-01-24 20:43:04 +08:00
|
|
|
"adapted_kernel": [
|
|
|
|
"liteos_a",
|
|
|
|
"liteos_m",
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"rom": "62KB",
|
2022-01-18 17:22:31 +08:00
|
|
|
"ram": "",
|
|
|
|
"deps": {
|
2022-01-24 20:43:04 +08:00
|
|
|
"components": [
|
|
|
|
"utils_base",
|
|
|
|
"hilog_lite"
|
|
|
|
],
|
2022-01-18 17:22:31 +08:00
|
|
|
"third_party": [
|
|
|
|
"bounds_checking_function",
|
|
|
|
"cJSON"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [
|
2022-01-24 20:43:04 +08:00
|
|
|
"//foundation/distributedschedule/samgr_lite:samgr"
|
2022-01-18 17:22:31 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|