mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 02:42:35 +00:00
Add seat height properties to DefaultProperties.json for CTS tests
Test: atest CarPropertyManagerTest Bug: 239613431 Change-Id: Ic3f0714277966157fd569ca3be8e316f297417d1
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user