From f8a42f0451479efc4aac8081e260d2c8a581ccfe Mon Sep 17 00:00:00 2001 From: xlei1030 Date: Thu, 28 Apr 2022 11:33:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4lite/bundle.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xlei1030 --- lite/bundle.json | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 lite/bundle.json diff --git a/lite/bundle.json b/lite/bundle.json deleted file mode 100644 index 843ec327..00000000 --- a/lite/bundle.json +++ /dev/null @@ -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" - ] - } - } -} \ No newline at end of file -- Gitee