From f14e163c7e9a3cade0ed6d2f5f10623cc8d03b9b Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Thu, 12 May 2022 09:32:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4bundle.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laiguizhong --- bundle.json | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 bundle.json diff --git a/bundle.json b/bundle.json deleted file mode 100644 index ea7c592..0000000 --- a/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/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_single", - "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 -- Gitee