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

Commit a9064c92 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9905984 from 37ce42ae to udc-release

Change-Id: I63e36b49471415cac2200466ca45b1fc0eedb7e9
parents 703e6bf6 37ce42ae
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -484,12 +484,15 @@ enum VehicleProperty {
     *
     * This is the gear selected by the user.
     *
     * Values in the config data must represent the list of supported gears
     * for this vehicle.  For example, config data for an automatic transmission
     * must contain {GEAR_NEUTRAL, GEAR_REVERSE, GEAR_PARK, GEAR_DRIVE,
     * GEAR_1, GEAR_2,...} and for manual transmission the list must be
     * Values in the config data must represent the list of supported gears for this vehicle. For
     * example, config data for an automatic transmission must contain {GEAR_NEUTRAL, GEAR_REVERSE,
     * GEAR_PARK, GEAR_DRIVE, GEAR_1, GEAR_2,...} and for manual transmission the list must be
     * {GEAR_NEUTRAL, GEAR_REVERSE, GEAR_1, GEAR_2,...}
     *
     * In the case of an automatic transmission vehicle that allows the driver to select specific
     * gears on demand (i.e. "manual mode"), GEAR_SELECTION's value must be set to the specific gear
     * selected by the driver instead of simply GEAR_DRIVE.
     *
     * @change_mode VehiclePropertyChangeMode.ON_CHANGE
     * @access VehiclePropertyAccess.READ
     * @data_enum VehicleGear
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ This document provides an exact description of which changes have occurred in th
      `AuthenticatedRequest<T>` object representing the top level data required to authenticate
      the data provided in the payload, `T`.
  * The new CSR format supports P-384 signing keys and SHA-384 hashes in the DICE chain.
  * The component version can now be either an int or a string.
* RpcHardwareInfo
  * `supportedNumKeysInCsr` added to report the maximum number of keys supported in a CSR.
  * `supportedEekCurve` is no longer used, due to the removal of the EEK from the scheme.
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ the range \[-70000, -70999\] (these are reserved for future additions here).
| ----------------- | ------ | ---------- | ----------------------------------|
| Component name    | -70002 | tstr       | Name of firmware component / boot |
:                   :        :            : stage                             :
| Component version | -70003 | int        | Version of firmware component /   |
| Component version | -70003 | int / tstr | Version of firmware component /   |
:                   :        :            : boot stage                        :
| Resettable        | -70004 | null       | If present, key changes on factory|
:                   :        :            : reset                             :
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ interface IRemotelyProvisionedComponent {
     *     ? -4670547 : bstr,                       ; Configuration Hash
     *     -4670548 : bstr .cbor {                  ; Configuration Descriptor
     *         ? -70002 : tstr,                         ; Component name
     *         ? -70003 : int,                          ; Firmware version
     *         ? -70003 : int / tstr,                   ; Component version
     *         ? -70004 : null,                         ; Resettable
     *     },
     *     -4670549 : bstr,                         ; Authority Hash