summaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-09-09 12:10:39 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-09-09 12:10:39 -0700
commite2d65760736fdc9ae9d755e3fb9e9e8bc6864854 (patch)
tree1f0e3424db6267e9882132b647d9d6ddcc86b5aa /extract-files.sh
parentc8f1c1e7c46e3a3d6f31d181c9597fe96919a388 (diff)
downloaddevice_samsung_crespo-e2d65760736fdc9ae9d755e3fb9e9e8bc6864854.zip
device_samsung_crespo-e2d65760736fdc9ae9d755e3fb9e9e8bc6864854.tar.gz
device_samsung_crespo-e2d65760736fdc9ae9d755e3fb9e9e8bc6864854.tar.bz2
auto-generated blob-handling scripts
Change-Id: I3e43ca4d57584416874e17f97ecaacf3dbe2bb61
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 4e026bb..38a4021 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -20,7 +20,12 @@ DEVICE=crespo
MANUFACTURER=samsung
mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/proprietary
+adb pull /system/etc/permissions/com.google.widevine.software.drm.xml ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/com.google.widevine.software.drm.xml
+adb pull /system/lib/drm/libdrmwvmplugin.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libdrmwvmplugin.so
adb pull /system/lib/libsecril-client.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libsecril-client.so
+adb pull /system/lib/libwvdrm_L3.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libwvdrm_L3.so
+adb pull /system/lib/libwvm.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libwvm.so
+adb pull /system/lib/libWVStreamControlAPI_L3.so ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/libWVStreamControlAPI_L3.so
adb pull /system/vendor/bin/gpsd ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gpsd
chmod 755 ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/gpsd
adb pull /system/vendor/bin/pvrsrvinit ../../../vendor/$MANUFACTURER/$DEVICE/proprietary/pvrsrvinit
@@ -67,7 +72,12 @@ PRODUCT_COPY_FILES := \\
# All the blobs necessary for crespo
PRODUCT_COPY_FILES += \\
+ vendor/__MANUFACTURER__/__DEVICE__/proprietary/com.google.widevine.software.drm.xml:system/etc/permissions/com.google.widevine.software.drm.xml \\
+ vendor/__MANUFACTURER__/__DEVICE__/proprietary/libdrmwvmplugin.so:system/lib/drm/libdrmwvmplugin.so \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/libsecril-client.so:system/lib/libsecril-client.so \\
+ vendor/__MANUFACTURER__/__DEVICE__/proprietary/libwvdrm_L3.so:system/lib/libwvdrm_L3.so \\
+ vendor/__MANUFACTURER__/__DEVICE__/proprietary/libwvm.so:system/lib/libwvm.so \\
+ vendor/__MANUFACTURER__/__DEVICE__/proprietary/libWVStreamControlAPI_L3.so:system/lib/libWVStreamControlAPI_L3.so \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/gpsd:system/vendor/bin/gpsd \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/pvrsrvinit:system/vendor/bin/pvrsrvinit \\
vendor/__MANUFACTURER__/__DEVICE__/proprietary/bcm4329.hcd:system/vendor/firmware/bcm4329.hcd \\