Files
distributedschedule_safwk_lite/bundle.json
T
chen 0dd5cf4f32 modify samgr partname
Signed-off-by: chen <chenkang40@huawei.com>
Change-Id: Iaabc995995fa988d8a15818a330a65664ffa833a
2022-07-21 19:57:18 +08:00

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"
]
}
}
}