From 787e6af2e8e27da500024958535fbd07c4a0a758 Mon Sep 17 00:00:00 2001 From: changzheng6 Date: Thu, 16 Jun 2022 20:11:09 +0800 Subject: [PATCH 1/2] update path to foundation/bundlemanager/bundle_framework_lite Signed-off-by: changzheng6 --- bundle.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bundle.json b/bundle.json index a14cf6d..2f05623 100644 --- a/bundle.json +++ b/bundle.json @@ -4,10 +4,10 @@ "homePage": "https://gitee.com/openharmony", "version": "3.1", "license": "Apache License 2.0", - "repository": "https://gitee.com/openharmony/appexecfwk_appexecfwk_lite", + "repository": "https://gitee.com/openharmony/bundlemanager_bundle_framework_lite", "publishAs": "code-segment", "segment": { - "destPath": "foundation/appexecfwk/appexecfwk_lite" + "destPath": "foundation/bundlemanager/bundle_framework_lite" }, "dirs": {}, "scripts": {}, @@ -38,24 +38,24 @@ }, "build": { "sub_component": [ - "//foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite:appexecfwk_services_lite", - "//foundation/appexecfwk/appexecfwk_lite/frameworks/bundle_lite:appexecfwk_kits_lite" + "//foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite:appexecfwk_services_lite", + "//foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite:appexecfwk_kits_lite" ], "inner_kits": [ { "header": { - "header_base": "foundation/appexecfwk/appexecfwk_lite/interfaces/inner_api/bundlemgr_lite", + "header_base": "foundation/bundlemanager/bundle_framework_lite/appexecfwk_lite/interfaces/inner_api/bundlemgr_lite", "header_files": [ "bundle_daemon_interface.h", "bundle_inner_interface.h", "bundle_service_interface.h" ] }, - "name": "//foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite:appexecfwk_services_lite" + "name": "//foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite:appexecfwk_services_lite" }, { "header": { - "header_base": "foundation/appexecfwk/appexecfwk_lite/interfaces/kits/bundle_lite", + "header_base": "foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite", "header_files": [ "ability_info.h", "appexecfwk_errors.h", @@ -64,7 +64,7 @@ "module_info.h" ] }, - "name": "//foundation/appexecfwk/appexecfwk_lite/frameworks/bundle_lite:appexecfwk_kits_lite" + "name": "//foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite:appexecfwk_kits_lite" } ] } -- Gitee From 23d7090bced547907d5d4d6f537c3c8c382b9ef9 Mon Sep 17 00:00:00 2001 From: changzheng6 Date: Thu, 16 Jun 2022 20:33:15 +0800 Subject: [PATCH 2/2] update path to foundation/bundlemanager/bundle_framework_lite Signed-off-by: changzheng6 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 2f05623..6414ab3 100644 --- a/bundle.json +++ b/bundle.json @@ -13,7 +13,7 @@ "scripts": {}, "component": { "name": "appexecfwk_lite", - "subsystem": "appexecfwk", + "subsystem": "bundlemanager", "adapted_system_type": [ "mini" ], -- Gitee