Fix window properties to be per window zone

Bug: 70931486
Test: Compiles
Change-Id: Idb6daf0444f5fe18f251d01a1581fbcdde37f83c
This commit is contained in:
Steve Paik 2017-12-22 10:59:49 -08:00
parent f4742196c3
commit b7302df033

View file

@ -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),
/**