sdm660_64: Add interface name and instance for video HAL

Add interface name and instance for video HAL to avoid
transport mode from falling back to passthrough.

Change-Id: I4ed89769cae90797cf93a0ed106cba97acc07205
This commit is contained in:
Santhosh Behara 2017-05-29 19:38:24 +05:30 committed by Gerrit - the friendly Code Review server
parent 1205c81dbc
commit 4a9b8645a0

View file

@ -60,6 +60,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<transport>hwbinder</transport> <transport>hwbinder</transport>
<impl level="generic"></impl> <impl level="generic"></impl>
<version>1.0</version> <version>1.0</version>
<interface>
<name>IOmx</name>
<instance>default</instance>
</interface>
</hal> </hal>
<!-- /video omx hal --> <!-- /video omx hal -->
<!-- display --> <!-- display -->