mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Update docs to use the correct canonicalization reference am: fcff3dd6c7
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2994271 Change-Id: I8f7eadf7a854421385052ae2613acb14bbd0e473 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -28,8 +28,9 @@ package android.hardware.security.keymint;
|
|||||||
parcelable DeviceInfo {
|
parcelable DeviceInfo {
|
||||||
/**
|
/**
|
||||||
* DeviceInfo is a CBOR Map structure described by the following CDDL. DeviceInfo must be
|
* DeviceInfo is a CBOR Map structure described by the following CDDL. DeviceInfo must be
|
||||||
* canonicalized according to the specification in RFC 7049. The ordering presented here is
|
* ordered according to the Length-First Map Key Ordering specified in RFC 8949,
|
||||||
* non-canonical to group similar entries semantically.
|
* Section 4.2.3. Please note that the ordering presented here groups similar entries
|
||||||
|
* semantically, and not in the correct order per RFC 8949, Section 4.2.3.
|
||||||
*
|
*
|
||||||
* The DeviceInfo has changed across versions 1, 2, and 3 of the HAL. All versions of the
|
* The DeviceInfo has changed across versions 1, 2, and 3 of the HAL. All versions of the
|
||||||
* DeviceInfo CDDL are described in the DeviceInfoV*.cddl files. Please refer to the CDDL
|
* DeviceInfo CDDL are described in the DeviceInfoV*.cddl files. Please refer to the CDDL
|
||||||
|
|||||||
Reference in New Issue
Block a user