mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
This patch removes verifyAuthorization from the KeyMint spec in favor of secureclock and the TimeStampToken. Timestamp has moved to secureclock and the VerificationToken was removed from keymint. This reverses the dependency between keymint and secureclock because keymint no imports TimeStampToken and Timestamp from secureclock. Test: Tested with CtsVerifier Fingerprint bound keys test. Change-Id: I4e0bde0d77e74918e2b5483c30be8057417e3bf1
22 lines
435 B
Plaintext
22 lines
435 B
Plaintext
aidl_interface {
|
|
name: "android.hardware.security.secureclock",
|
|
vendor_available: true,
|
|
srcs: [
|
|
"android/hardware/security/secureclock/*.aidl",
|
|
],
|
|
stability: "vintf",
|
|
backend: {
|
|
java: {
|
|
sdk_version: "module_current",
|
|
},
|
|
ndk: {
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
rust: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
}
|