diff --git a/bundle.json b/bundle.json index 9083d936371a7a66080c2596fea798cd4ebfd073..1963c608e0332a1f00cb42fa7eced98ec415fd12 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 c96705afea06e423d118d75f83bda5dcf7ac6d33..b67026d5353eae7547ab6df787cc903529f0e133 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 3f945d66e3cdcc13addf2df525fcce6e5ca4952b..a1600e43c1e4a760fc51f8dce0b7e0335213d072 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 84c4cf7fa4d5fbae6445d83fc5e656febfee8018..77a9667211435534071f2683a1c85e166de2f531 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 fa4946f7160a7802df9cc861e5b8dfc5f2fdc715..1f78520a71f9e961c70c1e9ce071e25bb796e58d 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", ]