1# Copyright (c) 2021 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 = false 16 dsoftbus_feature_disc_coap = true 17 18 dsoftbus_feature_conn_tcp = true 19 dsoftbus_feature_conn_br = false 20 dsoftbus_feature_conn_ble = false 21 dsoftbus_feature_conn_p2p = false 22 dsoftbus_feature_conn_legacy = true 23 24 dsoftbus_feature_protocol_newip = false 25 26 dsoftbus_feature_trans_udp = true 27 dsoftbus_feature_trans_udp_stream = false 28 dsoftbus_feature_trans_udp_file = true 29 30 dsoftbus_feature_ip_auth = true 31 dsoftbus_feature_auth_account = false 32 33 dsoftbus_feature_lnn_net = true 34 dsoftbus_feature_lnn_time_sync = true 35 dsoftbus_feature_lnn_heartbeat = false 36 dsoftbus_feature_lnn_meta_node = false 37 dsoftbus_feature_qos = false 38 dsoftbus_feature_lnn_wifiservice_dependence = false 39 40 dsoftbus_feature_build_shared_sdk = true 41 42 dsoftbus_feature_encrypt = 0 43 44 dsoftbus_feature_ex_kits = false 45 dsoftbus_feature_proxy_file = true 46 47 dsoftbus_feature_wifi_notify = false 48} 49