summaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-07-08 23:13:38 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-07-08 23:13:38 +0200
commitf8eb404ef562ce17d21b846d9682eacad4960151 (patch)
treefbb708d4d8dfd122e0b22159d6226aa9410bcd58 /extract-files.sh
parentce0b82326432e5694d8d7e5bf5f005aecf70b621 (diff)
downloaddevice_samsung_i9300-f8eb404ef562ce17d21b846d9682eacad4960151.zip
device_samsung_i9300-f8eb404ef562ce17d21b846d9682eacad4960151.tar.gz
device_samsung_i9300-f8eb404ef562ce17d21b846d9682eacad4960151.tar.bz2
camera firmware
Change-Id: Ic677d470de79384e71c4232efb848ddd562fd258
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh
index f907e0c..33638c8 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -201,6 +201,8 @@ adb pull /system/usr/keylayout/Vendor_046d_Product_c299.kl ../../../vendor/$MANU
adb pull /system/usr/keylayout/Vendor_046d_Product_c532.kl ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/usr/keylayout/Vendor_046d_Product_c532.kl
adb pull /system/usr/keylayout/Vendor_054c_Product_0268.kl ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/usr/keylayout/Vendor_054c_Product_0268.kl
+adb pull /system/vendor/firmware/SlimISP_GD.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/SlimISP_GD.bin
+adb pull /system/vendor/firmware/SlimISP_ZD.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/SlimISP_ZD.bin
adb pull /system/vendor/firmware/fimc_is_fw.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/fimc_is_fw.bin
adb pull /system/vendor/firmware/libpn544_fw.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/libpn544_fw.so
adb pull /system/vendor/firmware/mfc_fw.bin ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/system/vendor/firmware/mfc_fw.bin
@@ -426,6 +428,8 @@ PRODUCT_COPY_FILES += \\
\$(LOCAL_PATH)/proprietary/system/usr/keylayout/Vendor_054c_Product_0268.kl:system/usr/keylayout/Vendor_054c_Product_0268.kl
PRODUCT_COPY_FILES += \\
+ \$(LOCAL_PATH)/proprietary/system/vendor/firmware/SlimISP_GD.bin:system/vendor/firmware/SlimISP_GD.bin \\
+ \$(LOCAL_PATH)/proprietary/system/vendor/firmware/SlimISP_ZD.bin:system/vendor/firmware/SlimISP_ZD.bin \\
\$(LOCAL_PATH)/proprietary/system/vendor/firmware/fimc_is_fw.bin:system/vendor/firmware/fimc_is_fw.bin \\
\$(LOCAL_PATH)/proprietary/system/vendor/firmware/libpn544_fw.so:system/vendor/firmware/libpn544_fw.so \\
\$(LOCAL_PATH)/proprietary/system/vendor/firmware/mfc_fw.bin:system/vendor/firmware/mfc_fw.bin \\