Add authsecret AIDL interface

Bug: 176107318
Change-Id: Ia430177018344b093fea3314eb54ef2423fbf636
This commit is contained in:
ChengYou Ho
2020-12-22 04:06:36 +08:00
committed by Chengyou Ho
parent 80b03d7bf2
commit 112fab25fc
12 changed files with 372 additions and 0 deletions

View File

@@ -27,6 +27,14 @@
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.authsecret</name>
<version>1</version>
<interface>
<name>IAuthSecret</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.authsecret</name>
<version>1.0</version>