From e300b97e63a4a73de4c7c90afbac1f689a2b1d2e Mon Sep 17 00:00:00 2001 From: Andrew Jiang Date: Mon, 12 Aug 2013 14:51:04 -0400 Subject: P51xx: MHL TVOut support Change-Id: Icb8f97df0c85e39414b8faa8b122c1fe13e8dc37 --- proprietary-common-files.txt | 11 ++++++++--- rootdir/init.espresso10.rc | 12 +++++++++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/proprietary-common-files.txt b/proprietary-common-files.txt index d1e2d82..d0d4edc 100644 --- a/proprietary-common-files.txt +++ b/proprietary-common-files.txt @@ -1,3 +1,4 @@ +system/bin/bintvoutservice system/bin/dock_kbd_attach system/bin/geomagneticd system/bin/gpsd @@ -13,7 +14,11 @@ system/etc/wifi/nvram_net.txt system/lib/hw/vendor-camera.piranha.so system/lib/hw/gps.omap4.so system/lib/hw/sensors.omap4.so +system/lib/libdomx.so +system/lib/libhdcp.so system/lib/libI420colorconvert.so +system/lib/libion.omap4.so +system/lib/libmm_osal.so system/lib/libOMX.TI.DUCATI1.MISC.SAMPLE.so system/lib/libOMX.TI.DUCATI1.VIDEO.CAMERA.so system/lib/libOMX.TI.DUCATI1.VIDEO.DECODER.secure.so @@ -22,10 +27,10 @@ system/lib/libOMX.TI.DUCATI1.VIDEO.H264E.so system/lib/libOMX.TI.DUCATI1.VIDEO.MPEG4E.so system/lib/libOMX_Core.so system/lib/libQmageDecoder.so -system/lib/libdomx.so -system/lib/libion.omap4.so -system/lib/libmm_osal.so system/lib/libsecnativefeature.so +system/lib/libtvoutinterface.so +system/lib/libtvout_jni.so +system/lib/libtvoutservice.so system/lib/libtiutils.so system/vendor/firmware/BCM4330.hcd system/vendor/firmware/ducati-m3.bin diff --git a/rootdir/init.espresso10.rc b/rootdir/init.espresso10.rc index 33c63d3..6b3d3d9 100755 --- a/rootdir/init.espresso10.rc +++ b/rootdir/init.espresso10.rc @@ -387,11 +387,17 @@ service gpsd /system/bin/gpsd -c /system/etc/gps.xml user gps group system inet sdcard_rw +# TVout +service TvoutService_C /system/bin/bintvoutservice + class main + user system + group system + # Keyboard service dock_kbd_attach /system/bin/dock_kbd_attach /dev/ttyO3 - class main - user root - oneshot + class main + user root + oneshot # LPM on property:ro.bootmode=charger -- cgit v1.1