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

Commit 4c922381 authored by Sean Hong's avatar Sean Hong Committed by Android (Google) Code Review
Browse files

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

parents 7382601b 1c61f1cb
Loading
Loading
Loading
Loading
+60 −0
Original line number Diff line number Diff line
@@ -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": {