Amit Pundir | 101df7b | 2021-12-05 23:34:31 +0530 | [diff] [blame] | 1 | soong_namespace {} |
| 2 | |
| 3 | // Lontium lt9611uxc |
| 4 | prebuilt_firmware { |
| 5 | name: "lt9611uxc_fw.bin", |
| 6 | vendor: true, |
| 7 | src: "lt9611uxc_fw.bin", |
| 8 | notice: "LICENSE.Lontium", |
| 9 | } |
| 10 | |
| 11 | // WLAN |
| 12 | // ath10k |
| 13 | prebuilt_firmware { |
| 14 | name: "board-2.bin", |
| 15 | vendor: true, |
| 16 | src: "ath10k/WCN3990/hw1.0/board-2.bin", |
| 17 | relative_install_path: "ath10k/WCN3990/hw1.0", |
| 18 | notice: "LICENSE.QualcommAtheros_ath10k", |
| 19 | } |
| 20 | |
| 21 | prebuilt_firmware { |
| 22 | name: "firmware-5.bin", |
| 23 | vendor: true, |
| 24 | src: "ath10k/WCN3990/hw1.0/firmware-5.bin", |
| 25 | relative_install_path: "ath10k/WCN3990/hw1.0/", |
| 26 | notice: "LICENSE.QualcommAtheros_ath10k", |
| 27 | } |
| 28 | |
| 29 | prebuilt_firmware { |
| 30 | name: "wlanmdsp.mbn", |
| 31 | vendor: true, |
| 32 | src: "ath10k/WCN3990/hw1.0/wlanmdsp.mbn", |
| 33 | relative_install_path: "qcom/sdm845", |
| 34 | notice: "ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp", |
| 35 | } |
| 36 | |
| 37 | // ath11k |
| 38 | prebuilt_firmware { |
| 39 | name: "amss.bin", |
| 40 | vendor: true, |
| 41 | src: "ath11k/QCA6390/hw2.0/amss.bin", |
| 42 | relative_install_path: "ath11k/QCA6390/hw2.0", |
| 43 | notice: "LICENSE.QualcommAtheros_ath10k", |
| 44 | } |
| 45 | |
| 46 | prebuilt_firmware { |
| 47 | name: "m3.bin", |
| 48 | vendor: true, |
| 49 | src: "ath11k/QCA6390/hw2.0/m3.bin", |
| 50 | relative_install_path: "ath11k/QCA6390/hw2.0", |
| 51 | notice: "LICENSE.QualcommAtheros_ath10k", |
| 52 | } |
| 53 | |
| 54 | // Bluetooth |
| 55 | // QCA |
| 56 | prebuilt_firmware { |
| 57 | name: "crbtfw21.tlv", |
| 58 | vendor: true, |
| 59 | src: "qca/crbtfw21.tlv", |
| 60 | relative_install_path: "qca", |
| 61 | notice: "LICENSE.QualcommAtheros_ath10k", |
| 62 | } |
| 63 | |
| 64 | prebuilt_firmware { |
| 65 | name: "crnv21.bin", |
| 66 | vendor: true, |
| 67 | src: "qca/crnv21.bin", |
| 68 | relative_install_path: "qca", |
| 69 | notice: "LICENSE.QualcommAtheros_ath10k", |
| 70 | } |
| 71 | |
| 72 | prebuilt_firmware { |
| 73 | name: "htbtfw20.tlv", |
| 74 | vendor: true, |
| 75 | src: "qca/htbtfw20.tlv", |
| 76 | relative_install_path: "qca", |
| 77 | notice: "LICENSE.QualcommAtheros_ath10k", |
| 78 | } |
| 79 | |
| 80 | prebuilt_firmware { |
| 81 | name: "htnv20.bin", |
| 82 | vendor: true, |
| 83 | src: "qca/htnv20.bin", |
| 84 | relative_install_path: "qca", |
| 85 | notice: "LICENSE.QualcommAtheros_ath10k", |
| 86 | } |
| 87 | |
| 88 | subdirs = [ |
| 89 | "qcom", |
| 90 | ] |