mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Add UNKNOWN to VehicleAreaSeat aidl.
Bug: 293521207 Test: atest VtsHalAutomotiveVehicle_TargetTest Test: atest CtsCarTestCases:CarPropertyManagerTest Test: atest CtsCarTestCases:VehiclePropertyIdsTest Change-Id: Idf42a5735eb8e187759c3d84cc4891a473d97d35
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
package android.hardware.automotive.vehicle;
|
||||
@Backing(type="int") @VintfStability
|
||||
enum VehicleAreaSeat {
|
||||
UNKNOWN = 0x0000,
|
||||
ROW_1_LEFT = 0x0001,
|
||||
ROW_1_CENTER = 0x0002,
|
||||
ROW_1_RIGHT = 0x0004,
|
||||
|
||||
@@ -22,6 +22,7 @@ package android.hardware.automotive.vehicle;
|
||||
@VintfStability
|
||||
@Backing(type="int")
|
||||
enum VehicleAreaSeat {
|
||||
UNKNOWN = 0x0000,
|
||||
ROW_1_LEFT = 0x0001,
|
||||
ROW_1_CENTER = 0x0002,
|
||||
ROW_1_RIGHT = 0x0004,
|
||||
|
||||
Reference in New Issue
Block a user