| soong_namespace {} |
| |
| // Lontium lt9611uxc |
| prebuilt_firmware { |
| name: "lt9611uxc_fw.bin", |
| vendor: true, |
| src: "lt9611uxc_fw.bin", |
| notice: "LICENSE.Lontium", |
| } |
| |
| // WLAN |
| // ath10k |
| prebuilt_firmware { |
| name: "board-2.bin", |
| vendor: true, |
| src: "ath10k/WCN3990/hw1.0/board-2.bin", |
| relative_install_path: "ath10k/WCN3990/hw1.0", |
| notice: "LICENSE.QualcommAtheros_ath10k", |
| } |
| |
| prebuilt_firmware { |
| name: "firmware-5.bin", |
| vendor: true, |
| src: "ath10k/WCN3990/hw1.0/firmware-5.bin", |
| relative_install_path: "ath10k/WCN3990/hw1.0/", |
| notice: "LICENSE.QualcommAtheros_ath10k", |
| } |
| |
| prebuilt_firmware { |
| name: "wlanmdsp.mbn", |
| vendor: true, |
| src: "ath10k/WCN3990/hw1.0/wlanmdsp.mbn", |
| relative_install_path: "qcom/sdm845", |
| notice: "ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp", |
| } |
| |
| // ath11k |
| prebuilt_firmware { |
| name: "amss.bin", |
| vendor: true, |
| src: "ath11k/QCA6390/hw2.0/amss.bin", |
| relative_install_path: "ath11k/QCA6390/hw2.0", |
| notice: "LICENSE.QualcommAtheros_ath10k", |
| } |
| |
| prebuilt_firmware { |
| name: "m3.bin", |
| vendor: true, |
| src: "ath11k/QCA6390/hw2.0/m3.bin", |
| relative_install_path: "ath11k/QCA6390/hw2.0", |
| notice: "LICENSE.QualcommAtheros_ath10k", |
| } |
| |
| // Bluetooth |
| // QCA |
| prebuilt_firmware { |
| name: "crbtfw21.tlv", |
| vendor: true, |
| src: "qca/crbtfw21.tlv", |
| relative_install_path: "qca", |
| notice: "LICENSE.QualcommAtheros_ath10k", |
| } |
| |
| prebuilt_firmware { |
| name: "crnv21.bin", |
| vendor: true, |
| src: "qca/crnv21.bin", |
| relative_install_path: "qca", |
| notice: "LICENSE.QualcommAtheros_ath10k", |
| } |
| |
| prebuilt_firmware { |
| name: "htbtfw20.tlv", |
| vendor: true, |
| src: "qca/htbtfw20.tlv", |
| relative_install_path: "qca", |
| notice: "LICENSE.QualcommAtheros_ath10k", |
| } |
| |
| prebuilt_firmware { |
| name: "htnv20.bin", |
| vendor: true, |
| src: "qca/htnv20.bin", |
| relative_install_path: "qca", |
| notice: "LICENSE.QualcommAtheros_ath10k", |
| } |
| |
| subdirs = [ |
| "qcom", |
| ] |