From 4b29805e32e6c82e0783509a33b026d7e91cb73d Mon Sep 17 00:00:00 2001 From: PaDoBoo Date: Mon, 18 Apr 2022 09:58:00 +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 --- frameworks/ability_lite/BUILD.gn | 6 +++--- frameworks/abilitymgr_lite/BUILD.gn | 2 +- services/abilitymgr_lite/tools/BUILD.gn | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frameworks/ability_lite/BUILD.gn b/frameworks/ability_lite/BUILD.gn index fe8c986..a446fd3 100755 --- a/frameworks/ability_lite/BUILD.gn +++ b/frameworks/ability_lite/BUILD.gn @@ -35,7 +35,7 @@ lite_library("ability") { public_deps = [ "${aafwk_lite_path}/frameworks/abilitymgr_lite:abilitymanager", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static", - "//utils/native/lite/kv_store:kv_store", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", ] defines = [] @@ -70,7 +70,7 @@ lite_library("ability") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", "//foundation/communication/ipc_lite:liteipc_adapter", - "//utils/native/lite/kv_store:kv_store", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", ] defines = [ "OHOS_APPEXECFWK_BMS_BUNDLEMANAGER" ] @@ -105,7 +105,7 @@ lite_library("ability") { "//foundation/communication/ipc_lite/interfaces/kits", "//third_party/bounds_checking_function/include", "//third_party/freetype/include", - "//utils/native/lite/kv_store/innerkits", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store/innerkits", "//utils/native/lite/include", "./include", "./", diff --git a/frameworks/abilitymgr_lite/BUILD.gn b/frameworks/abilitymgr_lite/BUILD.gn index a82202a..ba184f5 100755 --- a/frameworks/abilitymgr_lite/BUILD.gn +++ b/frameworks/abilitymgr_lite/BUILD.gn @@ -68,7 +68,7 @@ lite_library("abilitymanager") { "//foundation/distributedschedule/samgr_lite/interfaces/kits/registry", "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", "//third_party/bounds_checking_function/include", - "//utils/native/lite/kv_store/innerkits", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store/innerkits", "//utils/native/lite/include", "//utils/native/lite/memory/include", "./include", diff --git a/services/abilitymgr_lite/tools/BUILD.gn b/services/abilitymgr_lite/tools/BUILD.gn index 7f5b6cd..254c67d 100755 --- a/services/abilitymgr_lite/tools/BUILD.gn +++ b/services/abilitymgr_lite/tools/BUILD.gn @@ -47,7 +47,7 @@ executable("aa") { "//build/lite/config/component/cJSON:cjson_shared", "//foundation/communication/ipc_lite:liteipc_adapter", "//foundation/distributedschedule/samgr_lite/samgr:samgr", - "//utils/native/lite/kv_store:kv_store", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", ] if (enable_ohos_appexecfwk_feature_ability == true) { -- Gitee