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<manifest version="1.0" type="device">
12    <hal format="hidl">
13        <name>android.hardware.automotive.vehicle</name>
14        <transport>hwbinder</transport>
15        <version>2.0</version>
16        <interface>
17            <name>IVehicle</name>
18            <instance>default</instance>
19        </interface>
20    </hal>
21</manifest>
22