1# 2# Copyright (C) 2022 iSoftStone Device Co., Ltd. 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14# 15 16WIFI_CONFIG_PATH := $(shell pwd) 17$(warning WIFI_CONFIG_PATH=$(WIFI_CONFIG_PATH)) 18 19HDF_FRAMEWORKS_INC := \ 20 -I./ \ 21 -Idrivers/hdf/framework/ability/sbuf/include \ 22 -Idrivers/hdf/framework/core/common/include/host \ 23 -Idrivers/hdf/framework/core/host/include \ 24 -Idrivers/hdf/framework/core/manager/include \ 25 -Idrivers/hdf/framework/core/shared/include \ 26 -Idrivers/hdf/framework/include \ 27 -Idrivers/hdf/framework/include/config \ 28 -Idrivers/hdf/framework/include/core \ 29 -Idrivers/hdf/framework/include/platform \ 30 -Idrivers/hdf/framework/include/utils \ 31 -Idrivers/hdf/framework/support/platform/include \ 32 -Idrivers/hdf/framework/support/platform/include/platform \ 33 -Idrivers/hdf/framework/utils/include \ 34 -Idrivers/hdf/khdf/osal/include \ 35 -Idrivers/hdf/khdf/config/include \ 36 -Iinclude/hdf \ 37 -Iinclude/hdf/osal \ 38 -Iinclude/hdf/utils \ 39 -Idrivers/hdf/inner_api/osal/shared \ 40 -Idrivers/hdf/inner_api/host/shared \ 41 -Idrivers/hdf/inner_api/utils \ 42 -Idrivers/hdf/inner_api/core \ 43 -Idrivers/hdf/framework/include/ethernet\ 44 -Idrivers/hdf/framework/include/net\ 45 -Idrivers/hdf/framework/model/network/common/netdevice\ 46 -Idrivers/hdf/framework/include/wifi\ 47 -Idrivers/hdf/framework/model/network/wifi/platform/include \ 48 -Idrivers/hdf/framework/model/network/wifi/core/components/eapol 49 50 51 52HDF_WIFI_FRAMEWORKS_INC := \ 53 -Idrivers/hdf/framework/model/network/ethernet/include \ 54 -Idrivers/hdf/framework/model/network/wifi/include 55 56SECURE_LIB_INC := \ 57 -I./../../../../../third_party/bounds_checking_function/include 58 59HDF_WIFI_ADAPTER_INC := \ 60 -Idrivers/hdf/khdf/network/include 61