summaryrefslogtreecommitdiffstats
path: root/hal/vehicle/2.0/manifest_android.hardware.automotive.vehicle@2.0-virtualization-service.xml
blob: 35e9acf01327d8107f06f0de7b569faf6c08e799 (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="6">
    <hal format="hidl">
        <name>android.hardware.automotive.vehicle</name>
        <transport>hwbinder</transport>
        <version>2.0</version>
        <interface>
            <name>IVehicle</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>