initial implementation of hid service and jni

Change-Id: I527651bd85ad3adddbf4b89802f4a6128c9fa047
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4b7d2c1..f757a49 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -194,5 +194,12 @@
                 <action android:name="android.bluetooth.IBluetoothA2dp" />
             </intent-filter>
         </service>
+        <service
+            android:process="@string/process"
+            android:name = ".hid.HidService">
+            <intent-filter>
+                <action android:name="android.bluetooth.IBluetoothInputDevice" />
+            </intent-filter>
+        </service>
     </application>
 </manifest>