Skip to content

Commit

Permalink
Merge pull request #274 from Jiangyi/cm-10.2
Browse files Browse the repository at this point in the history
P31xx/P51xx: Update blobs
  • Loading branch information
Shareef Ali committed Aug 12, 2013
2 parents 0cad58f + 8e250c1 commit d07cf45
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 1 deletion.
Binary file modified p31xx/common/system/vendor/firmware/ducati-m3.bin
Binary file not shown.
Binary file added p51xx/common/system/bin/bintvoutservice
Binary file not shown.
Binary file added p51xx/common/system/lib/libhdcp.so
Binary file not shown.
Binary file added p51xx/common/system/lib/libtvout_jni.so
Binary file not shown.
Binary file added p51xx/common/system/lib/libtvoutinterface.so
Binary file not shown.
Binary file added p51xx/common/system/lib/libtvoutservice.so
Binary file not shown.
Binary file modified p51xx/common/system/vendor/firmware/ducati-m3.bin
Binary file not shown.
7 changes: 6 additions & 1 deletion p51xx/p51xx-vendor-blobs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
LOCAL_PATH := vendor/samsung/p51xx

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/common/system/bin/bintvoutservice:system/bin/bintvoutservice \
$(LOCAL_PATH)/common/system/bin/dock_kbd_attach:system/bin/dock_kbd_attach \
$(LOCAL_PATH)/common/system/bin/geomagneticd:system/bin/geomagneticd \
$(LOCAL_PATH)/common/system/bin/gpsd:system/bin/gpsd \
Expand All @@ -39,6 +40,7 @@ PRODUCT_COPY_FILES += \

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/common/system/lib/libdomx.so:system/lib/libdomx.so \
$(LOCAL_PATH)/common/system/lib/libhdcp.so:system/lib/libhdcp.so \
$(LOCAL_PATH)/common/system/lib/libI420colorconvert.so:system/lib/libI420colorconvert.so \
$(LOCAL_PATH)/common/system/lib/libion.omap4.so:system/lib/libion.omap4.so \
$(LOCAL_PATH)/common/system/lib/libmm_osal.so:system/lib/libmm_osal.so \
Expand All @@ -50,7 +52,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/common/system/lib/libOMX.TI.DUCATI1.VIDEO.MPEG4E.so:system/lib/libOMX.TI.DUCATI1.VIDEO.MPEG4E.so \
$(LOCAL_PATH)/common/system/lib/libOMX_Core.so:system/lib/libOMX_Core.so \
$(LOCAL_PATH)/common/system/lib/libQmageDecoder.so:system/lib/libQmageDecoder.so \
$(LOCAL_PATH)/common/system/lib/libsecnativefeature.so:system/lib/libsecnativefeature.so
$(LOCAL_PATH)/common/system/lib/libsecnativefeature.so:system/lib/libsecnativefeature.so \
$(LOCAL_PATH)/common/system/lib/libtvoutinterface.so:system/lib/libtvoutinterface.so \
$(LOCAL_PATH)/common/system/lib/libtvout_jni.so:system/lib/libtvout_jni.so \
$(LOCAL_PATH)/common/system/lib/libtvoutservice.so:system/lib/libtvoutservice.so

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/common/system/vendor/firmware/BCM4330.hcd:system/vendor/firmware/BCM4330.hcd \
Expand Down

0 comments on commit d07cf45

Please sign in to comment.