mirror of
https://github.com/openharmony/startup_appspawn_lite.git
synced 2026-07-19 11:41:50 -04:00
43a1361c81
Signed-off-by: x00405909 <xionglei6@huawei.com> Change-Id: I6ed4043d56d12b7615067f34957f927001345f07
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "@ohos/startup_appspawn_lite",
|
|
"description": "lite app start manager",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"repository": "https://gitee.com/openharmony/startup_appspawn_lite",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "base/startup/appspawn_lite"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "appspawn_lite",
|
|
"subsystem": "startup",
|
|
"adapted_system_type": [
|
|
"small"
|
|
],
|
|
"rom": "26KB",
|
|
"ram": "~1.8M",
|
|
"deps": {
|
|
"components": [
|
|
"hilog_lite",
|
|
"samgr_lite",
|
|
"ipc_lite",
|
|
"kv_store",
|
|
"aafwk_lite",
|
|
"ace_engine_lite",
|
|
"surface",
|
|
"ui"
|
|
],
|
|
"third_party": [
|
|
"cJSON",
|
|
"bounds_checking_function"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/startup/appspawn_lite/services:appspawn_lite"
|
|
],
|
|
"test": [
|
|
"//base/startup/appspawn_lite/services/test/unittest/common:unittest"
|
|
]
|
|
}
|
|
}
|
|
} |