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

Commit c7c4b4c4 authored by Seth Moore's avatar Seth Moore Committed by Automerger Merge Worker
Browse files

Merge "Add an IRPC changelog." am: 2f2db81f am: d1d642de am: c1bcb098...

Merge "Add an IRPC changelog." am: 2f2db81f am: d1d642de am: c1bcb098 am: c561d8e8 am: 1038e70b

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2134688



Change-Id: I18b6b2efcc788d8a9408a2c61370162d8e2dbc0b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d586ad2a 1038e70b
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
# Remote Provisioning Changelog

This document provides an exact description of which changes have occurred in the
`IRemotelyProvisionedComponent` HAL interface in each Android release.

## Releases
* **Android S (12):** IRemotelyProvisionedComponent v1
* **Android T (13):** IRemotelyProvisionedComponent v2

## IRemotelyProvisionedComponent 1 -> 2
* DeviceInfo
 * Most entries are no longer optional.
 * `att_id_state` is now `fused`. `fused` is used to indicate if SecureBoot is enabled.
 * `version` is now `2`.
 * `board` has been removed.
 * `device` has been added.
* RpcHardwareInfo
 * `uniqueId` String added as a field in order to differentiate IRPC instances on device.
 No newline at end of file