mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Note the relationship of patchlevels with keymint" am: 58686e5882 am: 0eaa396dc0 am: e68cc7b3e8
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2496162 Change-Id: I02a90a63169115344a1ec8e98b60360071de3cbe Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -48,9 +48,9 @@ parcelable DeviceInfo {
|
||||
* ? "os_version" : tstr, ; Same as
|
||||
* ; android.os.Build.VERSION.release
|
||||
* ; Not optional for TEE.
|
||||
* "system_patch_level" : uint, ; YYYYMM
|
||||
* "boot_patch_level" : uint, ; YYYYMMDD
|
||||
* "vendor_patch_level" : uint, ; YYYYMMDD
|
||||
* "system_patch_level" : uint, ; YYYYMM, must match KeyMint OS_PATCHLEVEL
|
||||
* "boot_patch_level" : uint, ; YYYYMMDD, must match KeyMint BOOT_PATCHLEVEL
|
||||
* "vendor_patch_level" : uint, ; YYYYMMDD, must match KeyMint VENDOR_PATCHLEVEL
|
||||
* "security_level" : "tee" / "strongbox",
|
||||
* "fused": 1 / 0, ; 1 if secure boot is enforced for the processor that the IRPC
|
||||
* ; implementation is contained in. 0 otherwise.
|
||||
@@ -71,9 +71,9 @@ parcelable DeviceInfo {
|
||||
* ? "os_version" : tstr, ; Same as
|
||||
* ; android.os.Build.VERSION.release
|
||||
* ; Not optional for TEE.
|
||||
* "system_patch_level" : uint, ; YYYYMM
|
||||
* "boot_patch_level" : uint, ; YYYYMMDD
|
||||
* "vendor_patch_level" : uint, ; YYYYMMDD
|
||||
* "system_patch_level" : uint, ; YYYYMM, must match KeyMint OS_PATCHLEVEL
|
||||
* "boot_patch_level" : uint, ; YYYYMMDD, must match KeyMint BOOT_PATCHLEVEL
|
||||
* "vendor_patch_level" : uint, ; YYYYMMDD, must match KeyMint VENDOR_PATCHLEVEL
|
||||
* "version" : 2, ; The CDDL schema version.
|
||||
* "security_level" : "tee" / "strongbox",
|
||||
* "fused": 1 / 0, ; 1 if secure boot is enforced for the processor that the IRPC
|
||||
@@ -93,9 +93,9 @@ parcelable DeviceInfo {
|
||||
* ? "vbmeta_digest": bstr, ; Taken from the AVB values
|
||||
* ? "os_version" : tstr, ; Same as
|
||||
* ; android.os.Build.VERSION.release
|
||||
* ? "system_patch_level" : uint, ; YYYYMM
|
||||
* ? "boot_patch_level" : uint, ; YYYYMMDD
|
||||
* ? "vendor_patch_level" : uint, ; YYYYMMDD
|
||||
* ? "system_patch_level" : uint, ; YYYYMM, must match KeyMint OS_PATCHLEVEL
|
||||
* ? "boot_patch_level" : uint, ; YYYYMMDD, must match KeyMint BOOT_PATCHLEVEL
|
||||
* ? "vendor_patch_level" : uint, ; YYYYMMDD, must match KeyMint VENDOR_PATCHLEVEL
|
||||
* "version" : 1, ; The CDDL schema version.
|
||||
* "security_level" : "tee" / "strongbox"
|
||||
* "att_id_state": "locked" / "open", ; Attestation IDs State. If "locked", this
|
||||
|
||||
Reference in New Issue
Block a user