Amit Pundir | 1fb8dea | 2024-03-12 14:53:04 +0530 | [diff] [blame^] | 1 | # WLAN |
| 2 | PRODUCT_PACKAGES := \ |
| 3 | amss.bin.sm8550 \ |
| 4 | board-2.bin.sm8550 \ |
| 5 | m3.bin.sm8550 |
| 6 | |
| 7 | # ASoC topology firmware |
| 8 | PRODUCT_PACKAGES += \ |
| 9 | SM8550-HDK-tplg.bin \ |
| 10 | SM8550-QRD-tplg.bin |
| 11 | |
| 12 | FIRMWARE_VENDOR_PATH := $(LINARO_VENDOR_PATH)/linux-firmware/$(EXPECTED_LINARO_VENDOR_VERSION) |
| 13 | |
| 14 | # Copy notice/license files to rootfs |
| 15 | # Not an AOSP requirement but other Linux distros do this |
| 16 | PRODUCT_COPY_FILES += \ |
| 17 | $(FIRMWARE_VENDOR_PATH)/ath12k/WCN7850/hw2.0/Notice.txt:$(TARGET_COPY_OUT_VENDOR)/firmware/ath12k/WCN7850/hw2.0/Notice.txt |