From 549e23afc078e0984b7b6ce3db409c2cec9fc8f5 Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Thu, 23 Jun 2022 16:17:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUILD.gn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laiguizhong --- bundle.json | 2 +- cameraApp/BUILD.gn | 1 - gallery/BUILD.gn | 1 - launcher/BUILD.gn | 1 - setting/BUILD.gn | 4 ++-- 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/bundle.json b/bundle.json index 9083d93..1963c60 100755 --- a/bundle.json +++ b/bundle.json @@ -27,7 +27,7 @@ "ui", "graphic_utils", "kv_store", - "syspara_lite", + "init_lite", "camera_lite", "media_lite", "permission", diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index c96705a..b67026d 100755 --- a/cameraApp/BUILD.gn +++ b/cameraApp/BUILD.gn @@ -37,7 +37,6 @@ shared_library("cameraApp") { "${aafwk_lite_path}/interfaces/kits/ability_lite", "${appexecfwk_lite_path}/interfaces/kits/bundle_lite", "${aafwk_lite_path}/interfaces/kits/want_lite", - "//base/startup/syspara_lite/interfaces/kits", "//foundation/multimedia/camera_lite/interfaces/kits", "//foundation/multimedia/camera_lite/interfaces/kits", ] diff --git a/gallery/BUILD.gn b/gallery/BUILD.gn index 3f945d6..a1600e4 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -27,7 +27,6 @@ shared_library("gallery") { "${appexecfwk_lite_path}/interfaces/kits/bundle_lite", "${aafwk_lite_path}/interfaces/kits/want_lite", "//foundation/multimedia/media_lite/interfaces/kits/player_lite", - "//base/startup/syspara_lite/interfaces/kits", ] deps = [ diff --git a/launcher/BUILD.gn b/launcher/BUILD.gn index 84c4cf7..77a9667 100755 --- a/launcher/BUILD.gn +++ b/launcher/BUILD.gn @@ -40,7 +40,6 @@ shared_library("launcher") { "${aafwk_lite_path}/interfaces/kits/ability_lite", "${appexecfwk_lite_path}/interfaces/kits/bundle_lite", "${aafwk_lite_path}/interfaces/kits/want_lite", - "//base/startup/syspara_lite/interfaces/kits", ] defines = [ diff --git a/setting/BUILD.gn b/setting/BUILD.gn index fa4946f..1f78520 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -12,6 +12,7 @@ # limitations under the License. import("//build/lite/config/hap_pack.gni") +import("//build/ohos.gni") shared_library("setting") { sources = [ @@ -27,11 +28,11 @@ shared_library("setting") { "setting/src/main/cpp/wpa_work.c", ] + external_deps = [ "init:libbegetutil" ] deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/powermgr/powermgr_lite/frameworks:powermgr", - "//base/startup/syspara_lite/frameworks/parameter:parameter", "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", @@ -45,7 +46,6 @@ shared_library("setting") { "${aafwk_lite_path}/interfaces/kits/ability_lite", "${appexecfwk_lite_path}/interfaces/kits/bundle_lite", "${aafwk_lite_path}/interfaces/kits/want_lite", - "//base/startup/syspara_lite/interfaces/kits", "//base/security/permission/interfaces/kits/permission_lite", "//third_party/wpa_supplicant/wpa_supplicant-2.9/src/common", ] -- Gitee