14dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee# Copyright 2013 The Android Open Source Project
24dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee#
34dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee# Licensed under the Apache License, Version 2.0 (the "License");
44dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee# you may not use this file except in compliance with the License.
54dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee# You may obtain a copy of the License at
64dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee#
74dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee#      http://www.apache.org/licenses/LICENSE-2.0
84dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee#
94dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee# Unless required by applicable law or agreed to in writing, software
104dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee# distributed under the License is distributed on an "AS IS" BASIS,
114dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
124dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee# See the License for the specific language governing permissions and
134dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee# limitations under the License.
144dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee
154dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee-include hardware/broadcom/wlan/bcmdhd/config/config-bcm.mk
164dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee
174dacaa6fc7a16eb81d93105f56db56769f9960f0Louis LeeBCM_FW_SRC_FILE_STA := fw_bcmdhd.bin
18e2e71ad18b75dcc3b94102a5711cf05014d35389Louis LeeBCM_FW_SRC_FILE_AP  := fw_bcmdhd_apsta.bin
194dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee
204dacaa6fc7a16eb81d93105f56db56769f9960f0Louis LeePRODUCT_COPY_FILES += \
214dacaa6fc7a16eb81d93105f56db56769f9960f0Louis Lee    hardware/broadcom/wlan/bcmdhd/firmware/bcm4339/$(BCM_FW_SRC_FILE_STA):system/vendor/firmware/fw_bcmdhd.bin \
22e2e71ad18b75dcc3b94102a5711cf05014d35389Louis Lee    hardware/broadcom/wlan/bcmdhd/firmware/bcm4339/$(BCM_FW_SRC_FILE_AP):system/vendor/firmware/fw_bcmdhd_apsta.bin
23