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

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

Merge "Add missing mirror properties to DefaultProperties.json for CTS tests"

parents c85203e6 a5698a39
Loading
Loading
Loading
Loading
+116 −0
Original line number Diff line number Diff line
@@ -1887,6 +1887,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": [