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_ciimport("//build/ohos.gni") 15f1549183Sopenharmony_ci 16f1549183Sopenharmony_cigroup("etc") { 17f1549183Sopenharmony_ci deps = [ ":wifi_standard.cfg" ] 18f1549183Sopenharmony_ci} 19f1549183Sopenharmony_ci 20f1549183Sopenharmony_ciohos_prebuilt_etc("wifi_standard.cfg") { 21f1549183Sopenharmony_ci source = "wifi_standard.cfg" 22f1549183Sopenharmony_ci relative_install_dir = "init" 23f1549183Sopenharmony_ci part_name = "wifi" 24f1549183Sopenharmony_ci subsystem_name = "communication" 25f1549183Sopenharmony_ci} 26