blob: e50a3757d14f1cd479ec6d000de55231135a0682 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001<?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
Jason Noguchi41d88d52012-02-21 15:09:48 -08007
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008 http://www.apache.org/licenses/LICENSE-2.0
Jason Noguchi41d88d52012-02-21 15:09:48 -08009
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010 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.mediaframeworktest">
Jason Noguchi41d88d52012-02-21 15:09:48 -080019
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080020 <uses-permission android:name="android.permission.RECORD_AUDIO" />
Yu Shan Emily Laub9f15d72009-03-31 18:15:52 -070021 <uses-permission android:name="android.permission.CAMERA" />
Gloria Wangc060d862009-11-09 15:31:27 -080022 <uses-permission android:name="android.permission.INTERNET" />
San Mehat5a3a77d2009-06-01 09:25:28 -070023 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Eric Laurent02d0ff62010-10-14 16:45:02 -070024 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
Yu Shan Emily Lau85305f02011-02-15 16:45:08 -080025 <uses-permission android:name="android.permission.WAKE_LOCK" />
26
Robert Shih9a7cca92018-05-25 11:42:22 -070027 <application android:networkSecurityConfig="@xml/network_security_config">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080028 <uses-library android:name="android.test.runner" />
29 <activity android:label="@string/app_name"
Yu Shan Emily Laud97943d2011-01-04 20:57:09 -080030 android:name="MediaFrameworkTest"
31 android:screenOrientation="landscape">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080032 <intent-filter>
33 <action android:name="android.intent.action.MAIN" />
34 <category android:name="android.intent.category.LAUNCHER"/>
35 </intent-filter>
36 </activity>
Hyungtae Tim Kim6d8fd0a2016-01-14 16:46:06 +090037 <activity android:label="Camera2CtsActivity"
38 android:name="Camera2SurfaceViewActivity"
39 android:screenOrientation="landscape"
40 android:configChanges="keyboardHidden|orientation|screenSize">
41 </activity>
Jason Noguchi41d88d52012-02-21 15:09:48 -080042 </application>
43
44 <instrumentation android:name=".CameraStressTestRunner"
Hyungtae Tim Kim6d8fd0a2016-01-14 16:46:06 +090045 android:targetPackage="com.android.mediaframeworktest"
46 android:label="Camera stress tests InstrumentationRunner">
47 </instrumentation>
48
49 <instrumentation android:name=".Camera2InstrumentationTestRunner"
50 android:targetPackage="com.android.mediaframeworktest"
51 android:label="Camera2 InstrumentationTestRunner">
Jason Noguchi41d88d52012-02-21 15:09:48 -080052 </instrumentation>
53
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080054 <instrumentation android:name=".MediaFrameworkTestRunner"
Hyungtae Tim Kim6d8fd0a2016-01-14 16:46:06 +090055 android:targetPackage="com.android.mediaframeworktest"
56 android:label="MediaFramework tests InstrumentationRunner">
57 </instrumentation>
Jason Noguchi41d88d52012-02-21 15:09:48 -080058
Hyungtae Tim Kim6d8fd0a2016-01-14 16:46:06 +090059 <instrumentation android:name=".MediaFrameworkPerfTestRunner"
60 android:targetPackage="com.android.mediaframeworktest"
61 android:label="MediaFramework Performance tests InstrumentationRunner">
62 </instrumentation>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080063
Hyungtae Tim Kim6d8fd0a2016-01-14 16:46:06 +090064 <instrumentation android:name=".MediaFrameworkUnitTestRunner"
65 android:targetPackage="com.android.mediaframeworktest"
66 android:label="MediaFramework unit tests InstrumentationRunner">
67 </instrumentation>
Jason Noguchi41d88d52012-02-21 15:09:48 -080068
Hyungtae Tim Kim6d8fd0a2016-01-14 16:46:06 +090069 <instrumentation android:name=".MediaRecorderStressTestRunner"
70 android:targetPackage="com.android.mediaframeworktest"
71 android:label="MediaRecorder stress tests InstrumentationRunner">
72 </instrumentation>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080073
Hyungtae Tim Kim6d8fd0a2016-01-14 16:46:06 +090074 <instrumentation android:name=".MediaFrameworkPowerTestRunner"
75 android:targetPackage="com.android.mediaframeworktest"
76 android:label="Media Power tests InstrumentationRunner">
77 </instrumentation>
Yu Shan Emily Laufd4a7c82010-08-10 18:30:44 -070078
Hyungtae Tim Kim6d8fd0a2016-01-14 16:46:06 +090079 <instrumentation android:name=".MediaPlayerStressTestRunner"
80 android:targetPackage="com.android.mediaframeworktest"
81 android:label="Media Power tests InstrumentationRunner">
82 </instrumentation>
Yu Shan Emily Laua58389b2011-02-07 18:50:37 -080083
Igor Murashkin4491d682013-05-31 16:43:48 -070084 <instrumentation android:name=".MediaFrameworkIntegrationTestRunner"
Hyungtae Tim Kim6d8fd0a2016-01-14 16:46:06 +090085 android:targetPackage="com.android.mediaframeworktest"
86 android:label="MediaFramework integration tests InstrumentationRunner">
87 </instrumentation>
Igor Murashkin4491d682013-05-31 16:43:48 -070088
Hyungtae Tim Kim6d8fd0a2016-01-14 16:46:06 +090089 <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
90 android:targetPackage="com.android.mediaframeworktest"
91 android:label="media framework tests">
92 </instrumentation>
Igor Murashkin3c40a042014-04-22 15:05:50 -070093
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080094</manifest>