summaryrefslogtreecommitdiffstats
path: root/examples/bluetoothtransferplugin/bluetoothtransferservice.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetoothtransferplugin/bluetoothtransferservice.xml')
-rw-r--r--examples/bluetoothtransferplugin/bluetoothtransferservice.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/bluetoothtransferplugin/bluetoothtransferservice.xml b/examples/bluetoothtransferplugin/bluetoothtransferservice.xml
new file mode 100644
index 00000000..eeeb76be
--- /dev/null
+++ b/examples/bluetoothtransferplugin/bluetoothtransferservice.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<SFW version="1.1">
+<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>
+</SFW>