Doris Liu | 41d9351 | 2013-01-31 19:03:48 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2008 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 | <uses-permission android:name="android.permission.INJECT_EVENTS" /> |
| 21 | |
| 22 | <application> |
| 23 | <uses-library android:name="android.test.runner" /> |
| 24 | </application> |
| 25 | |
| 26 | <instrumentation android:name="com.android.camera.CameraLaunchPerformance" |
| 27 | android:targetPackage="com.android.camera" |
| 28 | android:label="Camera Launch Performance"> |
| 29 | </instrumentation> |
| 30 | |
| 31 | <instrumentation android:name="com.android.camera.stress.CameraStressTestRunner" |
| 32 | android:targetPackage="com.android.camera" |
| 33 | android:label="Camera stress test runner"> |
| 34 | </instrumentation> |
| 35 | |
| 36 | <instrumentation android:name="com.android.camera.CameraTestRunner" |
| 37 | android:targetPackage="com.android.camera" |
| 38 | android:label="Camera continuous test runner"> |
| 39 | </instrumentation> |
| 40 | |
| 41 | <instrumentation android:name="android.test.InstrumentationTestRunner" |
| 42 | android:targetPackage="com.android.camera" |
| 43 | android:label="Tests for Camera application."/> |
| 44 | </manifest> |