From bd8766a31d4cda36704d0d9dcaee9bfeb75ab4bb Mon Sep 17 00:00:00 2001 From: Craig Donner Date: Thu, 27 Oct 2016 10:10:05 -0700 Subject: [PATCH] VTS file for VR hal. Bug: 32022964 Test: manual Change-Id: Ia9dc36636e38bf817ec78729cb3e281a5da98f12 --- vr/1.0/vts/Vr.vts | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 vr/1.0/vts/Vr.vts diff --git a/vr/1.0/vts/Vr.vts b/vr/1.0/vts/Vr.vts new file mode 100644 index 0000000000..36ec11f1d3 --- /dev/null +++ b/vr/1.0/vts/Vr.vts @@ -0,0 +1,36 @@ +component_class: HAL_HIDL +component_type_version: 1.0 +component_name: "IVr" + +package: "android.hardware.vr" + + +interface: { + api: { + name: "init" + callflow: { + next: "*" + } + callflow: { + entry: true + } + callflow: { + exit: true + } + } + + api: { + name: "setVrMode" + arg: { + type: TYPE_SCALAR + scalar_type: "bool_t" + } + callflow: { + next: "*" + } + callflow: { + exit: true + } + } + +}