Merge "Add an IRPC changelog." am: 2f2db81f7d

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

Change-Id: I45eead520a7d4a6cc9a95b96ae57ecb02627f5df
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Seth Moore
2022-06-24 23:05:48 +00:00
committed by Automerger Merge Worker

View File

@@ -0,0 +1,18 @@
# 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.