From d9b29b436fe908d2889014573d5f198bebd3817c Mon Sep 17 00:00:00 2001 From: PaDaBoo Date: Mon, 13 Jun 2022 09:43:09 +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 --- lite/BUILD.gn | 2 +- test/unittest/app_spawn_lite_test/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lite/BUILD.gn b/lite/BUILD.gn index f3e69def..eb6beadb 100644 --- a/lite/BUILD.gn +++ b/lite/BUILD.gn @@ -61,7 +61,7 @@ executable("appspawn") { "//base/startup/init_lite/interfaces/innerkits:libbegetutil", "//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", ] diff --git a/test/unittest/app_spawn_lite_test/BUILD.gn b/test/unittest/app_spawn_lite_test/BUILD.gn index 9f5734d7..863296f5 100644 --- a/test/unittest/app_spawn_lite_test/BUILD.gn +++ b/test/unittest/app_spawn_lite_test/BUILD.gn @@ -52,7 +52,7 @@ unittest("AppSpawnLiteTest") { "//base/startup/init_lite/interfaces/innerkits:libbegetutil", "//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 80e9a77cf2f8e5e692ecf64dc47686f6a3218860 Mon Sep 17 00:00:00 2001 From: PaDaBoo Date: Fri, 17 Jun 2022 13:50:25 +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=20include=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PaDaBoo --- lite/BUILD.gn | 2 +- test/unittest/app_spawn_lite_test/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lite/BUILD.gn b/lite/BUILD.gn index eb6beadb..99bc5f8a 100644 --- a/lite/BUILD.gn +++ b/lite/BUILD.gn @@ -61,7 +61,7 @@ executable("appspawn") { "//base/startup/init_lite/interfaces/innerkits:libbegetutil", "//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", ] diff --git a/test/unittest/app_spawn_lite_test/BUILD.gn b/test/unittest/app_spawn_lite_test/BUILD.gn index 863296f5..d1d41cb9 100644 --- a/test/unittest/app_spawn_lite_test/BUILD.gn +++ b/test/unittest/app_spawn_lite_test/BUILD.gn @@ -52,7 +52,7 @@ unittest("AppSpawnLiteTest") { "//base/startup/init_lite/interfaces/innerkits:libbegetutil", "//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