From 88ba126d7ec0e4d4deade1ff1f19c448cbb90b78 Mon Sep 17 00:00:00 2001 From: zhengjun Date: Fri, 21 Jan 2022 15:07:20 +0800 Subject: [PATCH] =?UTF-8?q?bundle=5Fframework=E9=83=A8=E4=BB=B6=E6=A0=87?= =?UTF-8?q?=E5=87=86=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhengjun --- services/distributedfileservice/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/distributedfileservice/BUILD.gn b/services/distributedfileservice/BUILD.gn index bd1b65672..b4d2021ce 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", -- Gitee