summaryrefslogtreecommitdiff
path: root/vr
diff options
context:
space:
mode:
authorSahaj Sarup <sahaj.sarup@linaro.org>2017-11-07 20:58:21 +0000
committerSahaj Sarup <sahaj.sarup@linaro.org>2017-11-08 16:52:53 +0000
commit9a61afa830877b8a14272e709bfa6bcc5346acab (patch)
tree37441a751d51d3daf36b3039149c4fd0aa33f44b /vr
parent2b61444e954847fda9f3f1d64fb9476fbfe1d85d (diff)
downloadhikey-9a61afa830877b8a14272e709bfa6bcc5346acab.tar.gz
hikey/hikey960: enable VR HAL
enable VR HAL if sensor mezzanine is enabled enable vr high-performance mode and headtracking Test: vr hal passes vts and vr apps don't open in "cardboard mode" Change-Id: Ie0742b011b501572885b7c5dcb6de0b0fe3d809b Signed-off-by: Sahaj Sarup <sahaj.sarup@linaro.org>
Diffstat (limited to 'vr')
-rw-r--r--vr/manifest.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/vr/manifest.xml b/vr/manifest.xml
new file mode 100644
index 00000000..aae63a98
--- /dev/null
+++ b/vr/manifest.xml
@@ -0,0 +1,11 @@
+<manifest version="1.0" type="device">
+ <hal format="hidl">
+ <name>android.hardware.vr</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IVr</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+</manifest>