mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 23:48:30 +00:00
VTS file for VR hal.
Bug: 32022964 Test: manual Change-Id: Ia9dc36636e38bf817ec78729cb3e281a5da98f12
This commit is contained in:
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
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user