summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2017-12-16 14:40:46 +0000
committerBruno Martins <bgcngm@gmail.com>2017-12-24 23:15:42 +0000
commit6c0300ef01a805500a9361f86e3c05ec0255d8a6 (patch)
tree10f64c5c15c00ed7a0bbb273c76e3b7cdd21eec7
parent27d6ccd1fd2a1664d9bbe014c6ec19f0ba378d0a (diff)
flounder: Add OMX HAL to the manifest
Change-Id: I19daf001dc6bf2affd83ef7c2387f31f17c402ca
-rw-r--r--manifest.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index 99cb147..4cc48ef 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -123,6 +123,19 @@
</interface>
</hal>
<hal format="hidl">
+ <name>android.hardware.media.omx</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IOmx</name>
+ <instance>default</instance>
+ </interface>
+ <interface>
+ <name>IOmxStore</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+ <hal format="hidl">
<name>android.hardware.memtrack</name>
<transport arch="32+64">passthrough</transport>
<version>1.0</version>