From b4b50b58737a283b9e2105b7d13257b17d4dfe4b Mon Sep 17 00:00:00 2001 From: PaDoBoo Date: Mon, 18 Apr 2022 10:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PaDoBoo --- cameraApp/BUILD.gn | 2 +- gallery/BUILD.gn | 2 +- launcher/BUILD.gn | 2 +- setting/BUILD.gn | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cameraApp/BUILD.gn b/cameraApp/BUILD.gn index 6447fd7..49836ed 100755 --- a/cameraApp/BUILD.gn +++ b/cameraApp/BUILD.gn @@ -30,7 +30,7 @@ shared_library("cameraApp") { "//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", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", ] include_dirs = [ diff --git a/gallery/BUILD.gn b/gallery/BUILD.gn index 330925c..f948526 100755 --- a/gallery/BUILD.gn +++ b/gallery/BUILD.gn @@ -40,7 +40,7 @@ shared_library("gallery") { "//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", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", ] ldflags = [ "-shared" ] diff --git a/launcher/BUILD.gn b/launcher/BUILD.gn index d68095a..23b0c91 100755 --- a/launcher/BUILD.gn +++ b/launcher/BUILD.gn @@ -33,7 +33,7 @@ shared_library("launcher") { "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", "//foundation/graphic/utils:lite_graphic_utils", - "//utils/native/lite/kv_store:kv_store", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", ] include_dirs = [ diff --git a/setting/BUILD.gn b/setting/BUILD.gn index e869571..3e358bc 100644 --- a/setting/BUILD.gn +++ b/setting/BUILD.gn @@ -38,7 +38,7 @@ shared_library("setting") { "//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", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", ] include_dirs = [ -- Gitee