examples/bluetoothtransferplugin/bluetoothtransferservice.xml
changeset 0 876b1a06bc25
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/bluetoothtransferplugin/bluetoothtransferservice.xml	Wed Aug 25 15:49:42 2010 +0300
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<service>
+    <name>BluetoothTransferService</name>
+    <filepath>serviceframework_bluetoothtransferplugin</filepath>
+    <description>Example Bluetooth transfer service</description>
+    <interface>
+        <name>com.nokia.qt.examples.FileTransfer</name>
+        <version>1.0</version>
+        <description>Implementation of FileTransferInterface</description>
+    </interface>
+</service>