From 2e22e56c66c697459428c924bfc09fb3a016a4b3 Mon Sep 17 00:00:00 2001 From: jiangzhijun8 Date: Wed, 10 Jul 2024 14:35:36 +0800 Subject: [PATCH] Issue: https://gitee.com/openharmony/ability_ability_runtime/issues/IABJ7H MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Comment: 配合ability_runtime删除绝对路径 Signed-off-by: jiangzhijun8 --- bundle.json | 3 ++- interfaces/inner_api/file_access/BUILD.gn | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 450283ee..9976e572 100644 --- a/bundle.json +++ b/bundle.json @@ -40,7 +40,8 @@ "os_account", "c_utils", "image_framework", - "common_event_service" + "common_event_service", + "input" ] }, "build": { diff --git a/interfaces/inner_api/file_access/BUILD.gn b/interfaces/inner_api/file_access/BUILD.gn index 4cb4a40e..2b659f02 100644 --- a/interfaces/inner_api/file_access/BUILD.gn +++ b/interfaces/inner_api/file_access/BUILD.gn @@ -91,6 +91,7 @@ ohos_shared_library("file_access_extension_ability_kit") { "hilog:libhilog", "hitrace:hitrace_meter", "init:libbegetutil", + "input:libmmi-client", "ipc:ipc_core", "napi:ace_napi", "os_account:os_account_innerkits", -- Gitee