Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cd9dbd9 authored by seanhong's avatar seanhong Committed by Sean Hong
Browse files

Add seat height properties to DefaultProperties.json for CTS tests

Test: atest CarPropertyManagerTest
Bug: 239613431
Change-Id: Ic3f0714277966157fd569ca3be8e316f297417d1
parent ceba7152
Loading
Loading
Loading
Loading
+70 −0
Original line number Original line Diff line number Diff line
@@ -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",
            "property": "VehicleProperty::SEAT_OCCUPANCY",
            "areas": [
            "areas": [