Update doc for min/max value in VehicleAreaConfig.
Update doc to match our expectation and match the VTS test.
Flag: EXEMPT doc update
Test: None
Bug: 401090715
Change-Id: Id4f9029c473decbaf1870e6cc4d7b9a29d0c22de
diff --git a/automotive/vehicle/aidl/android/hardware/automotive/vehicle/VehicleAreaConfig.aidl b/automotive/vehicle/aidl/android/hardware/automotive/vehicle/VehicleAreaConfig.aidl
index 9ca4366..cb1b94b 100644
--- a/automotive/vehicle/aidl/android/hardware/automotive/vehicle/VehicleAreaConfig.aidl
+++ b/automotive/vehicle/aidl/android/hardware/automotive/vehicle/VehicleAreaConfig.aidl
@@ -40,7 +40,8 @@
* Note that this property only represents the minimum value at boot time
* and may not represent the current actual minimum value.
*
- * Only applicable for {@code INT32} type property. Ignored for other types.
+ * Only applicable for {@code INT32} type property. For other types, must be
+ * 0.
*
* For certain properties, this field must be specified, see
* {@code VehicleProperty} documentation.
@@ -60,10 +61,13 @@
* boot time, both {@code minInt32Value} and {@code maxInt32Value} must be
* set to 0.
*
- * Note that this property only represents the minimum value at boot time
- * and may not represent the current actual minimum value.
+ * Note that this property only represents the maximum value at boot time
+ * and may not represent the current actual maximum value.
*
- * Only applicable for {@code INT32} type property. Ignored for other types.
+ * Only applicable for {@code INT32} type property. For other types, must be
+ * 0.
+ *
+ * Must be larger or equal to {@code minInt32Value}.
*
* For certain properties, this field must be specified, see
* {@code VehicleProperty} documentation.
@@ -86,7 +90,8 @@
* Note that this property only represents the minimum value at boot time
* and may not represent the current actual minimum value.
*
- * Only applicable for {@code INT64} type property. Ignored for other types.
+ * Only applicable for {@code INT64} type property. For other types, must be
+ * 0.
*
* For certain properties, this field must be specified, see
* {@code VehicleProperty} documentation.
@@ -106,10 +111,13 @@
* boot time, both {@code minInt64Value} and {@code maxInt64Value} must be
* set to 0.
*
- * Note that this property only represents the minimum value at boot time
- * and may not represent the current actual minimum value.
+ * Note that this property only represents the maximum value at boot time
+ * and may not represent the current actual maximum value.
*
- * Only applicable for {@code INT64} type property. Ignored for other types.
+ * Only applicable for {@code INT64} type property. For other types, must be
+ * 0.
+ *
+ * Must be larger or equal to {@code minInt64Value}.
*
* For certain properties, this field must be specified, see
* {@code VehicleProperty} documentation.
@@ -132,7 +140,8 @@
* Note that this property only represents the minimum value at boot time
* and may not represent the current actual minimum value.
*
- * Only applicable for {@code FLOAT} type property. Ignored for other types.
+ * Only applicable for {@code FLOAT} type property. For other types, must be
+ * 0.
*
* For certain properties, this field must be specified, see
* {@code VehicleProperty} documentation.
@@ -152,10 +161,13 @@
* boot time, both {@code minFloatValue} and {@code maxFloatValue} must be
* set to 0.
*
- * Note that this property only represents the minimum value at boot time
- * and may not represent the current actual minimum value.
+ * Note that this property only represents the maximum value at boot time
+ * and may not represent the current actual maximum value.
*
- * Only applicable for {@code FLOAT} type property. Ignored for other types.
+ * Only applicable for {@code FLOAT} type property. For other types, must be
+ * 0.
+ *
+ * Must be larger or equal to {@code minFloatValue}.
*
* For certain properties, this field must be specified, see
* {@code VehicleProperty} documentation.