platform_hardware_interfaces/contexthub/aidl/default/contexthub-default.xml
Arthur Ishiguro fd5e65c7c1 Adds a HAL API to get the list of preloaded nanoapp
Bug: 258074235
Test: make android.hardware.contexthub-update-api
Test: atest VtsAidlHalContextHubTargetTest
Change-Id: Ifdb849d3ccb6a9303c6f561e941c5be9aa13661f
2022-12-02 17:17:18 +00:00

10 lines
283 B
XML

<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.contexthub</name>
<version>2</version>
<interface>
<name>IContextHub</name>
<instance>default</instance>
</interface>
</hal>
</manifest>