diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index 39dd2e1ce157cbf76d69617b7e072f142b31bb62..f9a58ef197aa0fb5f532c684111f955d68132708 100755 --- a/cameraApp/BUILD.gn +++ b/cameraApp/BUILD.gn @@ -23,13 +23,13 @@ shared_library("cameraApp") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/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 32203d9c4fbe127fb926c328d015a34430a8dbe0..bc665d97cdb9f4b96196aa10a6899859040a8425 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -33,13 +33,13 @@ shared_library("gallery") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/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 3074c4160b45bbefe4fb866967629abd7fce0679..1d6624683d39be8d36ddff9a6c236112d1a725d5 100755 --- a/launcher/BUILD.gn +++ b/launcher/BUILD.gn @@ -28,11 +28,11 @@ shared_library("launcher") { deps = [ "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/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 fd5c55e92379ca3e63c0a65f5b1ba82330c26d23..ebfdf39d5ad14de5b2380fe4741abd7c7dc4cbc4 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -32,12 +32,12 @@ shared_library("setting") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/powermgr/powermgr_lite/frameworks:powermgr", "//base/startup/syspara_lite/frameworks/parameter:parameter", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/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 = [