OSDN Git Service

am 5280921f: am c8c6efa0: Merge "Move preference subscreens to new Activities from...
[android-x86/packages-apps-Camera2.git] / tests / AndroidManifest.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2010 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.camera.tests">
19
20     <application
21         android:debuggable="true">
22         <uses-library android:name="android.test.runner" />
23     </application>
24
25     <instrumentation android:name="android.test.InstrumentationTestRunner"
26              android:targetPackage="com.android.camera2"
27              android:label="Tests for Camera2 application."/>
28
29     <instrumentation android:name="com.android.camera.CameraTestRunner"
30             android:targetPackage="com.android.camera2"
31             android:label="Camera continuous test runner"/>
32
33     <instrumentation android:name="com.android.camera.exif.ExifTestRunner"
34             android:targetPackage="com.android.camera2"
35             android:label="Tests for ExifParser."/>
36
37     <instrumentation android:name="com.android.camera.jpegstream.JpegStreamTestRunner"
38             android:targetPackage="com.android.camera2"
39             android:label="Tests for JpegStream classes."/>
40
41     <instrumentation android:name="com.android.camera.stress.CameraStressTestRunner"
42             android:targetPackage="com.android.camera2"
43             android:label="Camera stress test runner"/>
44 </manifest>