From 707c0825f05f2c95178a6c8d976549441924c388 Mon Sep 17 00:00:00 2001 From: ICEMAGE117 Date: Tue, 26 Sep 2023 17:17:30 +0800 Subject: [PATCH] modify code Signed-off-by: ICEMAGE117 Change-Id: I49154cec9668249eeee710b369d7aff36a02cc66 --- bundle.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 507f2a2..2a974a3 100644 --- a/bundle.json +++ b/bundle.json @@ -2,13 +2,14 @@ "name": "@ohos/samgr_lite", "description": "system ability manager", "homePage": "https://gitee.com/openharmony", - "version": "3.1", + "version": "4.0.2", "license": "Apache License 2.0", "repository": "https://gitee.com/openharmony/systemabilitymgr_samgr_lite", "publishAs": "code-segment", "segment": { "destPath": "foundation/systemabilitymgr/samgr_lite" }, + "supplier":"Organization:OpenHarmony", "dirs": {}, "scripts": {}, "component": { @@ -27,7 +28,11 @@ "ram": "2048KB", "deps": { "components": [ - "hilog_lite" + "hilog_lite", + "ipc", + "liteos_m", + "permission_lite", + "utils_lite" ], "third_party": [ "bounds_checking_function", -- Gitee