~ubuntu-branches/ubuntu/feisty/libgnome/feisty

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
<oaf_info>

<oaf_server iid="OAFIID:GNOME_Moniker_std_Factory"
        type="shlib" location="@MONIKER_LIBDIR@/@SOPREFIX@moniker_extra_2">
        <oaf_attribute name="repo_ids" type="stringv">
                <item value="IDL:Bonobo/GenericFactory:1.0"/>
        </oaf_attribute>

        <oaf_attribute name="name" type="string" _value="Extra Moniker factory"/>
</oaf_server>

<oaf_server iid="OAFIID:GNOME_Moniker_Config" type="factory"
        location="OAFIID:GNOME_Moniker_std_Factory">
        <oaf_attribute name="repo_ids" type="stringv">
                <item value="IDL:Bonobo/Moniker:1.0"/>
                <item value="IDL:Bonobo/Unknown:1.0"/>
        </oaf_attribute>
        <oaf_attribute name="name" type="string" _value="GConf moniker"/>
        <oaf_attribute name="bonobo:moniker" type="stringv">
                <item value="config:"/>
        </oaf_attribute>
</oaf_server>

<oaf_server iid="OAFIID:GNOME_Moniker_ConfIndirect" type="factory"
        location="OAFIID:GNOME_Moniker_std_Factory">
        <oaf_attribute name="repo_ids" type="stringv">
                <item value="IDL:Bonobo/Moniker:1.0"/>
                <item value="IDL:Bonobo/Unknown:1.0"/>
        </oaf_attribute>
        <oaf_attribute name="name" type="string" _value="config indirect moniker"/>
        <oaf_attribute name="bonobo:moniker" type="stringv">
                <item value="conf_indirect:"/>
        </oaf_attribute>
</oaf_server>

</oaf_info>