diff --git a/bundle.json b/bundle.json index 3be48ec..6647e1d 100644 --- a/bundle.json +++ b/bundle.json @@ -34,7 +34,8 @@ "hilog", "napi", "init", - "bounds_checking_function" + "bounds_checking_function", + "ipc" ], "third_party": [] }, diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index d0d5343..834d3c5 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -52,6 +52,7 @@ ohos_shared_library("customconfig") { "c_utils:utils", "hilog:libhilog", "init:libbegetutil", + "ipc:ipc_single", "napi:ace_napi", ] relative_install_dir = "module/customization"