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

Commit 0e1b7f5c authored by Asaf Rosenfeld's avatar Asaf Rosenfeld Committed by Android (Google) Code Review
Browse files

Merge "Adding a property for a communicating Vehicle Maps Data Service...

Merge "Adding a property for a communicating Vehicle Maps Data Service messages. The message will be a protobuf preceded by a some routing data, so using Bytes as type until hybrid types are supported."
parents 3eb292de 804864f3
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1614,6 +1614,20 @@ enum VehicleProperty: int32_t {
        | VehiclePropertyGroup:SYSTEM
        | VehiclePropertyType:BOOLEAN
        | VehicleArea:GLOBAL),

    /*
     * Vehicle Maps Data Service
     *
     * A VMDS message.
     *
     * @change_mode VehiclePropertyChangeMode:ON_CHANGE
     * @access VehiclePropertyAccess:READ_WRITE
     */
    VEHICLE_MAPS_DATA_SERVICE = (
        0x0C00
        | VehiclePropertyGroup:SYSTEM
        | VehiclePropertyType:BYTES
        | VehicleArea:GLOBAL),
};

/*