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:
Kenny Root
2019-11-17 20:28:38 -08:00
committed by Tianjie Xu
parent 9a2de6b17b
commit 4fba44c159
5 changed files with 204 additions and 0 deletions

View File

@@ -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>