2022-05-09 11:37:31 +00:00
|
|
|
# Copyright (c) 2022 Huawei Device Co., Ltd.
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
2022-06-23 08:07:58 +00:00
|
|
|
ability_runtime_services_path = "//foundation/ability/ability_runtime/services"
|
2022-06-28 01:16:59 +00:00
|
|
|
ability_runtime_innerkits_path =
|
|
|
|
"//foundation/ability/ability_runtime/interfaces/inner_api"
|
2022-05-13 02:49:41 +00:00
|
|
|
|
2022-05-09 11:37:31 +00:00
|
|
|
SUBSYSTEM_DIR = "//foundation/communication"
|
|
|
|
WIFI_ROOT_DIR = "$SUBSYSTEM_DIR/wifi/wifi"
|
2023-03-14 03:30:35 +00:00
|
|
|
DHCP_ROOT_DIR = "$SUBSYSTEM_DIR/dhcp"
|
2022-05-09 11:37:31 +00:00
|
|
|
|
|
|
|
declare_args() {
|
|
|
|
wifi_feature_with_p2p = false
|
2022-07-19 08:55:55 +00:00
|
|
|
wifi_feature_with_ap_intf = "wlan"
|
2022-06-09 07:50:40 +00:00
|
|
|
wifi_feature_with_ap_num = 1
|
2023-10-19 09:40:30 +00:00
|
|
|
wifi_feature_with_sta_num = 1
|
2022-06-09 07:50:40 +00:00
|
|
|
wifi_feature_with_auth_disable = false
|
|
|
|
wifi_feature_with_dhcp_disable = false
|
2023-12-13 11:25:34 +00:00
|
|
|
wifi_feature_with_wifi_hdi = false
|
2023-11-24 12:27:45 +00:00
|
|
|
wifi_feature_with_hpf_supported = false
|
2023-12-06 09:54:55 +00:00
|
|
|
wifi_feature_with_rx_listen_supported = false
|
2022-05-09 11:37:31 +00:00
|
|
|
}
|