diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..bbef3846f5e5a9c855a656c583cbba5bf5f408d4 --- /dev/null +++ b/bundle.json @@ -0,0 +1,47 @@ +{ + "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" + ] + } + } +} \ No newline at end of file