aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/test-service/GNOME_Evolution_Summary_test.oaf.in
blob: 098da5e393c50e39e7ae21c9b10ffa58d3813b42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<oaf_info>

<oaf_server iid="OAFIID:GNOME_Evolution_Summary_test_ComponentFactory"
        type="exe"
        location="test-service">

    <oaf_attribute name="repo_ids" type="stringv">
        <item value="IDL:GNOME/GenericFactory:1.0"/>
    </oaf_attribute>

    <oaf_attribute name="description" type="string"
            value="Factory for the test component."/>
</oaf_server>

<oaf_server iid="OAFIID:GNOME_Evolution_Summary_test_Component"
        type="factory"
        location="OAFIID:GNOME_Evolution_Summary_test_ComponentFactory">

    <oaf_attribute name="repo_ids" type="stringv">
        <item value="IDL:GNOME/Evolution:Summary:ComponentFactory:1.0"/>
    </oaf_attribute>

    <oaf_attribute name="description" type="string"
            value="Test service"/>
</oaf_server>

<!-- This does not work
<oaf_server iid="OAFIID:evolution-summary-component-factory:test-bonobo-service:b6da2ad2-1fbb-4539-93f9-038b1702810e"
                type="exe"
                location="test-bonobo-service">

        <oaf_attribute name="repo_ids" type="stringv">
                <item value="IDL:GNOME:GenericFactory:1.0"/>
        </oaf_attribute>

        <oaf_attribute name="description" type="string"
                        value="Factory for the test bonobo component."/>
</oaf_server>

<oaf_server iid="OAFIID:evolution-summary-component:test-bonobo-service:d3cb3ed6-a654-4337-8aa0-f443751d6d1b"
                type="factory"
                location="OAFIID:evolution-summary-component-factory:test-bonobo-service:b6da2ad2-1fbb-4539-93f9-038b1702810e">

        <oaf_attribute name="repo_ids" type="stringv">
                <item value="IDL:Evolution:SummaryComponent:1.0"/>
        </oaf_attribute>

        <oaf_attribute name="description" type="string"
                        value="Test bonobo service"/>
</oaf_server>

-->
</oaf_info>