diff --git a/bundle.json b/bundle.json index 3be48ec4a5870446853457f77a2eb937424a57af..6647e1d00174d4fce04b6edf5e2927818a167d62 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 d0d534335ab7630d768efd57ede57ca4512aaf64..834d3c501f893c861c2a51017e47f2dba51caf1d 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"