未验证 提交 9e111a7d 编写于 作者: O openharmony_ci 提交者: Gitee

!4520 build:appdatamgr split to relational_store/data_share/preferences/kv_store code warehouse

Merge pull request !4520 from PaDaBoo/master
...@@ -27,7 +27,7 @@ hcpptest_suite("ActsAbilityMgrTest") { ...@@ -27,7 +27,7 @@ hcpptest_suite("ActsAbilityMgrTest") {
"${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle",
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
"//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single",
"//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store",
"//foundation/distributedschedule/samgr_lite/samgr:samgr", "//foundation/distributedschedule/samgr_lite/samgr:samgr",
] ]
if (enable_ohos_appexecfwk_feature_ability == true) { if (enable_ohos_appexecfwk_feature_ability == true) {
......
...@@ -19,7 +19,7 @@ hctest_suite("ActsDbmKvStoreTest") { ...@@ -19,7 +19,7 @@ hctest_suite("ActsDbmKvStoreTest") {
include_dirs = [ include_dirs = [
"src", "src",
"//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/innerkits/dbm_kv_store/include", "//foundation/distributeddatamgr/kv_store/interfaces/innerkits/dbm_kv_store/include",
"//base/iot_hardware/peripheral/interfaces/kits", "//base/iot_hardware/peripheral/interfaces/kits",
] ]
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
......
...@@ -19,11 +19,11 @@ hcpptest_suite("ActsKvStoreTest") { ...@@ -19,11 +19,11 @@ hcpptest_suite("ActsKvStoreTest") {
include_dirs = [ include_dirs = [
"src", "src",
"//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store/include", "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store/include",
"//third_party/bounds_checking_function/include", "//third_party/bounds_checking_function/include",
"//utils/native/lite/include", "//utils/native/lite/include",
] ]
deps = [ "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store" ] deps = [ "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store" ]
cflags = [ "-Wno-error" ] cflags = [ "-Wno-error" ]
ldflags = [ ldflags = [
"-lstdc++", "-lstdc++",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册