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

Commit 1c61f1cb authored by seanhong's avatar seanhong
Browse files

Add seat memory properties to DefaultProperties.json for CTS tests

Test: atest CarPropertyManagerTest
Bug: 239613431
Change-Id: I49b9dcf001ba1cf45f3be0d26d96f0da97bd314e
parent 3fa872b5
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": {