1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4** Copyright 2020, The Android Open Source Project. 5** 6** Licensed under the Apache License, Version 2.0 (the "License"); 7** you may not use this file except in compliance with the License. 8** limitations under the License. 9*/ 10--> 11<!-- x86_64 specific HALs--> 12<manifest version="1.0" type="device"> 13 <hal format="aidl" optional="true"> 14 <name>android.automotive.computepipe.registry</name> 15 <interface> 16 <name>IPipeQuery</name> 17 <instance>router</instance> 18 </interface> 19 <interface> 20 <name>IPipeRegistration</name> 21 <instance>router</instance> 22 </interface> 23 </hal> 24 <hal format="hidl"> 25 <name>android.hardware.audio.effect</name> 26 <transport>hwbinder</transport> 27 <version>6.0</version> 28 <interface> 29 <name>IEffectsFactory</name> 30 <instance>default</instance> 31 </interface> 32 </hal> 33</manifest> 34