summaryrefslogtreecommitdiffstats
path: root/hal/audiocontrol/2.0/manifest_android.hardware.audiocontrol@2.0-service.trout.xml
blob: 2e806a7e67ead2b3105d58083065a57b54c0ddcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2020, The Android Open Source Project.
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** limitations under the License.
*/
-->
<manifest version="1.0" type="device" target-level="5">
    <hal format="hidl">
        <name>android.hardware.automotive.audiocontrol</name>
        <transport>hwbinder</transport>
        <version>2.0</version>
        <interface>
            <name>IAudioControl</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>