diff --git a/services/distributedfileservice/BUILD.gn b/services/distributedfileservice/BUILD.gn index bd1b65672168c450940de43a755ed2feb3190561..b4d2021ce21f59388ab78daa1f411c66050dbb36 100644 --- a/services/distributedfileservice/BUILD.gn +++ b/services/distributedfileservice/BUILD.gn @@ -26,8 +26,8 @@ ohos_shared_library("libdistributedfileservice") { external_deps = [ "ability_runtime:app_manager", "ability_runtime:want", - "appexecfwk_standard:appexecfwk_base", - "appexecfwk_standard:appexecfwk_core", + "bundle_framework:appexecfwk_base", + "bundle_framework:appexecfwk_core", "ipc:ipc_core", "safwk:system_ability_fwk", "samgr_standard:samgr_proxy",