blob: ee0dccc650096b4e104f1d8783951b616f0142cd [file] [log] [blame]
Enrico Granatae190f572017-01-13 17:56:50 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18 package="com.android.car.vehiclehal.test"
19 android:sharedUserId="android.uid.system" >
20
Chao Yanf2c109c2018-05-11 12:16:14 -070021 <uses-permission android:name="android.car.permission.CONTROL_CAR_CLIMATE" />
22
Brett Chabota81f3e82018-12-13 19:06:42 -080023 <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
Enrico Granatae190f572017-01-13 17:56:50 -080024 android:targetPackage="com.android.car.vehiclehal.test"
25 android:label="Tests for Vehicle HAL APIs"/>
26
27 <application android:label="VehicleHALTest">
28 <uses-library android:name="android.test.runner" />
29 </application>
30</manifest>