diff --git a/bundle.json b/bundle.json index be6f410529c3e97aa6582ebe6584951750453f11..051ad6b0813219f5a3f2de9a77c04e5c50825010 100644 --- a/bundle.json +++ b/bundle.json @@ -54,6 +54,15 @@ ], "header_base": "//foundation/filemanagement/file_api/interfaces/kits/native/remote_uri" } + }, + { + "name": "//foundation/filemanagement/file_api/utils/filemgmt_libn:filemgmt_libn", + "header": { + "header_files": [ + "filemgmt_libn.h" + ], + "header_base": "//foundation/filemanagement/file_api/utils/filemgmt_libn/include" + } } ], "test": [ diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index f9367528036ae13520ce8b16158379ba6f340fae..7a322fae287e47d2a5d174cf99f3473e8ec43f27 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -92,8 +92,8 @@ ohos_shared_library("fileio") { deps = [ "//foundation/arkui/napi:ace_napi", "//foundation/filemanagement/file_api/interfaces/kits/native:remote_uri_native", - "//third_party/bounds_checking_function:libsec_static", - "//third_party/openssl:libcrypto_static", + "//third_party/bounds_checking_function:libsec_shared", + "//third_party/openssl:libcrypto_shared", ] external_deps = [ "hiviewdfx_hilog_native:libhilog" ] @@ -165,7 +165,7 @@ ohos_shared_library("file") { deps = [ "${aafwk_kits_path}/ability/native:abilitykit_native", "//foundation/arkui/napi:ace_napi", - "//third_party/bounds_checking_function:libsec_static", + "//third_party/bounds_checking_function:libsec_shared", ] external_deps = [