diff --git a/services/distributeddataservice/adapter/account/BUILD.gn b/services/distributeddataservice/adapter/account/BUILD.gn index 5fdb1c5806cb75d890b9a8f7ca1e1b6600d2d9c8..a089905bcc17e74d601a74f06b11347265e468f6 100755 --- a/services/distributeddataservice/adapter/account/BUILD.gn +++ b/services/distributeddataservice/adapter/account/BUILD.gn @@ -36,7 +36,7 @@ ohos_static_library("distributeddata_account_static") { ] external_deps = [ - "appexecfwk_standard:appexecfwk_base", + "bundle_framework:appexecfwk_base", # "ces:libcommonevent", "ability_runtime:want", diff --git a/services/distributeddataservice/adapter/account/test/BUILD.gn b/services/distributeddataservice/adapter/account/test/BUILD.gn index 35646ebf1bce8f3aaf9d9fbfa67eca1c020c54e8..6e089b0051d819c0ff7e59445efe08d06cfca2a3 100755 --- a/services/distributeddataservice/adapter/account/test/BUILD.gn +++ b/services/distributeddataservice/adapter/account/test/BUILD.gn @@ -38,7 +38,7 @@ ohos_unittest("DistributeddataAccountTest") { external_deps = [ "ability_runtime:base", "ability_runtime:intent", - "appexecfwk_standard:appexecfwk_base", + "bundle_framework:appexecfwk_base", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", ] diff --git a/services/distributeddataservice/adapter/broadcaster/BUILD.gn b/services/distributeddataservice/adapter/broadcaster/BUILD.gn index af66744ebaf379d8daa88c6cdf75e1c4b9687570..4366860f996496d4b64d14e67a23f9c91198eeef 100755 --- a/services/distributeddataservice/adapter/broadcaster/BUILD.gn +++ b/services/distributeddataservice/adapter/broadcaster/BUILD.gn @@ -33,7 +33,7 @@ ohos_static_library("distributeddata_broadcaster_static") { external_deps = [ # "ces:libcommonevent", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", + "bundle_framework:appexecfwk_base", "ces_standard:cesfwk_innerkits", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", diff --git a/services/distributeddataservice/adapter/permission/BUILD.gn b/services/distributeddataservice/adapter/permission/BUILD.gn index 2458241c2a0569d40231a13d87b0aef236b96463..d34a35da7f82dc820773fd6dbadc9d714b0e2f16 100755 --- a/services/distributeddataservice/adapter/permission/BUILD.gn +++ b/services/distributeddataservice/adapter/permission/BUILD.gn @@ -44,8 +44,8 @@ ohos_static_library("distributeddata_permission_static") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:intent", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "samgr_standard:samgr_proxy", diff --git a/services/distributeddataservice/adapter/utils/BUILD.gn b/services/distributeddataservice/adapter/utils/BUILD.gn index ed705fab86d4dc894a6caa519d03804e4ffbb53c..41ce269c5d09b47b36b22426410a3bbb85cf559b 100755 --- a/services/distributeddataservice/adapter/utils/BUILD.gn +++ b/services/distributeddataservice/adapter/utils/BUILD.gn @@ -49,8 +49,8 @@ ohos_static_library("distributeddata_utils_static") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:intent", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "bytrace_standard:bytrace_core", "bytrace_standard:bytrace_core", "hiviewdfx_hilog_native:libhilog", diff --git a/services/distributeddataservice/app/BUILD.gn b/services/distributeddataservice/app/BUILD.gn index 5de1fc99cf0add0c4a45a5db154dc324c4af9e2f..0892eb076611c4eb6b13898f2d8ce5bb066b6766 100755 --- a/services/distributeddataservice/app/BUILD.gn +++ b/services/distributeddataservice/app/BUILD.gn @@ -113,9 +113,9 @@ ohos_shared_library("distributeddataservice") { "ability_runtime:app_manager", "ability_runtime:base", "ability_runtime:intent", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", "battery_manager_native:batterysrv_client", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "hiviewdfx_hilog_native:libhilog", "huks:libhukssdk", "ipc:ipc_core", diff --git a/services/distributeddataservice/app/src/uninstaller/BUILD.gn b/services/distributeddataservice/app/src/uninstaller/BUILD.gn index 06f5577351f4bf2b5f9819b013e5501e3f4f0ae6..e1f9b4ac89f76c22efb653a6c8c8000ee10d889a 100755 --- a/services/distributeddataservice/app/src/uninstaller/BUILD.gn +++ b/services/distributeddataservice/app/src/uninstaller/BUILD.gn @@ -39,7 +39,7 @@ ohos_static_library("distributeddata_uninstaller_static") { ] external_deps = [ - "appexecfwk_standard:appexecfwk_base", + "bundle_framework:appexecfwk_base", # "ces:libcommonevent", "ability_runtime:want",