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

Commit c4ae4e4d authored by Tyler Trephan's avatar Tyler Trephan
Browse files

Added DOOR_MOVE to the default configuration

Test: atest CarPropertyManagerTest
Bug: 239753202
Change-Id: Iefcf92a070261fe20160dbf211c5f6579fd23b4b
parent ea9233bb
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -1963,6 +1963,36 @@
                }
            ]
        },
        {
            "property": "VehicleProperty::DOOR_MOVE",
            "defaultValue": {
                "int32Values": [
                    0
                ]
            },
            "areas": [
                {
                    "areaId": "Constants::DOOR_1_LEFT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::DOOR_1_RIGHT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::DOOR_2_LEFT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::DOOR_2_RIGHT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                }
            ]
        },
        {
            "property": "VehicleProperty::MIRROR_Z_POS",
            "defaultValue": {