aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jiang <sam.andrew.jiang@gmail.com>2013-08-12 14:51:04 -0400
committerAndrew Jiang <sam.andrew.jiang@gmail.com>2013-08-12 14:53:32 -0400
commite300b97e63a4a73de4c7c90afbac1f689a2b1d2e (patch)
tree3e1e7e4b7fa9fda6460ba219cacabe6ed021f0ee
parent3245a49fdb8ec52ee331baf7f9226f3f8c772b9f (diff)
downloaddevice_samsung_espresso3g-e300b97e63a4a73de4c7c90afbac1f689a2b1d2e.zip
device_samsung_espresso3g-e300b97e63a4a73de4c7c90afbac1f689a2b1d2e.tar.gz
device_samsung_espresso3g-e300b97e63a4a73de4c7c90afbac1f689a2b1d2e.tar.bz2
P51xx: MHL TVOut support
Change-Id: Icb8f97df0c85e39414b8faa8b122c1fe13e8dc37
-rw-r--r--proprietary-common-files.txt11
-rwxr-xr-xrootdir/init.espresso10.rc12
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