diff --git a/aafwk_lite/ability_posix/BUILD.gn b/aafwk_lite/ability_posix/BUILD.gn index 1a2b083311d4a640b66b7d925dd45955f72943ce..9624fd8b189e8023ce01a9f7782373280bb85f1d 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/interfaces/inner_api/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..1a8b5527c46b4218c237338699220ed5950584a3 100644 --- a/distributeddatamgr_lite/dbm_kv_store_hal/BUILD.gn +++ b/distributeddatamgr_lite/dbm_kv_store_hal/BUILD.gn @@ -19,8 +19,8 @@ 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" ] -} \ No newline at end of file +} diff --git a/distributeddatamgr_lite/kv_store_posix/BUILD.gn b/distributeddatamgr_lite/kv_store_posix/BUILD.gn index cf655fc3bf69eda7351c502c8775969c441aa981..c4bd45ba7bf6be992f68634f88995d191426c560 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/interfaces/inner_api/kv_store/include", "//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/interfaces/inner_api/kv_store:kv_store" ] cflags = [ "-Wno-error" ] ldflags = [ "-lstdc++",