diff options
author | Santhosh Behara <santhoshbehara@codeaurora.org> | 2017-05-29 19:38:24 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-29 07:12:38 -0700 |
commit | 4a9b8645a059c60c34d3690223b970290d38a63e (patch) | |
tree | c6218163f330c0607c0c3ce73ab65817c035bf62 /vintf.xml | |
parent | 1205c81dbcb09a9d182d43ae3d80e22dc1c287bc (diff) |
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
Diffstat (limited to 'vintf.xml')
-rw-r--r-- | vintf.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -60,6 +60,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <transport>hwbinder</transport> <impl level="generic"></impl> <version>1.0</version> + <interface> + <name>IOmx</name> + <instance>default</instance> + </interface> </hal> <!-- /video omx hal --> <!-- display --> |