From a9446db7bcdc5da41de40e3110c35b3c0f7d5317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=81=A5?= Date: Thu, 24 Jul 2025 10:26:35 +0800 Subject: [PATCH] =?UTF-8?q?IPC=E7=BC=96=E8=AF=91=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=95=B4=E6=94=B9=20Signed-off-by:=20=E5=AD=99=E5=81=A5=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 3 ++- interfaces/kits/js/BUILD.gn | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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" -- Gitee