qtmobility/examples/filemanagerplugin/filemanagerservice.xml
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:26:23 +0100
branchGCC_SURGE
changeset 9 5561c345355e
parent 1 2b40d63a9c3d
permissions -rw-r--r--
Branch for GCC_SURGE fixes

<?xml version="1.0" encoding="utf-8" ?>
<service>
    <name>FileManagerService</name>
    <filepath>serviceframework_filemanagerplugin</filepath>
    <description>Example file manager service</description>
    <interface>
        <name>com.nokia.qt.examples.FileStorage</name>
        <version>1.0</version>
        <description>Implementation of FileStorageInterface</description>
    </interface>
    <interface>
        <name>com.nokia.qt.examples.FileTransfer</name>
        <version>1.0</version>
        <description>Implementation of FileTransferInterface</description>
    </interface>
</service>