diff --git a/bundle.json b/bundle.json index cf2c9933ec771c0651d7a5e771c6c9b379b32783..703204156c574a22d63d7701f9889ff91b67728e 100644 --- a/bundle.json +++ b/bundle.json @@ -25,7 +25,8 @@ "hisysevent", "hilog", "napi", - "init" + "init", + "bounds_checking_function" ], "third_party": [ "bounds_checking_function" @@ -44,6 +45,15 @@ ] }, "name": "//base/customization/config_policy/frameworks/config_policy:configpolicy_util" + }, + { + "header": { + "header_base": "//base/customization/config_policy/interfaces/inner_api/include", + "header_files": [ + "config_policy_utils.h" + ] + }, + "name": "//base/customization/config_policy/frameworks/config_policy:configpolicy_util_for_init_static" } ], "test": [ diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index 2ef63286431b4ec1d21bcd01faf8e7fcfcf17ee3..e89eb487295d2ad3547432f961fd26f3cd01071e 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -17,7 +17,6 @@ ohos_shared_library("configpolicy") { include_dirs = [ "include", "../../../interfaces/inner_api/include", - "//third_party/bounds_checking_function/include", "../../../frameworks/dfx/hisysevent_adapter", ] @@ -31,6 +30,7 @@ ohos_shared_library("configpolicy") { "hilog:libhilog", "hisysevent:libhisysevent", "napi:ace_napi", + "bounds_checking_function:libsec_shared", ] relative_install_dir = "module" subsystem_name = "customization"