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_coap = false 19 20 dsoftbus_feature_conn_tcp_proxy = true 21 dsoftbus_feature_conn_tcp_comm = true 22 dsoftbus_feature_conn_pv1 = false 23 24 dsoftbus_feature_conn_br = true 25 dsoftbus_feature_conn_ble = true 26 dsoftbus_feature_conn_coc = false 27 28 dsoftbus_feature_conn_ble_direct = false 29 dsoftbus_feature_conn_pv2 = false 30 dsoftbus_feature_conn_hv1 = false 31 dsoftbus_feature_conn_hv2 = false 32 dsoftbus_feature_conn_hv2c = false 33 dsoftbus_feature_conn_action = false 34 dsoftbus_feature_conn_legacy_im = false 35 dsoftbus_feature_conn_legacy_data = false 36 37 dsoftbus_feature_trans_udp_file = true 38 dsoftbus_feature_trans_udp_stream = false 39 dsoftbus_feature_trans_udp = true 40 dsoftbus_feature_trans_proxy_file = true 41 dsoftbus_feature_trans_qos = false 42 dsoftbus_feature_trans_legacy = false 43 dsoftbus_feature_lnn_ble = true 44 dsoftbus_feature_lnn_wifi = true 45 dsoftbus_feature_lnn_ccmp = true 46 47 dsoftbus_feature_lnn_time_sync = true 48 dsoftbus_feature_lnn_sh = true 49 50 dsoftbus_feature_lnn_cloud_sync = true 51 dsoftbus_feature_lnn_channel_rating = true 52 dsoftbus_feature_lnn_lane_mgr = true 53 dsoftbus_feature_lnn_power_ctrl = true 54 dsoftbus_feature_lnn_lane_qos = true 55 56 dsoftbus_feature_lnn_frame = true 57 dsoftbus_feature_vtp = true 58 dsoftbus_feature_dfile = true 59 dsoftbus_feature_dmsg = true 60 dsoftbus_feature_dnet = false 61 dsoftbus_feature_linkfinder = false 62 dsoftbus_feature_coap = true 63 dsoftbus_feature_lnn_usb_ncm = false 64} 65