summaryrefslogtreecommitdiff
path: root/emulator/usbpt/protocan/manifest.protocan.xml
blob: 6281907a1208906e24b3db8a859b906ff5e81bce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<manifest version="1.0" type="device" target-level="3">
    <hal format="hidl">
        <name>android.hardware.automotive.can</name>
        <transport>hwbinder</transport>
        <impl level="generic"></impl>
        <version>1.0</version>
        <interface>
            <name>ICanController</name>
            <instance>socketcan</instance>
        </interface>
        <interface>
            <name>ICanBus</name>
            <instance>BCAN</instance>
            <instance>CCAN</instance>
            <instance>aae</instance>
            <instance>test</instance>
        </interface>
    </hal>
</manifest>