1 # 2 # Copyright 2015 The Android Open Source Project 3 # 4 # Licensed under the Apache License, Version 2.0 (the "License"); 5 # you may not use this file except in compliance with the License. 6 # You may obtain a copy of the License at 7 # 8 # http://www.apache.org/licenses/LICENSE-2.0 9 # 10 # Unless required by applicable law or agreed to in writing, software 11 # distributed under the License is distributed on an "AS IS" BASIS, 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 # See the License for the specific language governing permissions and 14 # limitations under the License. 15 # 16 17 # BCM43340 WIFI Firmware 18 BCM43340_WIFI_FW_SRC := vendor/bsp/intel/peripheral/wifi/bcm43340_firmware 19 BCM43340_WIFI_FW_DST := system/vendor/firmware/bcm43340 20 21 # The "aob" file is special purpose - we include it here for completeness but don't utilize it. 22 # $(BCM43340_WIFI_FW_SRC)/bcmdhd_aob.cal_4334x_b0:$(BCM43340_WIFI_FW_DST)/bcmdhd_aob.cal 23 24 PRODUCT_COPY_FILES += \ 25 $(BCM43340_WIFI_FW_SRC)/bcmdhd.cal_4334x_b0:$(BCM43340_WIFI_FW_DST)/bcmdhd.cal \ 26 $(BCM43340_WIFI_FW_SRC)/fw_bcmdhd_p2p.bin_4334x_b0:$(BCM43340_WIFI_FW_DST)/fw_bcmdhd_p2p.bin \ 27 $(BCM43340_WIFI_FW_SRC)/fw_bcmdhd_p2p.bin_4334x_b0:$(BCM43340_WIFI_FW_DST)/fw_bcmdhd_apsta.bin \ 28 $(BCM43340_WIFI_FW_SRC)/fw_bcmdhd_p2p.bin_4334x_b0:$(BCM43340_WIFI_FW_DST)/fw_bcmdhd_sta.bin 29 30 WIFI_DRIVER_HAL_MODULE := wifi_driver.edison 31 WIFI_DRIVER_HAL_PERIPHERAL := bcm43340 32