Add new empty project for CallLogProvider

Contents copied mostly from ContactsProvider.

Change-Id: Ib9e272052456e175057730af9d73c701b1e053fa
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
new file mode 100644
index 0000000..0654e39
--- /dev/null
+++ b/AndroidManifest.xml
@@ -0,0 +1,12 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+        package="com.android.providers.calllog"
+        android:sharedUserId="android.uid.shared"
+        android:sharedUserLabel="@string/sharedUserLabel">
+
+    <application android:process="android.process.acore"
+        android:label="@string/app_label"
+        android:icon="@drawable/app_icon"
+        android:allowBackup="true">
+
+    </application>
+</manifest>