thomas | c8ba46d | 2014-08-01 22:42:11 -0500 | [diff] [blame] | 1 | # |
| 2 | # This file lists all of the proprietary blobs that need to be |
| 3 | # extracted from a stock device. The extract-files.sh script |
| 4 | # parses this file and copies the blobs into the vendor and build |
| 5 | # trees as needed. |
| 6 | # |
| 7 | # File format: |
| 8 | # - Comments lines start with a hash (#) character and will be |
| 9 | # ignore. |
| 10 | # - Blobs should be listed with their path relative to /system |
| 11 | # on the device. |
| 12 | # - A different destination path may be specified after a colon on |
| 13 | # the same line as the blob source path. Otherwise, the |
| 14 | # destination path with be the same as it was on the device. |
| 15 | # - Options for a particular blob are specified in a comment |
| 16 | # after the blob path. |
| 17 | # |
| 18 | # Blob options: |
| 19 | # - needed_for_build: the blob will also be copied into the obj |
| 20 | # directory for use in the build of other open source files. |
| 21 | # - optional: if the blob is not found, extraction will not abort. |
| 22 | # directory for use in the build of other open source files. |
| 23 | # |
| 24 | |
| 25 | # Add device specific blobs here |
| 26 | # NFC |
| 27 | lib/hw/nfc.qcom.so |
| 28 | vendor/firmware/libpn544_fw.so |
| 29 | |
| 30 | # Wi-Fi |
| 31 | etc/wifi/nvram_net.txt_murata |
| 32 | etc/wifi/nvram_mfg.txt_murata |
| 33 | |