From d79ca2bb6744186e5b154f05d9f5ef5297b0d27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=BE=B7=E7=B2=89?= Date: Thu, 1 Feb 2024 16:32:24 +0000 Subject: [PATCH] add net_conn_parcel for dsoftbus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 邱德粉 --- component_compilation_whitelist.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 87a4114219..e448e7e1d3 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -22976,6 +22976,9 @@ "//foundation/communication/dsoftbus/components/nstackx/nstackx_util:nstackx_util.open": [ "//third_party/mbedtls:mbedtls" ], + "//foundation/communication/dsoftbus/core/frame:softbus_server": [ + "//foundation/communication/netmanager_base/interfaces/innerkits/netconnclient:net_conn_parcel" + ], "//foundation/communication/netmanager_base/services/netmanagernative:netsys_native_manager": [ "//third_party/iptables:iptables", "//third_party/iptables:iptables-restore", -- Gitee