summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'wl12xx/wlan/wl12xx-wlan-fw-products.mk')
-rw-r--r--wl12xx/wlan/wl12xx-wlan-fw-products.mk38
1 files changed, 29 insertions, 9 deletions
diff --git a/wl12xx/wlan/wl12xx-wlan-fw-products.mk b/wl12xx/wlan/wl12xx-wlan-fw-products.mk
index a36c1c1..6b7671e 100644
--- a/wl12xx/wlan/wl12xx-wlan-fw-products.mk
+++ b/wl12xx/wlan/wl12xx-wlan-fw-products.mk
@@ -1,9 +1,29 @@
1PRODUCT_COPY_FILES += \ 1# Copyright (C) 2012 The Android Open Source Project
2 device/ti/proprietary-open/wl12xx/wlan/wl128x-fw-4-mr.bin:system/etc/firmware/ti-connectivity/wl128x-fw-4-mr.bin \ 2#
3 device/ti/proprietary-open/wl12xx/wlan/wl128x-fw-4-plt.bin:system/etc/firmware/ti-connectivity/wl128x-fw-4-plt.bin \ 3# Licensed under the Apache License, Version 2.0 (the "License");
4 device/ti/proprietary-open/wl12xx/wlan/wl128x-fw-4-sr.bin:system/etc/firmware/ti-connectivity/wl128x-fw-4-sr.bin \ 4# you may not use this file except in compliance with the License.
5 device/ti/proprietary-open/wl12xx/wlan/wl127x-fw-4-mr.bin:system/etc/firmware/ti-connectivity/wl127x-fw-4-mr.bin \ 5# You may obtain a copy of the License at
6 device/ti/proprietary-open/wl12xx/wlan/wl127x-fw-4-plt.bin:system/etc/firmware/ti-connectivity/wl127x-fw-4-plt.bin \ 6#
7 device/ti/proprietary-open/wl12xx/wlan/wl127x-fw-4-sr.bin:system/etc/firmware/ti-connectivity/wl127x-fw-4-sr.bin \ 7# http://www.apache.org/licenses/LICENSE-2.0
8 device/ti/proprietary-open/wl12xx/wlan/wl1271-nvs.bin:system/etc/firmware/ti-connectivity/wl1271-nvs.bin \ 8#
9 device/ti/proprietary-open/wl12xx/wlan/wl1271-nvs_127x.bin:system/etc/firmware/ti-connectivity/wl1271-nvs_127x.bin \ 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
16# Add WLAN firmware - Define the tgz to be unpacked, and enable the
17# WLAN firmware package, which is defined in the top-level Android.mk
18# of the proprietary-open tree
19
20WLAN_TGZ := device/ti/proprietary-open/wl12xx/wlan/wlan.tgz
21PRODUCT_PACKAGES += \
22 wl128x-fw-4-mr.bin \
23 wl128x-fw-4-plt.bin \
24 wl128x-fw-4-sr.bin \
25 wl127x-fw-4-mr.bin \
26 wl127x-fw-4-plt.bin \
27 wl127x-fw-4-sr.bin \
28 wl1271-nvs.bin \
29 wl1271-nvs_127x.bin