Merge "Add interior lights state properties to DefaultProperties.json for CTS tests"

This commit is contained in:
Sean Hong 2022-08-19 20:42:55 +00:00 committed by Android (Google) Code Review
commit 60aa03924f

View file

@ -2065,6 +2065,39 @@
]
}
},
{
"property": "VehicleProperty::CABIN_LIGHTS_STATE",
"defaultValue": {
"int32Values": [
"Constants::LIGHT_STATE_ON"
]
}
},
{
"property": "VehicleProperty::READING_LIGHTS_STATE",
"defaultValue": {
"int32Values": [
"Constants::LIGHT_STATE_ON"
]
},
"areas": [
{
"areaId": "Constants::SEAT_1_LEFT"
},
{
"areaId": "Constants::SEAT_1_RIGHT"
},
{
"areaId": "Constants::SEAT_2_LEFT"
},
{
"areaId": "Constants::SEAT_2_RIGHT"
},
{
"areaId": "Constants::SEAT_2_CENTER"
}
]
},
{
"property": "VehicleProperty::HEADLIGHTS_SWITCH",
"defaultValue": {