blob: 7c1f05563b5776c8f1fdd1144cfaf07fa1a022d4 [file] [log] [blame]
The Android Open Source Project792a2202009-03-03 19:32:30 -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
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.music.tests">
19
Paul Duffin7d1b5bc2018-01-24 11:51:57 +000020 <application/>
The Android Open Source Project792a2202009-03-03 19:32:30 -080021
Marco Nelissenff3d4372010-01-27 09:46:40 -080022 <instrumentation android:name="com.android.music.tests.MusicPlayerLaunchPerformance"
Yu Shan Emily Lau81d8cfb2010-03-01 20:02:07 -080023 android:targetPackage="com.google.android.music"
The Android Open Source Project792a2202009-03-03 19:32:30 -080024 android:label="Music Launch Performance">
25 </instrumentation>
26
Marco Nelissenff3d4372010-01-27 09:46:40 -080027 <instrumentation android:name="com.android.music.tests.MusicPlayerFunctionalTestRunner"
Yu Shan Emily Lau81d8cfb2010-03-01 20:02:07 -080028 android:targetPackage="com.google.android.music"
The Android Open Source Project792a2202009-03-03 19:32:30 -080029 android:label="Music Player Functional Test">
30 </instrumentation>
31
Marco Nelissenff3d4372010-01-27 09:46:40 -080032 <instrumentation android:name="com.android.music.tests.MusicPlayerStressTestRunner"
Yu Shan Emily Lau81d8cfb2010-03-01 20:02:07 -080033 android:targetPackage="com.google.android.music"
The Android Open Source Project792a2202009-03-03 19:32:30 -080034 android:label="Music Player Stress Test">
35 </instrumentation>
36
37</manifest>