summaryrefslogtreecommitdiffstats
path: root/tests/manual/sfwtestservice/sfwtestservice.xml
blob: 77f969001cdc9dcaebeea5ec64cfb03edea62305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<SFW version="1.1">
<service>
    <name>SfwTestService</name>
    <ipcaddress>sfwtest</ipcaddress>
    <description>Service for testing IPC Service</description>
    <interface>
        <name>com.nokia.qt.SfwTest</name>
        <version>1.0</version>
        <description>Interface for Test Service</description>
        <capabilities></capabilities>
    </interface>
</service>
</SFW>