• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
23  dsoftbus_feature_protocol_newip = false
24
25  dsoftbus_feature_trans_udp = true
26  dsoftbus_feature_trans_udp_stream = false
27  dsoftbus_feature_trans_udp_file = true
28
29  dsoftbus_feature_ip_auth = true
30  dsoftbus_feature_auth_account = false
31
32  dsoftbus_feature_lnn_net = true
33  dsoftbus_feature_lnn_time_sync = true
34  dsoftbus_feature_lnn_heartbeat = false
35  dsoftbus_feature_lnn_meta_node = false
36  dsoftbus_feature_qos = false
37  dsoftbus_feature_lnn_wifiservice_dependence = false
38
39  dsoftbus_feature_build_shared_sdk = true
40  dsoftbus_feature_ifname_prefix = false
41
42  dsoftbus_feature_encrypt = 0
43  dsoftbus_standard_feature_dfinder_support_multi_nif = true
44}
45