From 9b0c0daeaf995cad5829c7b43f392e8e3eb44dff Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Mon, 14 Jul 2025 20:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91-=E9=85=8D?= =?UTF-8?q?=E5=90=88ability=5Fruntime=E5=88=A0=E9=99=A4public=5Fdeps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzezhong --- bundle.json | 1 + services/distributedfiledaemon/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/bundle.json b/bundle.json index f4c7debe9..db66fec70 100644 --- a/bundle.json +++ b/bundle.json @@ -35,6 +35,7 @@ "access_token", "app_file_service", "battery_manager", + "bundle_framework", "c_utils", "cJSON", "common_event_service", diff --git a/services/distributedfiledaemon/BUILD.gn b/services/distributedfiledaemon/BUILD.gn index 945035e34..178ba2241 100644 --- a/services/distributedfiledaemon/BUILD.gn +++ b/services/distributedfiledaemon/BUILD.gn @@ -205,6 +205,7 @@ ohos_shared_library("distributed_file_daemon_kit_inner") { "access_token:libaccesstoken_sdk", "app_file_service:fileuri_native", "app_file_service:remote_file_share_native", + "bundle_framework:appexecfwk_base", "c_utils:utils", "data_share:datashare_consumer", "hilog:libhilog", -- Gitee