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

Commit a5698a39 authored by seanhong's avatar seanhong
Browse files

Add missing mirror properties to DefaultProperties.json for CTS tests

Test: atest CarPropertyManagerTest
Bug: 241161716
Change-Id: Id647540ccd071134249a8122f537090c9e132dbf
parent 96d97d65
Loading
Loading
Loading
Loading
+116 −0
Original line number Diff line number Diff line
@@ -1432,6 +1432,122 @@
                }
            ]
        },
        {
            "property": "VehicleProperty::MIRROR_Z_POS",
            "defaultValue": {
                "int32Values": [
                    0
                ]
            },
            "areas": [
                {
                    "areaId": "VehicleAreaMirror::DRIVER_LEFT",
                    "minInt32Value": -3,
                    "maxInt32Value": 3
                },
                {
                    "areaId": "VehicleAreaMirror::DRIVER_RIGHT",
                    "minInt32Value": -3,
                    "maxInt32Value": 3
                },
                {
                    "areaId": "VehicleAreaMirror::DRIVER_CENTER",
                    "minInt32Value": -3,
                    "maxInt32Value": 3
                }
            ]
        },
        {
            "property": "VehicleProperty::MIRROR_Z_MOVE",
            "defaultValue": {
                "int32Values": [
                    0
                ]
            },
            "areas": [
                {
                    "areaId": "VehicleAreaMirror::DRIVER_LEFT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "VehicleAreaMirror::DRIVER_RIGHT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "VehicleAreaMirror::DRIVER_CENTER",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                }
            ]
        },
        {
            "property": "VehicleProperty::MIRROR_Y_POS",
            "defaultValue": {
                "int32Values": [
                    0
                ]
            },
            "areas": [
                {
                    "areaId": "VehicleAreaMirror::DRIVER_LEFT",
                    "minInt32Value": -3,
                    "maxInt32Value": 3
                },
                {
                    "areaId": "VehicleAreaMirror::DRIVER_RIGHT",
                    "minInt32Value": -3,
                    "maxInt32Value": 3
                },
                {
                    "areaId": "VehicleAreaMirror::DRIVER_CENTER",
                    "minInt32Value": -3,
                    "maxInt32Value": 3
                }
            ]
        },
        {
            "property": "VehicleProperty::MIRROR_Y_MOVE",
            "defaultValue": {
                "int32Values": [
                    0
                ]
            },
            "areas": [
                {
                    "areaId": "VehicleAreaMirror::DRIVER_LEFT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "VehicleAreaMirror::DRIVER_RIGHT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "VehicleAreaMirror::DRIVER_CENTER",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                }
            ]
        },
        {
            "property": "VehicleProperty::MIRROR_LOCK",
            "defaultValue": {
                "int32Values": [
                    1
                ]
            }
        },
        {
            "property": "VehicleProperty::MIRROR_FOLD",
            "defaultValue": {
                "int32Values": [
                    1
                ]
            }
        },
        {
            "property": "VehicleProperty::WINDOW_LOCK",
            "areas": [