Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e60e17f7 authored by Yuncheol Heo's avatar Yuncheol Heo
Browse files

Remove the suffix LEGACY from CLUSTER_NAVIGATION_STATE_LEGACY.

- It sounds awkward to have the suffix LEGACY for the new VHAL.

Bug: 173454429
Test: atest ClusterHomeManagerTest ClusterHalServiceTest
Change-Id: I4b79bed21859af3dee1efe2da420cb19c2aa19db
parent 457837f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1222,7 +1222,7 @@ const ConfigDeclaration kVehicleProperties[]{
        {
                .config =
                        {
                                .prop = toInt(VehicleProperty::CLUSTER_NAVIGATION_STATE_LEGACY),
                                .prop = toInt(VehicleProperty::CLUSTER_NAVIGATION_STATE),
                                .access = VehiclePropertyAccess::WRITE,
                                .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                        },
+1 −1
Original line number Diff line number Diff line
@@ -3201,7 +3201,7 @@ enum VehicleProperty : int32_t {
     * @change_mode VehiclePropertyChangeMode:ON_CHANGE
     * @access VehiclePropertyAccess:WRITE
     */
     CLUSTER_NAVIGATION_STATE_LEGACY = (
     CLUSTER_NAVIGATION_STATE = (
         0x0F38
         | VehiclePropertyGroup:SYSTEM
         | VehiclePropertyType:BYTES