platform_hardware_interfaces/light/2.0/vts/Light.vts
Zhuoyao Zhang 3bef939f94 Update .vts files on master based on the latest .hal file and hidl-gen
Test: mma
Change-Id: I9558f300505db83e26f7c241c5cf729cd005a07b
2017-02-13 18:03:06 -08:00

38 lines
917 B
Text

component_class: HAL_HIDL
component_type_version: 2.0
component_name: "ILight"
package: "android.hardware.light"
import: "android.hardware.light@2.0::types"
import: "android.hidl.base@1.0::types"
interface: {
api: {
name: "setLight"
return_type_hidl: {
type: TYPE_ENUM
predefined_type: "::android::hardware::light::V2_0::Status"
}
arg: {
type: TYPE_ENUM
predefined_type: "::android::hardware::light::V2_0::Type"
}
arg: {
type: TYPE_STRUCT
predefined_type: "::android::hardware::light::V2_0::LightState"
}
}
api: {
name: "getSupportedTypes"
return_type_hidl: {
type: TYPE_VECTOR
vector_value: {
type: TYPE_ENUM
predefined_type: "::android::hardware::light::V2_0::Type"
}
}
}
}