From e38fc53bcd36549ffe7b5d4c1f10a9f8d381259e Mon Sep 17 00:00:00 2001 From: wangwang16 Date: Thu, 11 Apr 2024 20:25:26 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=83=A8=E4=BB=B6=E5=8C=96?= =?UTF-8?q?=E6=95=B4=E6=94=B9=EF=BC=8C=E6=94=AF=E6=8C=81=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E7=BC=96=E8=AF=91-distributed=5Finput=E9=85=8D=E5=90=88?= =?UTF-8?q?=E4=BC=A0=E8=BE=93=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangwang16 Change-Id: Iea8bc5f418439f6055a2c507db568a454d2fa9dd --- services/source/transport/BUILD.gn | 1 + services/transportbase/BUILD.gn | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/services/source/transport/BUILD.gn b/services/source/transport/BUILD.gn index df26387..7e17f37 100755 --- a/services/source/transport/BUILD.gn +++ b/services/source/transport/BUILD.gn @@ -62,6 +62,7 @@ ohos_shared_library("libdinput_source_trans") { "c_utils:utils", "distributed_hardware_fwk:libdhfwk_sdk", "eventhandler:libeventhandler", + "dsoftbus:softbus_client", "hilog:libhilog", "hitrace:hitrace_meter", "samgr:samgr_proxy", diff --git a/services/transportbase/BUILD.gn b/services/transportbase/BUILD.gn index 3ae870a..a80885f 100644 --- a/services/transportbase/BUILD.gn +++ b/services/transportbase/BUILD.gn @@ -59,7 +59,6 @@ ohos_shared_library("libdinput_trans_base") { external_deps = [ "c_utils:utils", "distributed_hardware_fwk:libdhfwk_sdk", - "dsoftbus:softbus_client", "eventhandler:libeventhandler", "hilog:libhilog", "hitrace:hitrace_meter", @@ -68,6 +67,8 @@ ohos_shared_library("libdinput_trans_base") { "samgr:samgr_proxy", ] + public_external_deps = [ "dsoftbus:softbus_client" ] + cflags_cc = [ "-DHILOG_ENABLE" ] subsystem_name = "distributedhardware" -- Gitee