From 1c35732fb45e56c13f40943c4f0b11c0d23f9e6f Mon Sep 17 00:00:00 2001 From: x00405909 Date: Mon, 24 Jan 2022 20:19:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=8C=96=E6=95=B4=E6=94=B9?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0bundle.json=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: x00405909 Change-Id: I6a997ab9ae1f014df7e875338db690298d815ee2 --- bundle.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..b00daab --- /dev/null +++ b/bundle.json @@ -0,0 +1,37 @@ +{ + "name": "@ohos/startup_bootstrap_lite", + "description": " boostrap and start system services", + "homePage": "https://gitee.com/openharmony", + "version": "3.1", + "license": "Apache License 2.0", + "repository": "https://gitee.com/openharmony/startup_bootstrap_lite", + "publishAs": "code-segment", + "segment": { + "destPath": "base/startup/bootstrap_lite" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "bootstrap_lite", + "subsystem": "startup", + "adapted_system_type": [ + "small" + ], + "rom": "14KB", + "ram": "~128KB", + "deps": { + "components": [ + "utils_base", + "samgr_lite" + ], + "third_party": [ + "bounds_checking_function" + ] + }, + "build": { + "sub_component": [ + "//base/startup/bootstrap_lite/services/source:bootstrap" + ] + } + } +} \ No newline at end of file -- Gitee