VTS file for VR hal.

Bug: 32022964
Test: manual
Change-Id: Ia9dc36636e38bf817ec78729cb3e281a5da98f12
This commit is contained in:
Craig Donner 2016-10-27 10:10:05 -07:00
parent 75a62f5eac
commit bd8766a31d

36
vr/1.0/vts/Vr.vts Normal file
View file

@ -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
}
}
}