Add seat height properties to DefaultProperties.json for CTS tests

Test: atest CarPropertyManagerTest
Bug: 239613431
Change-Id: Ic3f0714277966157fd569ca3be8e316f297417d1
This commit is contained in:
seanhong
2022-08-04 21:38:00 +00:00
committed by Sean Hong
parent ceba715278
commit 9cd9dbd948

View File

@@ -434,6 +434,76 @@
}
]
},
{
"property": "VehicleProperty::SEAT_HEIGHT_POS",
"defaultValue": {
"int32Values": [
0
]
},
"areas": [
{
"areaId": "Constants::SEAT_1_LEFT",
"minInt32Value": -10,
"maxInt32Value": 10
},
{
"areaId": "Constants::SEAT_1_RIGHT",
"minInt32Value": -10,
"maxInt32Value": 10
},
{
"areaId": "Constants::SEAT_2_LEFT",
"minInt32Value": -10,
"maxInt32Value": 10
},
{
"areaId": "Constants::SEAT_2_RIGHT",
"minInt32Value": -10,
"maxInt32Value": 10
},
{
"areaId": "Constants::SEAT_2_CENTER",
"minInt32Value": -10,
"maxInt32Value": 10
}
]
},
{
"property": "VehicleProperty::SEAT_HEIGHT_MOVE",
"defaultValue": {
"int32Values": [
0
]
},
"areas": [
{
"areaId": "Constants::SEAT_1_LEFT",
"minInt32Value": -1,
"maxInt32Value": 1
},
{
"areaId": "Constants::SEAT_1_RIGHT",
"minInt32Value": -1,
"maxInt32Value": 1
},
{
"areaId": "Constants::SEAT_2_LEFT",
"minInt32Value": -1,
"maxInt32Value": 1
},
{
"areaId": "Constants::SEAT_2_RIGHT",
"minInt32Value": -1,
"maxInt32Value": 1
},
{
"areaId": "Constants::SEAT_2_CENTER",
"minInt32Value": -1,
"maxInt32Value": 1
}
]
},
{
"property": "VehicleProperty::SEAT_OCCUPANCY",
"areas": [