From 2efd8582bf4bb81d96fa7e180ed6630678e2becf Mon Sep 17 00:00:00 2001 From: huangkai71 Date: Wed, 25 Dec 2024 19:38:01 +0800 Subject: [PATCH] add trans feature Signed-off-by: huangkai71 --- inherit/2in1.json | 4 ++++ inherit/phone.json | 4 ++++ inherit/rich.json | 4 ++++ inherit/tablet.json | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/inherit/2in1.json b/inherit/2in1.json index 737d34c..eaf53c7 100644 --- a/inherit/2in1.json +++ b/inherit/2in1.json @@ -50,6 +50,10 @@ "dsoftbus_feature_conn_ble = true", "dsoftbus_feature_conn_p2p = true", "dsoftbus_feature_trans_udp_stream = true", + "dsoftbus_feature_trans_udp_file = true", + "dsoftbus_feature_trans_udp = true", + "dsoftbus_feature_trans_proxy_file = true", + "dsoftbus_feature_trans_qos = true", "dsoftbus_feature_conn_br = true", "dsoftbus_feature_lnn_ble = true", "dsoftbus_feature_lnn_wifi = true", diff --git a/inherit/phone.json b/inherit/phone.json index d4aad34..15aeef6 100644 --- a/inherit/phone.json +++ b/inherit/phone.json @@ -333,6 +333,10 @@ "dsoftbus_feature_conn_ble = true", "dsoftbus_feature_conn_br = true", "dsoftbus_feature_trans_udp_stream = true", + "dsoftbus_feature_trans_udp_file = true", + "dsoftbus_feature_trans_udp = true", + "dsoftbus_feature_trans_proxy_file = true", + "dsoftbus_feature_trans_qos = true", "dsoftbus_feature_lnn_ble = true", "dsoftbus_feature_lnn_wifi = true", "dsoftbus_feature_lnn_ccmp = true", diff --git a/inherit/rich.json b/inherit/rich.json index 1f59af3..5ba5c3d 100644 --- a/inherit/rich.json +++ b/inherit/rich.json @@ -385,6 +385,10 @@ "dsoftbus_feature_conn_br = true", "dsoftbus_feature_conn_ble = true", "dsoftbus_feature_trans_udp_stream = true", + "dsoftbus_feature_trans_udp_file = true", + "dsoftbus_feature_trans_udp = true", + "dsoftbus_feature_trans_proxy_file = true", + "dsoftbus_feature_trans_qos = true", "dsoftbus_feature_lnn_ble = true", "dsoftbus_feature_lnn_wifi = true", "dsoftbus_feature_lnn_ccmp = true", diff --git a/inherit/tablet.json b/inherit/tablet.json index 765b65e..eb9261e 100644 --- a/inherit/tablet.json +++ b/inherit/tablet.json @@ -384,6 +384,10 @@ "dsoftbus_feature_disc_usb = false", "dsoftbus_feature_conn_br = true", "dsoftbus_feature_trans_udp_stream = true", + "dsoftbus_feature_trans_udp_file = true", + "dsoftbus_feature_trans_udp = true", + "dsoftbus_feature_trans_proxy_file = true", + "dsoftbus_feature_trans_qos = true", "dsoftbus_feature_conn_p2p = true", "dsoftbus_feature_conn_ble = true", "dsoftbus_feature_lnn_ble = true", -- Gitee