VTS file for VR hal.
Bug: 32022964 Test: manual Change-Id: Ia9dc36636e38bf817ec78729cb3e281a5da98f12
This commit is contained in:
parent
75a62f5eac
commit
bd8766a31d
1 changed files with 36 additions and 0 deletions
36
vr/1.0/vts/Vr.vts
Normal file
36
vr/1.0/vts/Vr.vts
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue