mirror of
https://github.com/openharmony/distributedschedule_safwk_lite.git
synced 2026-07-01 21:54:02 -04:00
0dd5cf4f32
Signed-off-by: chen <chenkang40@huawei.com> Change-Id: Iaabc995995fa988d8a15818a330a65664ffa833a
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@ohos/systemabilitymgr_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": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"utils_base",
|
|
"bundle_framework_lite",
|
|
"ability_lite",
|
|
"hilog",
|
|
"permission",
|
|
"dmsfwk_lite",
|
|
"samgr_lite",
|
|
"powermgr_lite"
|
|
],
|
|
"third_party": [
|
|
"bounds_checking_function",
|
|
"cjson"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/systemabilitymgr/safwk_lite:foundation"
|
|
]
|
|
}
|
|
}
|
|
} |