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

Commit fddcb4a0 authored by seanhong's avatar seanhong
Browse files

Add interior lights state properties to DefaultProperties.json for CTS

tests

Test: atest CarPropertyManagerTest
Bug: 241161716
Change-Id: Id97df0340200b5b9900033c8703abacfb65a7f83
parent 96d97d65
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -1610,6 +1610,39 @@
                ]
            }
        },
        {
            "property": "VehicleProperty::CABIN_LIGHTS_STATE",
            "defaultValue": {
                "int32Values": [
                    "Constants::LIGHT_STATE_ON"
                ]
            }
        },
        {
            "property": "VehicleProperty::READING_LIGHTS_STATE",
            "defaultValue": {
                "int32Values": [
                    "Constants::LIGHT_STATE_ON"
                ]
            },
            "areas": [
                {
                    "areaId": "Constants::SEAT_1_LEFT"
                },
                {
                    "areaId": "Constants::SEAT_1_RIGHT"
                },
                {
                    "areaId": "Constants::SEAT_2_LEFT"
                },
                {
                    "areaId": "Constants::SEAT_2_RIGHT"
                },
                {
                    "areaId": "Constants::SEAT_2_CENTER"
                }
            ]
        },
        {
            "property": "VehicleProperty::HEADLIGHTS_SWITCH",
            "defaultValue": {