!2480 修改部件名 "distributeddataobject" -> "data_object"

Merge pull request !2480 from altairStar/master
This commit is contained in:
openharmony_ci 2022-07-29 03:56:05 +00:00 committed by Gitee
commit 3b15b70826
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ declare_args() {
}
if (defined(global_parts_info) &&
!defined(global_parts_info.distributeddatamgr_distributeddataobject)) {
!defined(global_parts_info.distributeddatamgr_data_object)) {
distributed_data_object_enable = false
}

View File

@ -36,7 +36,7 @@
"bundle_framework",
"common",
"common_event_service",
"distributeddataobject",
"data_object",
"dsoftbus",
"eventhandler",
"faultloggerd",

View File

@ -241,7 +241,7 @@ ohos_shared_library("abilitykit_native") {
}
if (distributed_data_object_enable) {
external_deps += [ "distributeddataobject:distributeddataobject_impl" ]
external_deps += [ "data_object:distributeddataobject_impl" ]
defines += [ "DISTRIBUTED_DATA_OBJECT_ENABLE" ]
}