mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Adds new error code which is required by keystore to handle strongbox hal related functionality. Test: N/A Bug: b/184306647" am: 0ff57e62a8 am: 65e7f5e54e am: dac506d64d
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1663579 Change-Id: Ifd646eab7624c9d1b465e5b5179d72286cb50211
This commit is contained in:
@@ -118,6 +118,7 @@ enum ErrorCode {
|
||||
MISSING_ISSUER_SUBJECT = -82,
|
||||
INVALID_ISSUER_SUBJECT = -83,
|
||||
BOOT_LEVEL_EXCEEDED = -84,
|
||||
HARDWARE_NOT_YET_AVAILABLE = -85,
|
||||
UNIMPLEMENTED = -100,
|
||||
VERSION_MISMATCH = -101,
|
||||
UNKNOWN_ERROR = -1000,
|
||||
|
||||
@@ -107,6 +107,7 @@ enum ErrorCode {
|
||||
MISSING_ISSUER_SUBJECT = -82,
|
||||
INVALID_ISSUER_SUBJECT = -83,
|
||||
BOOT_LEVEL_EXCEEDED = -84,
|
||||
HARDWARE_NOT_YET_AVAILABLE = -85,
|
||||
|
||||
UNIMPLEMENTED = -100,
|
||||
VERSION_MISMATCH = -101,
|
||||
|
||||
Reference in New Issue
Block a user