From 7f9261cc394d9197c236c168fb1d064aaf756ef3 Mon Sep 17 00:00:00 2001 From: zhuhongtao66 Date: Thu, 22 Dec 2022 16:44:06 +0800 Subject: [PATCH 1/2] libn_add_innerkits Signed-off-by: zhuhongtao66 --- bundle.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bundle.json b/bundle.json index be6f41052..051ad6b08 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": [ -- Gitee From 5f7b36e8adced0499fd9085cacf61c3e2af8441e Mon Sep 17 00:00:00 2001 From: zhuhongtao66 Date: Thu, 22 Dec 2022 18:14:24 +0800 Subject: [PATCH 2/2] libn_add_innerkits Signed-off-by: zhuhongtao66 --- interfaces/kits/js/BUILD.gn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index f93675280..7a322fae2 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 = [ -- Gitee