From f4dd142e84493d6cea775b80f0e1fbf5a2152ad7 Mon Sep 17 00:00:00 2001 From: yisi <1584489760@qq.com> Date: Mon, 9 Oct 2023 08:59:32 +0800 Subject: [PATCH 1/2] update bundle.json Signed-off-by: yisi <1584489760@qq.com> --- bundle.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index b413461..7d994c1 100644 --- a/bundle.json +++ b/bundle.json @@ -2,9 +2,10 @@ "name": "@ohos/bootstrap_lite", "description": " boostrap and start system services", "homePage": "https://gitee.com/openharmony", - "version": "3.1", + "version": "4.0.2", "license": "Apache License 2.0", "repository": "https://gitee.com/openharmony/startup_bootstrap_lite", + "supplier": "Organization: OpenHarmony", "publishAs": "code-segment", "segment": { "destPath": "base/startup/bootstrap_lite" @@ -21,7 +22,7 @@ "ram": "~128KB", "deps": { "components": [ - "utils_base", + "utils_lite", "samgr_lite" ], "third_party": [ -- Gitee From 0ef883ddb8db0a6909c35b2a8b9f55d7288cb1eb Mon Sep 17 00:00:00 2001 From: yisi <1584489760@qq.com> Date: Mon, 9 Oct 2023 01:38:25 +0000 Subject: [PATCH 2/2] update bundle.json. Signed-off-by: yisi <1584489760@qq.com> --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 7d994c1..ece15a6 100644 --- a/bundle.json +++ b/bundle.json @@ -16,7 +16,7 @@ "name": "bootstrap_lite", "subsystem": "startup", "adapted_system_type": [ - "small" + "mini" ], "rom": "14KB", "ram": "~128KB", -- Gitee