18 lines
492 B
XML
18 lines
492 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/*
|
|
** Copyright 2023, 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">
|
|
<hal format="aidl">
|
|
<name>android.hardware.automotive.vehicle</name>
|
|
<version>2</version>
|
|
<fqname>IVehicle/default</fqname>
|
|
</hal>
|
|
</manifest>
|