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

Commit b7302df0 authored by Steve Paik's avatar Steve Paik
Browse files

Fix window properties to be per window zone

Bug: 70931486
Test: Compiles
Change-Id: Idb6daf0444f5fe18f251d01a1581fbcdde37f83c
parent f4742196
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1942,7 +1942,7 @@ enum VehicleProperty: int32_t {
        0x0BC0
        | VehiclePropertyGroup:SYSTEM
        | VehiclePropertyType:INT32
        | VehicleArea:GLOBAL),
        | VehicleArea:WINDOW),

    /**
     * Window Move
@@ -1959,7 +1959,7 @@ enum VehicleProperty: int32_t {
        0x0BC1
        | VehiclePropertyGroup:SYSTEM
        | VehiclePropertyType:INT32
        | VehicleArea:GLOBAL),
        | VehicleArea:WINDOW),

    /**
     * Window Vent Position
@@ -1976,7 +1976,7 @@ enum VehicleProperty: int32_t {
        0x0BC2
        | VehiclePropertyGroup:SYSTEM
        | VehiclePropertyType:INT32
        | VehicleArea:GLOBAL),
        | VehicleArea:WINDOW),

    /**
     * Window Vent Move
@@ -1993,7 +1993,7 @@ enum VehicleProperty: int32_t {
        0x0BC3
        | VehiclePropertyGroup:SYSTEM
        | VehiclePropertyType:INT32
        | VehicleArea:GLOBAL),
        | VehicleArea:WINDOW),

    /**
     * Window Lock
@@ -2007,7 +2007,7 @@ enum VehicleProperty: int32_t {
        0x0BC4
        | VehiclePropertyGroup:SYSTEM
        | VehiclePropertyType:BOOLEAN
        | VehicleArea:GLOBAL),
        | VehicleArea:WINDOW),


    /**