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<!-- Trout ARM64 specific HALs-->
12<manifest version="1.0" type="device">
13    <hal format="hidl">
14        <name>android.hardware.audio.effect</name>
15        <transport>hwbinder</transport>
16        <version>6.0</version>
17        <interface>
18            <name>IEffectsFactory</name>
19            <instance>default</instance>
20        </interface>
21    </hal>
22</manifest>
23