diff --git a/aafwk_lite/ability_posix/BUILD.gn b/aafwk_lite/ability_posix/BUILD.gn index 1a2b083311d4a640b66b7d925dd45955f72943ce..5f4c4c6bf5ed6e1a9803ebce010d3553b6cfcf56 100755 --- a/aafwk_lite/ability_posix/BUILD.gn +++ b/aafwk_lite/ability_posix/BUILD.gn @@ -27,7 +27,7 @@ hcpptest_suite("ActsAbilityMgrTest") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_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", ] if (enable_ohos_appexecfwk_feature_ability == true) { diff --git a/distributeddatamgr_lite/dbm_kv_store_hal/BUILD.gn b/distributeddatamgr_lite/dbm_kv_store_hal/BUILD.gn index cc7dde4852bab984d00840e2f41e730f63cdaf8f..906d89f17d9f942d86751b16f1d154f4349ecd84 100644 --- a/distributeddatamgr_lite/dbm_kv_store_hal/BUILD.gn +++ b/distributeddatamgr_lite/dbm_kv_store_hal/BUILD.gn @@ -19,7 +19,7 @@ hctest_suite("ActsDbmKvStoreTest") { include_dirs = [ "src", - "//foundation/distributeddatamgr/appdatamgr/interfaces/innerkits/dbm_kv_store/include", + "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/innerkits/dbm_kv_store/include", "//base/iot_hardware/peripheral/interfaces/kits", ] cflags = [ "-Wno-error" ] diff --git a/distributeddatamgr_lite/kv_store_posix/BUILD.gn b/distributeddatamgr_lite/kv_store_posix/BUILD.gn index cf655fc3bf69eda7351c502c8775969c441aa981..90a9d12d08779d38bcbead3fe3361cc05c96367f 100755 --- a/distributeddatamgr_lite/kv_store_posix/BUILD.gn +++ b/distributeddatamgr_lite/kv_store_posix/BUILD.gn @@ -19,11 +19,11 @@ hcpptest_suite("ActsKvStoreTest") { include_dirs = [ "src", - "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store/innerkits", + "//foundation/distributeddatamgr/appdatamgr/kv_store/frameworks/native/kv_store/innerkits", "//third_party/bounds_checking_function/include", "//utils/native/lite/include", ] - deps = [ "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store" ] + deps = [ "//foundation/distributeddatamgr/appdatamgr/kv_store/frameworks/native/kv_store:kv_store" ] cflags = [ "-Wno-error" ] ldflags = [ "-lstdc++",