mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-12-02 20:36:29 +00:00
b4019c27f6
Description: fix aafwk_lite path to ability_lite Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: guyuanzhang <zhangguyuan@huawei.com> Change-Id: Ie43c25a49a4d4740799e687c5f34595986e4db62
48 lines
1.2 KiB
JSON
48 lines
1.2 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/appspawn",
|
|
"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_single",
|
|
"kv_store",
|
|
"ability_lite",
|
|
"ace_engine_lite",
|
|
"surface",
|
|
"ui"
|
|
],
|
|
"third_party": [
|
|
"cJSON",
|
|
"bounds_checking_function"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/startup/appspawn/lite:appspawn_lite"
|
|
],
|
|
"test": [
|
|
"//base/startup/appspawn/test/unittest/app_spawn_lite_test:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|