mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-28 01:30:57 +00:00
删除lite/bundle.json
Signed-off-by: xlei1030 <xionglei6@huawei.com>
This commit is contained in:
parent
542d4aeafc
commit
f8a42f0451
@ -1,47 +0,0 @@
|
||||
{
|
||||
"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_standard",
|
||||
"publishAs": "code-segment",
|
||||
"segment": {
|
||||
"destPath": "base/startup/appspawn_standard/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_standard/lite:appspawn_lite"
|
||||
],
|
||||
"test": [
|
||||
"//base/startup/appspawn_standard/test/unittest/app_spawn_lite_test:unittest"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user