From 0572fa4e8d5cde3609a0d828ed8abae314b52518 Mon Sep 17 00:00:00 2001 From: PaDaBoo Date: Mon, 13 Jun 2022 09:43:26 +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 --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index b60cfd3..93d7a2e 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -52,7 +52,7 @@ executable("appspawn") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "//build/lite/config/component/cJSON:cjson_shared", "//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", "//third_party/bounds_checking_function:libsec_shared", ] -- Gitee From b07ebe656f9645ec5f7a2e36b39716d24a56966f Mon Sep 17 00:00:00 2001 From: PaDaBoo Date: Fri, 17 Jun 2022 13:51:03 +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 --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 93d7a2e..062c596 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -52,7 +52,7 @@ executable("appspawn") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "//build/lite/config/component/cJSON:cjson_shared", "//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", "//third_party/bounds_checking_function:libsec_shared", ] -- Gitee