xref: /aosp_15_r20/frameworks/ex/camera2/utils/tests/AndroidManifest.xml (revision 51f0e3d5878722200615b7170faeca299e15103d)
1*51f0e3d5SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*51f0e3d5SAndroid Build Coastguard Worker
3*51f0e3d5SAndroid Build Coastguard Worker<!--
4*51f0e3d5SAndroid Build Coastguard Worker    Copyright (C) 2014 The Android Open Source Project
5*51f0e3d5SAndroid Build Coastguard Worker
6*51f0e3d5SAndroid Build Coastguard Worker    Licensed under the Apache License, Version 2.0 (the "License");
7*51f0e3d5SAndroid Build Coastguard Worker    you may not use this file except in compliance with the License.
8*51f0e3d5SAndroid Build Coastguard Worker    You may obtain a copy of the License at
9*51f0e3d5SAndroid Build Coastguard Worker
10*51f0e3d5SAndroid Build Coastguard Worker         http://www.apache.org/licenses/LICENSE-2.0
11*51f0e3d5SAndroid Build Coastguard Worker
12*51f0e3d5SAndroid Build Coastguard Worker    Unless required by applicable law or agreed to in writing, software
13*51f0e3d5SAndroid Build Coastguard Worker    distributed under the License is distributed on an "AS IS" BASIS,
14*51f0e3d5SAndroid Build Coastguard Worker    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15*51f0e3d5SAndroid Build Coastguard Worker    See the License for the specific language governing permissions and
16*51f0e3d5SAndroid Build Coastguard Worker    limitations under the License.
17*51f0e3d5SAndroid Build Coastguard Worker-->
18*51f0e3d5SAndroid Build Coastguard Worker
19*51f0e3d5SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
20*51f0e3d5SAndroid Build Coastguard Worker    package="com.android.ex.camera2.utils.tests">
21*51f0e3d5SAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.CAMERA" />
22*51f0e3d5SAndroid Build Coastguard Worker    <application>
23*51f0e3d5SAndroid Build Coastguard Worker        <uses-library android:name="android.test.runner" />
24*51f0e3d5SAndroid Build Coastguard Worker    </application>
25*51f0e3d5SAndroid Build Coastguard Worker    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
26*51f0e3d5SAndroid Build Coastguard Worker        android:targetPackage="com.android.ex.camera2.utils.tests" />
27*51f0e3d5SAndroid Build Coastguard Worker</manifest>
28