1f1549183Sopenharmony_ci# Copyright (C) 2022 Huawei Device Co., Ltd.
2f1549183Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3f1549183Sopenharmony_ci# you may not use this file except in compliance with the License.
4f1549183Sopenharmony_ci# You may obtain a copy of the License at
5f1549183Sopenharmony_ci#
6f1549183Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7f1549183Sopenharmony_ci#
8f1549183Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9f1549183Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10f1549183Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11f1549183Sopenharmony_ci# See the License for the specific language governing permissions and
12f1549183Sopenharmony_ci# limitations under the License.
13f1549183Sopenharmony_ci
14f1549183Sopenharmony_ciif (defined(ohos_lite)) {
15f1549183Sopenharmony_ci  import("//build/lite/config/component/lite_component.gni")
16f1549183Sopenharmony_ci  import("//foundation/communication/wifi/wifi/wifi_lite.gni")
17f1549183Sopenharmony_ci
18f1549183Sopenharmony_ci  lite_component("wifi") {
19f1549183Sopenharmony_ci    deps = [
20f1549183Sopenharmony_ci      "$WIFI_ROOT_DIR/frameworks:wifi_kits",
21f1549183Sopenharmony_ci      "$WIFI_ROOT_DIR/relation_services:relation_services",
22f1549183Sopenharmony_ci      "$WIFI_ROOT_DIR/services/wifi_standard/wifi_framework:wifi_manage",
23f1549183Sopenharmony_ci      "$WIFI_ROOT_DIR/services/wifi_standard/wifi_framework:wifi_system_ability",
24f1549183Sopenharmony_ci      "$WIFI_ROOT_DIR/test/wifi_client:wifi_client",
25f1549183Sopenharmony_ci      "$WIFI_ROOT_DIR/utils:wifi_utils",
26f1549183Sopenharmony_ci    ]
27f1549183Sopenharmony_ci    features = []
28f1549183Sopenharmony_ci  }
29f1549183Sopenharmony_ci}
30