Skip to content

Commit

Permalink
ace: updated extract-files.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kali- committed Dec 25, 2010
1 parent 7e5ebdd commit 3590e0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extract-files.sh
Expand Up @@ -35,6 +35,8 @@ adb pull /system/etc/HP_Audio.csv ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/etc/HP_Video.csv ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/etc/pvasflocal.cfg ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/etc/SPK_Combination.csv ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/etc/spn-conf.xml ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/etc/voicemail-conf.xml ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/etc/vpimg ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/lib/egl/libEGL_adreno200.so ../../../vendor/htc/$DEVICE/proprietary
adb pull /system/lib/egl/libGLESv1_CM_adreno200.so ../../../vendor/htc/$DEVICE/proprietary
Expand Down Expand Up @@ -98,6 +100,8 @@ PRODUCT_COPY_FILES += \\
vendor/htc/__DEVICE__/proprietary/HP_Video.csv:/system/etc/HP_Video.csv \\
vendor/htc/__DEVICE__/proprietary/pvasflocal.cfg:/system/etc/pvasflocal.cfg \\
vendor/htc/__DEVICE__/proprietary/SPK_Combination.csv:/system/etc/SPK_Combination.csv \\
vendor/htc/__DEVICE__/proprietary/spn-conf.xml:/system/etc/spn-conf.xml \\
vendor/htc/__DEVICE__/proprietary/voicemail-conf.xml:/system/etc/voicemail-conf.xml \\
vendor/htc/__DEVICE__/proprietary/vpimg:/system/etc/vpimg \\
vendor/htc/__DEVICE__/proprietary/akmd:/system/bin/akmd \\
vendor/htc/__DEVICE__/proprietary/bma150_usr:/system/bin/bma150_usr \\
Expand Down

0 comments on commit 3590e0c

Please sign in to comment.