mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Merge "2nd IMEI attestation: Clarify tag usage." am: a720d56824 am: ac98c5ed22
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2388417 Change-Id: I7a9836d277e16c9abd3d4f7ba16aefbff88317a9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -885,9 +885,9 @@ enum Tag {
|
||||
|
||||
/**
|
||||
* Tag::ATTESTATION_ID_SECOND_IMEI provides an additional IMEI of one of the radios on the
|
||||
* device to attested key generation/import operations. This field MUST be accompanied by
|
||||
* the Tag::ATTESTATION_ID_IMEI tag. It would only be used to convery a second IMEI the device
|
||||
* has, after Tag::ATTESTATION_ID_SECOND_IMEI has been used to convery the first IMEI.
|
||||
* device to attested key generation/import operations. It should be used to convey an
|
||||
* IMEI different to the one conveyed by the Tag::ATTESTATION_ID_IMEI tag. Like all other
|
||||
* ID attestation flags, it may be included independently of other tags.
|
||||
*
|
||||
* If the device does not support ID attestation (or destroyAttestationIds() was previously
|
||||
* called and the device can no longer attest its IDs), any key attestation request that
|
||||
|
||||
Reference in New Issue
Block a user