diff options
author | Mahesh Lanka <mlanka@codeaurora.org> | 2017-06-08 14:44:40 +0530 |
---|---|---|
committer | Mahesh Lanka <mlanka@codeaurora.org> | 2017-06-08 14:44:40 +0530 |
commit | 6d558ae1e5967ba8a8b49aa9d8d4ab3c9f0c0d69 (patch) | |
tree | a3932bf0ad116bdd437ed000e8ef66c58c92087c /vintf.xml | |
parent | 8a73a15ac069890e19b5789a77a4ea4df384af90 (diff) |
sdm660_64: Add manifest entry for IOmxStore
Added interface+instance name for IOmxStore.
Change-Id: I7ce50dcb3776fce0b397b478596a631d0da7e48b
Diffstat (limited to 'vintf.xml')
-rw-r--r-- | vintf.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -64,6 +64,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <name>IOmx</name> <instance>default</instance> </interface> + <interface> + <name>IOmxStore</name> + <instance>default</instance> + </interface> </hal> <!-- /video omx hal --> <!-- display --> |