From 6e1fe5b93469d6aab43e5e7a538a51078103b278 Mon Sep 17 00:00:00 2001 From: PaDaBoo Date: Mon, 13 Jun 2022 14:57:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?appdatamgr=E4=BB=93=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E5=8F=8A=E7=9B=AE=E5=BD=95=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PaDaBoo --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 7edb0d1..ead8365 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -23,7 +23,7 @@ shared_library("screensaver") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", - "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", + "//foundation/distributeddatamgr/appdatamgr/kv_store/frameworks/native/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", -- Gitee From f74c6e944704b9331991f11de33a42cbfb989106 Mon Sep 17 00:00:00 2001 From: PaDaBoo Date: Fri, 17 Jun 2022 14:05:31 +0800 Subject: [PATCH 2/2] =?UTF-8?q?appdatamgr=E4=BB=93=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E5=8F=8A=E7=9B=AE=E5=BD=95=E6=95=B4=E6=94=B9=20change=20kvstor?= =?UTF-8?q?e=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PaDaBoo --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index ead8365..01ee6c7 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -23,7 +23,7 @@ shared_library("screensaver") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", - "//foundation/distributeddatamgr/appdatamgr/kv_store/frameworks/native/kv_store:kv_store", + "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/graphic/surface", "//foundation/graphic/ui:lite_ui", -- Gitee