summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShamir Husain <shamir88@gmail.com>2012-11-15 18:50:52 +0100
committerShamir Husain <shamir88@gmail.com>2012-11-15 18:50:52 +0100
commitc1a910a1fd1c0e14c744d0e1ffc1afb45bbcf94b (patch)
treeb1b003f05da4262f31730e09132d3da7666b81ae
parentc9dad3acfe03b33384d6b9b5526c188b5226fcd3 (diff)
downloaddevice_samsung_n7100-c1a910a1fd1c0e14c744d0e1ffc1afb45bbcf94b.zip
device_samsung_n7100-c1a910a1fd1c0e14c744d0e1ffc1afb45bbcf94b.tar.gz
device_samsung_n7100-c1a910a1fd1c0e14c744d0e1ffc1afb45bbcf94b.tar.bz2
Update proprietary-files.sh to match TheMuppets vendor (2/3)
Change-Id: I42855a07a68dd4d373674947113d5d559be1d0fc
-rwxr-xr-x[-rw-r--r--]proprietary-files.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/proprietary-files.sh b/proprietary-files.sh
index 61818a8..72407f9 100644..100755
--- a/proprietary-files.sh
+++ b/proprietary-files.sh
@@ -39,6 +39,7 @@ adb pull /system/usr/keylayout/sec_e-pen.kl ../../../vendor/$MANUFACTURER/$DEVIC
adb pull /system/usr/keylayout/sec_touchkey.kl ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/usr/keylayout/sec_touchkey.kl
adb pull /system/vendor/firmware/SlimISP_GK.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/SlimISP_GK.bin
adb pull /system/vendor/firmware/SlimISP_ZK.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/SlimISP_ZK.bin
+adb pull /system/vendor/firmware/libpn544_fw.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/libpn544_fw.so
(cat << EOF) | sed s/__DEVICE__/$DEVICE/g | sed s/__MANUFACTURER__/$MANUFACTURER/g > ../../../vendor/$MANUFACTURER/$DEVICE/$DEVICE-vendor-blobs.mk
@@ -83,7 +84,8 @@ PRODUCT_COPY_FILES += \\
PRODUCT_COPY_FILES += \\
\$(LOCAL_PATH)/proprietary/system/vendor/firmware/SlimISP_GK.bin:system/vendor/firmware/SlimISP_GK.bin \\
- \$(LOCAL_PATH)/proprietary/system/vendor/firmware/SlimISP_ZK.bin:system/vendor/firmware/SlimISP_ZK.bin
+ \$(LOCAL_PATH)/proprietary/system/vendor/firmware/SlimISP_ZK.bin:system/vendor/firmware/SlimISP_ZK.bin \\
+ \$(LOCAL_PATH)/proprietary/system/vendor/firmware/libpn544_fw.so:system/vendor/firmware/libpn544_fw.so
EOF