1f982f832ad25edfee42081143e78daa25382877dLouis Lee# Copyright 2013 The Android Open Source Project
2f982f832ad25edfee42081143e78daa25382877dLouis Lee#
3f982f832ad25edfee42081143e78daa25382877dLouis Lee# Licensed under the Apache License, Version 2.0 (the "License");
4f982f832ad25edfee42081143e78daa25382877dLouis Lee# you may not use this file except in compliance with the License.
5f982f832ad25edfee42081143e78daa25382877dLouis Lee# You may obtain a copy of the License at
6f982f832ad25edfee42081143e78daa25382877dLouis Lee#
7f982f832ad25edfee42081143e78daa25382877dLouis Lee#      http://www.apache.org/licenses/LICENSE-2.0
8f982f832ad25edfee42081143e78daa25382877dLouis Lee#
9f982f832ad25edfee42081143e78daa25382877dLouis Lee# Unless required by applicable law or agreed to in writing, software
10f982f832ad25edfee42081143e78daa25382877dLouis Lee# distributed under the License is distributed on an "AS IS" BASIS,
11f982f832ad25edfee42081143e78daa25382877dLouis Lee# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12f982f832ad25edfee42081143e78daa25382877dLouis Lee# See the License for the specific language governing permissions and
13f982f832ad25edfee42081143e78daa25382877dLouis Lee# limitations under the License.
14f982f832ad25edfee42081143e78daa25382877dLouis Lee
1563b9c4bc57d378ec70625664965a25fb4edf5ff9Dmitry Shmidt-include hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk
1663b9c4bc57d378ec70625664965a25fb4edf5ff9Dmitry Shmidt
17f982f832ad25edfee42081143e78daa25382877dLouis LeeBCM_FW_SRC_FILE_STA := fw_bcmdhd.bin
18f982f832ad25edfee42081143e78daa25382877dLouis LeeBCM_FW_SRC_FILE_AP  := fw_bcmdhd_ap.bin
19f982f832ad25edfee42081143e78daa25382877dLouis Lee
20f982f832ad25edfee42081143e78daa25382877dLouis LeePRODUCT_COPY_FILES += \
21f982f832ad25edfee42081143e78daa25382877dLouis Lee    hardware/broadcom/wlan/bcmdhd/firmware/bcm4335/$(BCM_FW_SRC_FILE_STA):system/vendor/firmware/fw_bcmdhd.bin \
22f982f832ad25edfee42081143e78daa25382877dLouis Lee    hardware/broadcom/wlan/bcmdhd/firmware/bcm4335/$(BCM_FW_SRC_FILE_AP):system/vendor/firmware/fw_bcmdhd_ap.bin
23