tests/testservice2/xml/testserviceplugin.xml
author Markku Kaurila <markku.kaurila@nokia.com>
Thu, 30 Sep 2010 11:17:58 +0100
changeset 4 30827624d4d3
parent 0 876b1a06bc25
permissions -rw-r--r--
Further update to the exports in contactsmodel.pro, for Bug 3312

<?xml version="1.0" encoding="utf-8" ?>
<service>
    <name>TestService</name>
    <filepath>plugins/tst_sfw_testservice2plugin</filepath>
    <description>SFW test service</description>
    <interface>
        <name>com.nokia.qt.ISimpleTypeTest</name>
        <version>1.0</version>
        <capabilities>simple</capabilities>
        <description>APIs to test simple types</description>
    </interface>
    <interface>
        <name>com.nokia.qt.IComplexTypeTest</name>
        <version>2.3</version>
        <capabilities>complex,simple</capabilities>
        <description>APIs to test complex types</description>
    </interface>
</service>