1{ 2 "name": "@ohos/appspawn_lite", 3 "description": "lite app start manager", 4 "homePage": "https://gitee.com/openharmony", 5 "version": "3.1", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/appspawn", 8 "publishAs": "code-segment", 9 "segment": { 10 "destPath": "base/startup/appspawn/lite" 11 }, 12 "dirs": {}, 13 "scripts": {}, 14 "component": { 15 "name": "appspawn_lite", 16 "subsystem": "startup", 17 "adapted_system_type": [ 18 "small" 19 ], 20 "rom": "26KB", 21 "ram": "~1843KB", 22 "deps": { 23 "components": [ 24 "hilog_lite", 25 "samgr_lite", 26 "ipc_single", 27 "kv_store", 28 "ability_lite", 29 "ace_engine_lite", 30 "surface_lite", 31 "ui_lite" 32 ], 33 "third_party": [ 34 "cJSON", 35 "bounds_checking_function" 36 ] 37 }, 38 "build": { 39 "sub_component": [ 40 "//base/startup/appspawn/lite:appspawn_lite" 41 ], 42 "test": [ 43 "//base/startup/appspawn/test/unittest/app_spawn_lite_test:unittest" 44 ] 45 } 46 } 47} 48