diff options
author | Scott Randolph <randolphs@google.com> | 2018-04-25 10:23:55 -0700 |
---|---|---|
committer | Scott Randolph <randolphs@google.com> | 2018-04-25 19:48:26 -0700 |
commit | 3c807a5ca4532528296940a98258269da9d9c6ae (patch) | |
tree | 047856ce8d2391be43307a10beff562d1d381237 /automotive | |
parent | 0e3e580249dc3ee08b3cd3462cfa683227c49ea2 (diff) | |
download | platform_hardware_interfaces-3c807a5ca4532528296940a98258269da9d9c6ae.tar.gz platform_hardware_interfaces-3c807a5ca4532528296940a98258269da9d9c6ae.tar.bz2 platform_hardware_interfaces-3c807a5ca4532528296940a98258269da9d9c6ae.zip |
Remove ENV_CABIN_TEMPERATURE from VHal
This property was an inadvertent duplicate of HVAC_TEMPERATURE_CURRENT.
Test: Build OWL and Mojave
Bug: 78599196
Change-Id: I698217de0fa91ed817ec95a375a0949160ae8be5
Diffstat (limited to 'automotive')
-rw-r--r-- | automotive/vehicle/2.0/types.hal | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/automotive/vehicle/2.0/types.hal b/automotive/vehicle/2.0/types.hal index d4e4d46841..faa1adc7af 100644 --- a/automotive/vehicle/2.0/types.hal +++ b/automotive/vehicle/2.0/types.hal @@ -966,19 +966,6 @@ enum VehicleProperty : int32_t { | VehicleArea:GLOBAL), /** - * Cabin temperature - * - * @change_mode VehiclePropertyChangeMode:CONTINUOUS - * @access VehiclePropertyAccess:READ - * @unit VehicleUnit:CELSIUS - */ - ENV_CABIN_TEMPERATURE = ( - 0x0704 - | VehiclePropertyGroup:SYSTEM - | VehiclePropertyType:FLOAT - | VehicleArea:SEAT), - - /** * Property to control power state of application processor * * It is assumed that AP's power state is controller by separate power |