diff --git a/frameworks/js/napi/file_access_module/BUILD.gn b/frameworks/js/napi/file_access_module/BUILD.gn index be1c4abe0daf8b2027b5846c38dfa8e019e3606f..b5c74e8a8cd245841e791a78d5234529b41b2370 100644 --- a/frameworks/js/napi/file_access_module/BUILD.gn +++ b/frameworks/js/napi/file_access_module/BUILD.gn @@ -71,6 +71,7 @@ ohos_shared_library("fileaccess") { "file_api:filemgmt_libn", "hilog:libhilog", "ipc:ipc_core", + "ipc:ipc_single", "napi:ace_napi", ] } diff --git a/frameworks/js/napi/file_extension_info_module/BUILD.gn b/frameworks/js/napi/file_extension_info_module/BUILD.gn index b2d8c6d7b75921d47c87f43ee2b0bdcd96509c02..bffee06a6152a0eae2561bf39e58f139ecec5cff 100644 --- a/frameworks/js/napi/file_extension_info_module/BUILD.gn +++ b/frameworks/js/napi/file_extension_info_module/BUILD.gn @@ -47,6 +47,7 @@ ohos_shared_library("fileextensioninfo") { "file_api:filemgmt_libhilog", "file_api:filemgmt_libn", "hilog:libhilog", + "ipc:ipc_single", "napi:ace_napi", ] } diff --git a/interfaces/inner_api/file_access/BUILD.gn b/interfaces/inner_api/file_access/BUILD.gn index fa96e19c69cb452e75da94a1cb164881fc720334..01583d6f88d3d66ecd9f75aa695df1e2d061be04 100644 --- a/interfaces/inner_api/file_access/BUILD.gn +++ b/interfaces/inner_api/file_access/BUILD.gn @@ -92,6 +92,7 @@ ohos_shared_library("file_access_extension_ability_kit") { "hitrace:hitrace_meter", "init:libbegetutil", "ipc:ipc_core", + "ipc:ipc_napi", "napi:ace_napi", "os_account:os_account_innerkits", "samgr:samgr_proxy", @@ -127,6 +128,8 @@ ohos_shared_library("file_access_extension_ability_module") { "c_utils:utils", "common_event_service:cesfwk_innerkits", "hilog:libhilog", + "ipc:ipc_napi", + "ipc:ipc_single", "napi:ace_napi", ] diff --git a/interfaces/kits/picker/BUILD.gn b/interfaces/kits/picker/BUILD.gn index ad3a443c1957f44d034fbd2b631a8f5054dcfa7d..172cf3c66de1c5ca1042cccb9ff8d3d59618694a 100644 --- a/interfaces/kits/picker/BUILD.gn +++ b/interfaces/kits/picker/BUILD.gn @@ -88,6 +88,8 @@ ohos_shared_library("picker") { "file_api:filemgmt_libhilog", "file_api:filemgmt_libn", "hilog:libhilog", + "ipc:ipc_napi", + "ipc:ipc_single", "napi:ace_napi", ]