9f22d4f8cf
Replaced HIDL spec implementation with AIDL spec in confirmationui module. Ignore-AOSP-First: Dependent on internal change. Bug: b/205760172 Test: Run confirmation UI test using CTS Verifier, atest VtsHalConfirmationUITargetTest Change-Id: I49b9cb6d93fa35fd611003f7545d2ce4976eec7c
10 lines
287 B
XML
10 lines
287 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>android.hardware.confirmationui</name>
|
|
<version>1</version>
|
|
<interface>
|
|
<name>IConfirmationUI</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|