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