Merge "Partial Implementation of US1574:"
[platform/upstream/iotivity.git] / csdk / android / UnitTests / AndroidManifest.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3     package="com.oc.unittests"
4     android:versionCode="1"
5     android:versionName="1.0" >
6
7     <uses-sdk
8         android:minSdkVersion="16"
9         android:targetSdkVersion="16" />
10
11     
12         <instrumentation android:name="android.test.InstrumentationTestRunner"
13             android:targetPackage="com.oc.unittests"
14             android:label="All Unit Tests" />
15         
16         <application
17         android:allowBackup="true"
18         android:icon="@drawable/ic_launcher"
19         android:label="@string/app_name"
20         android:theme="@style/AppTheme" >
21         <uses-library android:name="android.test.runner" />
22     </application>
23
24 </manifest>