Merge "Add seat memory properties to DefaultProperties.json for CTS tests"

This commit is contained in:
Sean Hong 2022-09-20 02:01:57 +00:00 committed by Android (Google) Code Review
commit 4c92238193

View file

@ -135,6 +135,66 @@
"VehicleUnit::KILOWATT_HOUR"
]
},
{
"property": "VehicleProperty::SEAT_MEMORY_SELECT",
"defaultValue": {
"int32Values": [
1
]
},
"areas": [
{
"areaId": "Constants::SEAT_1_LEFT",
"minInt32Value": 0,
"maxInt32Value": 3
},
{
"areaId": "Constants::SEAT_1_RIGHT",
"minInt32Value": 0,
"maxInt32Value": 3
},
{
"areaId": "Constants::SEAT_2_LEFT",
"minInt32Value": 0,
"maxInt32Value": 3
},
{
"areaId": "Constants::SEAT_2_RIGHT",
"minInt32Value": 0,
"maxInt32Value": 3
}
]
},
{
"property": "VehicleProperty::SEAT_MEMORY_SET",
"defaultValue": {
"int32Values": [
1
]
},
"areas": [
{
"areaId": "Constants::SEAT_1_LEFT",
"minInt32Value": 0,
"maxInt32Value": 3
},
{
"areaId": "Constants::SEAT_1_RIGHT",
"minInt32Value": 0,
"maxInt32Value": 3
},
{
"areaId": "Constants::SEAT_2_LEFT",
"minInt32Value": 0,
"maxInt32Value": 3
},
{
"areaId": "Constants::SEAT_2_RIGHT",
"minInt32Value": 0,
"maxInt32Value": 3
}
]
},
{
"property": "VehicleProperty::SEAT_BELT_BUCKLED",
"defaultValue": {