diff --git a/bundle.json b/bundle.json index 450283ee515b878c4801d9dd09996e8da56de84c..9976e57230a6cbeb984efa99939baa2059de91ce 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 4cb4a40e59650e7cb40c6b8eac2ed91371fd047e..2b659f0259af66f6c21f80606964fbe2b20503c4 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",