mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
HAL for Resume on Reboot
This adds a HAL interface for escrowing a key over reboot during an OTA that will unlock the Synthetic Password when the OTA has completed successfully. Bug: 63928581 Test: make Test: atest VtsHalRebootEscrowTargetTest Change-Id: I8485f3821157e67b6651f4fe425e46cb4499c710
This commit is contained in:
@@ -388,6 +388,13 @@
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.rebootescrow</name>
|
||||
<interface>
|
||||
<name>IRebootEscrow</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.secure_element</name>
|
||||
<version>1.0</version>
|
||||
|
||||
Reference in New Issue
Block a user