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:
Eva Chen
2023-08-10 18:29:08 -07:00
parent b36d24d12a
commit 46d65626e2
2 changed files with 2 additions and 0 deletions

View File

@@ -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,

View File

@@ -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,