diff --git a/aafwk_lite/ability_posix/BUILD.gn b/aafwk_lite/ability_posix/BUILD.gn index 9f0d1c4e795db5d579463e32066aaac7e0e18d36..b73ada9ba439b15397f3939c959724ef57307e30 100755 --- a/aafwk_lite/ability_posix/BUILD.gn +++ b/aafwk_lite/ability_posix/BUILD.gn @@ -27,8 +27,8 @@ hcpptest_suite("ActsAbilityMgrTest") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", "//foundation/communication/ipc_lite:liteipc_adapter", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", - "//utils/native/lite/kv_store:kv_store", ] if (enable_ohos_appexecfwk_feature_ability == true) { deps += [ diff --git a/utils_lite/kv_store_posix/BUILD.gn b/utils_lite/kv_store_posix/BUILD.gn index 42c3877d8e0c5343c0d6aee74677507c65472589..cf655fc3bf69eda7351c502c8775969c441aa981 100755 --- a/utils_lite/kv_store_posix/BUILD.gn +++ b/utils_lite/kv_store_posix/BUILD.gn @@ -19,11 +19,11 @@ hcpptest_suite("ActsKvStoreTest") { include_dirs = [ "src", - "//utils/native/lite/include", - "//utils/native/lite/kv_store/innerkits", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store/innerkits", "//third_party/bounds_checking_function/include", + "//utils/native/lite/include", ] - deps = [ "//utils/native/lite/kv_store:kv_store" ] + deps = [ "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store" ] cflags = [ "-Wno-error" ] ldflags = [ "-lstdc++",