platform_system_core/trusty/confirmationui/android.hardware.confirmationui-service.trusty.xml
Rajesh Nyamagoud 9f22d4f8cf Changes to adapt confirmationui AIDL spec.
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
2022-10-13 15:17:34 +00:00

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>