mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
修改部件名 "distributeddataobject" -> "data_object"
Signed-off-by: 郭园江 <guoyuanjiang@huawei.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@
|
||||
"bundle_framework",
|
||||
"common",
|
||||
"common_event_service",
|
||||
"distributeddataobject",
|
||||
"data_object",
|
||||
"dsoftbus",
|
||||
"eventhandler",
|
||||
"faultloggerd",
|
||||
|
||||
@@ -242,7 +242,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" ]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user