summaryrefslogtreecommitdiff
path: root/cppuhelper/test/cfg_data/instance/uno/components.xml
blob: b0ea5ce3b291ccc0ccca61f4bc9cf7e709ac3a5e (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
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?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"
        xmlns="http://openoffice.org/2000/uno/Components">


<services cfg:type="set" cfg:element-type="service">

 <service cfg:name="com.sun.star.script.Converter">
  <available-implementations cfg:type="string" cfg:derivedBy="list">
   com.sun.star.comp.stoc.TypeConverter
  </available-implementations>
 </service>

 <service cfg:name="com.sun.star.bootstrap.TestComponent0">
  <available-implementations cfg:type="string" cfg:derivedBy="list">
   com.sun.star.comp.bootstrap.TestComponent0
  </available-implementations>
  <context-properties cfg:type="set" cfg:element-type="cfg:any">
   <cfg:any cfg:name="serviceprop0" cfg:type="int">13</cfg:any>
   <cfg:any cfg:name="serviceprop1" cfg:type="string">value of serviceprop1</cfg:any>
  </context-properties>
 </service>

</services>


<implementations cfg:type="set" cfg:element-type="implementation">

 <implementation cfg:name="com.sun.star.comp.stoc.TypeConverter">
  <activator cfg:type="string">com.sun.star.loader.SharedLibrary</activator>
  <url cfg:type="string">tcv.dll</url>
  <supported-services cfg:type="string" cfg:derivedBy="list">com.sun.star.script.Converter</supported-services>
 </implementation>

 <implementation cfg:name="com.sun.star.comp.bootstrap.TestComponent0">
  <activator cfg:type="string">com.sun.star.loader.SharedLibrary</activator>
  <url cfg:type="string">cfg_test.dll</url>
  <supported-services cfg:type="string" cfg:derivedBy="list">com.sun.star.bootstrap.TestComponent0</supported-services>
  <context-properties cfg:type="set" cfg:element-type="cfg:any">
   <cfg:any cfg:name="implprop0" cfg:type="int">15</cfg:any>
   <cfg:any cfg:name="implprop1" cfg:type="string">value of implprop1</cfg:any>
  </context-properties>
 </implementation>

</implementations>


<singletons cfg:type="set" cfg:element-type="singleton">

 <singleton cfg:name="com.sun.star.script.theConverter">
  <used-service cfg:type="string">com.sun.star.script.Converter</used-service>
 </singleton>

 <singleton cfg:name="com.sun.star.bootstrap.theTestComponent0">
  <used-service cfg:type="string">com.sun.star.bootstrap.TestComponent0</used-service>
  <initial-arguments cfg:type="set" cfg:element-type="cfg:any">
   <cfg:any cfg:name="0" cfg:type="string">first argument</cfg:any>
   <cfg:any cfg:name="1" cfg:type="string">second argument</cfg:any>
   <cfg:any cfg:name="2" cfg:type="string">third argument</cfg:any>
  </initial-arguments>
 </singleton>

</singletons>


<global-context-properties cfg:type="set" cfg:element-type="cfg:any">

 <cfg:any cfg:name="TestValue" cfg:type="int">5</cfg:any>

</global-context-properties>


</components>