diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index 6447fd78b0437f675b553e1b7e06c32f57a3f643..4efe1f51b8eb20f847e4763267354f7cca4fa2f4 100755 --- a/cameraApp/BUILD.gn +++ b/cameraApp/BUILD.gn @@ -24,13 +24,13 @@ shared_library("cameraApp") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//foundation/communication/ipc_lite:liteipc_adapter", + "//foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", "//foundation/graphic/utils:lite_graphic_utils", "//foundation/multimedia/camera_lite/frameworks:camera_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", - "//utils/native/lite/kv_store:kv_store", ] include_dirs = [ diff --git a/gallery/BUILD.gn b/gallery/BUILD.gn index 330925ca83ceff1d1d0451c2c2e2759d7786f8d1..7c519c698d9c4db87bef02b3bb413eec7f16cd54 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -34,13 +34,13 @@ shared_library("gallery") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//foundation/communication/ipc_lite:liteipc_adapter", + "//foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", "//foundation/graphic/utils:lite_graphic_utils", "//foundation/multimedia/media_lite/frameworks/player_lite:player_lite", "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite", - "//utils/native/lite/kv_store:kv_store", ] ldflags = [ "-shared" ] diff --git a/launcher/BUILD.gn b/launcher/BUILD.gn index d68095a1b36bc42afe37453bad8ede6fd07abd14..a5580f07c771cb0b1ca8623f1fac813695e4b8a6 100755 --- a/launcher/BUILD.gn +++ b/launcher/BUILD.gn @@ -29,11 +29,11 @@ shared_library("launcher") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//foundation/communication/ipc_lite:liteipc_adapter", + "//foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", "//foundation/graphic/utils:lite_graphic_utils", - "//utils/native/lite/kv_store:kv_store", ] include_dirs = [ diff --git a/setting/BUILD.gn b/setting/BUILD.gn index e86957111f1c4b8d7d15288130379f0c744ae6db..6e1f6788a4962aa09a45210ff26d28c58b2df706 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -30,15 +30,15 @@ shared_library("setting") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", - "//base/startup/syspara_lite/frameworks/parameter:parameter", "//base/powermgr/powermgr_lite/frameworks:powermgr", + "//base/startup/syspara_lite/frameworks/parameter:parameter", "//foundation/communication/ipc_lite:liteipc_adapter", + "//foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", "//foundation/graphic/utils:lite_graphic_utils", "//third_party/wpa_supplicant/wpa_supplicant-2.9:wpa_supplicant", - "//utils/native/lite/kv_store:kv_store", ] include_dirs = [