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

Commit 0c2a38d3 authored by seanhong's avatar seanhong
Browse files

Add Window_MOVE property to DefaultProperties.json for CTS tests

Test: atest CarPropertyManagerTest
Bug: 239100623
Change-Id: I9a1975b4c9448a2fc33a6602cded3d128c7a32df
parent b65c443f
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -2051,6 +2051,41 @@
                }
            ]
        },
        {
            "property": "VehicleProperty::WINDOW_MOVE",
            "defaultValue": {
                "int32Values": [
                    0
                ]
            },
            "areas": [
                {
                    "areaId": "Constants::WINDOW_1_LEFT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::WINDOW_1_RIGHT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::WINDOW_2_LEFT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::WINDOW_2_RIGHT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::WINDOW_ROOF_TOP_1",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                }
            ]
        },
        {
            "property": "VehicleProperty::WHEEL_TICK",
            "defaultValue": {