From bf62917b025a1888cba9e448b97ed33003b4c2cc Mon Sep 17 00:00:00 2001 From: zhoushilin Date: Mon, 9 May 2022 10:20:19 +0800 Subject: [PATCH] update kv_store path Signed-off-by: zhoushilin --- 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 742678ce..5087966a 100644 --- a/lite/BUILD.gn +++ b/lite/BUILD.gn @@ -59,9 +59,9 @@ executable("appspawn") { "//base/startup/init_lite/interfaces/innerkits:libbegetutil", "//build/lite/config/component/cJSON:cjson_shared", "//foundation/communication/ipc_lite:liteipc_adapter", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//third_party/bounds_checking_function:libsec_shared", - "//utils/native/lite/kv_store:kv_store", ] if (enable_ohos_appexecfwk_feature_ability == true) { diff --git a/test/unittest/app_spawn_lite_test/BUILD.gn b/test/unittest/app_spawn_lite_test/BUILD.gn index 1246f028..4183b60c 100644 --- a/test/unittest/app_spawn_lite_test/BUILD.gn +++ b/test/unittest/app_spawn_lite_test/BUILD.gn @@ -52,9 +52,9 @@ unittest("AppSpawnLiteTest") { "//base/startup/init_lite/interfaces/innerkits:libbegetutil", "//build/lite/config/component/cJSON:cjson_shared", "//foundation/communication/ipc_lite:liteipc_adapter", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//third_party/bounds_checking_function:libsec_shared", - "//utils/native/lite/kv_store:kv_store", ] deps += [ -- Gitee