• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2024 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14declare_args() {
15  dsoftbus_feature_disc_ble = true
16  dsoftbus_feature_disc_coap = true
17  dsoftbus_feature_disc_lnn_coap = true
18  dsoftbus_feature_disc_share_ble = false
19  dsoftbus_feature_disc_share_coap = false
20  dsoftbus_feature_disc_approach = false
21  dsoftbus_feature_disc_notification = false
22  dsoftbus_feature_disc_notification_rx = false
23  dsoftbus_feature_disc_link_ble = false
24  dsoftbus_feature_disc_virtual_link_ble = false
25  dsoftbus_feature_disc_lnn_hb = false
26  dsoftbus_feature_disc_touch = false
27  dsoftbus_feature_disc_sle = false
28  dsoftbus_feature_disc_usb = false
29  dsoftbus_feature_disc_oop = false
30
31  dsoftbus_feature_conn_tcp_proxy = true
32  dsoftbus_feature_conn_tcp_comm = true
33  dsoftbus_feature_conn_pv1 = false
34
35  dsoftbus_feature_conn_br = true
36  dsoftbus_feature_conn_ble = true
37  dsoftbus_feature_conn_coc = false
38
39  dsoftbus_feature_conn_ble_direct = false
40  dsoftbus_feature_conn_pv2 = false
41  dsoftbus_feature_conn_hv1 = false
42  dsoftbus_feature_conn_hv2 = false
43  dsoftbus_feature_conn_hv2c = false
44  dsoftbus_feature_conn_action = false
45  dsoftbus_feature_conn_legacy_im = false
46  dsoftbus_feature_conn_legacy_data = false
47
48  dsoftbus_feature_trans_udp_file = true
49  dsoftbus_feature_trans_udp_stream = false
50  dsoftbus_feature_trans_udp = true
51  dsoftbus_feature_trans_proxy_file = true
52  dsoftbus_feature_trans_qos = false
53  dsoftbus_feature_trans_legacy = false
54  dsoftbus_feature_lnn_ble = true
55  dsoftbus_feature_lnn_wifi = true
56  dsoftbus_feature_lnn_ccmp = true
57
58  dsoftbus_feature_lnn_time_sync = true
59  dsoftbus_feature_lnn_sh = true
60
61  dsoftbus_feature_lnn_cloud_sync = true
62  dsoftbus_feature_lnn_channel_rating = true
63  dsoftbus_feature_lnn_lane_mgr = true
64  dsoftbus_feature_lnn_power_ctrl = true
65  dsoftbus_feature_lnn_lane_qos = true
66
67  dsoftbus_feature_lnn_meta_node = true
68  dsoftbus_feature_lnn_frame = true
69  dsoftbus_feature_vtp = true
70  dsoftbus_feature_dfile = true
71  dsoftbus_feature_dmsg = true
72  dsoftbus_feature_dnet = false
73  dsoftbus_feature_linkfinder = false
74  dsoftbus_feature_coap = true
75}
76