Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd8766a3 authored by Craig Donner's avatar Craig Donner
Browse files

VTS file for VR hal.

Bug: 32022964
Test: manual
Change-Id: Ia9dc36636e38bf817ec78729cb3e281a5da98f12
parent 75a62f5e
Loading
Loading
Loading
Loading

vr/1.0/vts/Vr.vts

0 → 100644
+36 −0
Original line number Diff line number Diff line
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
        }
    }

}