summaryrefslogtreecommitdiff
path: root/cppuhelper/test/cfg_data/template/uno/components.xml
blob: 5ab04d030fb320055da9cd40db86b87938b2c3dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>

<components cfg:package="uno"
            xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
            xmlns:cfg="http://openoffice.org/2000/registry/instance">

<service>
 <available-implementations cfg:type="string" cfg:derivedBy="list"/>
 <context-properties cfg:type="set" cfg:element-type="cfg:any"/>
</service>

<implementation>
 <activator cfg:type="string"/>
 <url cfg:type="string"/>
 <supported-services cfg:type="string" cfg:derivedBy="list"/>
 <context-properties cfg:type="set" cfg:element-type="cfg:any"/>
</implementation>

<singleton>
 <used-service cfg:type="string"/>
 <initial-arguments cfg:type="set" cfg:element-type="cfg:any"/>
</singleton>

</components>