summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisael Lopez Cruz <misael.lopez@ti.com>2017-09-19 16:45:58 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2017-09-19 16:46:53 -0500
commit3d7b2a72ee898f24931a3a7510d0c39cdde67e84 (patch)
tree045b8115bf3013d03345f317ea14db67318f9c8c
parent1ec5d1ec3591503d8697615c7453a3e76854e493 (diff)
downloadam57xevm-3d7b2a72ee898f24931a3a7510d0c39cdde67e84.tar.gz
am57xevm: audio: Enable binderized HIDL interface
Enable the service side library of the HIDL audio interface so that it can work in binderized mode. Change-Id: Id1369d9bc6d2c8010fef00ca50fcd57eea3c08b3 Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com> [picked from http://review.omapzoom.org/#/c/38547] Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--device.mk1
-rw-r--r--manifest.xml9
2 files changed, 10 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 95ef2af..b3f3078 100644
--- a/device.mk
+++ b/device.mk
@@ -29,6 +29,7 @@ PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service \
android.hardware.power@1.0-impl \
android.hardware.audio@2.0-impl \
+ android.hardware.audio@2.0-service \
android.hardware.audio.effect@2.0-impl \
android.hardware.broadcastradio@1.0-impl \
android.hardware.soundtrigger@2.0-impl \
diff --git a/manifest.xml b/manifest.xml
index e108de6..44e8529 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -17,4 +17,13 @@
<instance>default</instance>
</interface>
</hal>
+ <hal format="hidl">
+ <name>android.hardware.audio</name>
+ <transport>hwbinder</transport>
+ <version>2.0</version>
+ <interface>
+ <name>IDevicesFactory</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
</manifest>