1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir<components cfg:package="uno"
4*cdf0e10cSrcweir            xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
5*cdf0e10cSrcweir            xmlns:cfg="http://openoffice.org/2000/registry/instance"
6*cdf0e10cSrcweir	    xmlns="http://openoffice.org/2000/uno/Components">
7*cdf0e10cSrcweir
8*cdf0e10cSrcweir
9*cdf0e10cSrcweir<services cfg:type="set" cfg:element-type="service">
10*cdf0e10cSrcweir
11*cdf0e10cSrcweir <service cfg:name="com.sun.star.script.Converter">
12*cdf0e10cSrcweir  <available-implementations cfg:type="string" cfg:derivedBy="list">
13*cdf0e10cSrcweir   com.sun.star.comp.stoc.TypeConverter
14*cdf0e10cSrcweir  </available-implementations>
15*cdf0e10cSrcweir </service>
16*cdf0e10cSrcweir
17*cdf0e10cSrcweir <service cfg:name="com.sun.star.bootstrap.TestComponent0">
18*cdf0e10cSrcweir  <available-implementations cfg:type="string" cfg:derivedBy="list">
19*cdf0e10cSrcweir   com.sun.star.comp.bootstrap.TestComponent0
20*cdf0e10cSrcweir  </available-implementations>
21*cdf0e10cSrcweir  <context-properties cfg:type="set" cfg:element-type="cfg:any">
22*cdf0e10cSrcweir   <cfg:any cfg:name="serviceprop0" cfg:type="int">13</cfg:any>
23*cdf0e10cSrcweir   <cfg:any cfg:name="serviceprop1" cfg:type="string">value of serviceprop1</cfg:any>
24*cdf0e10cSrcweir  </context-properties>
25*cdf0e10cSrcweir </service>
26*cdf0e10cSrcweir
27*cdf0e10cSrcweir</services>
28*cdf0e10cSrcweir
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir<implementations cfg:type="set" cfg:element-type="implementation">
31*cdf0e10cSrcweir
32*cdf0e10cSrcweir <implementation cfg:name="com.sun.star.comp.stoc.TypeConverter">
33*cdf0e10cSrcweir  <activator cfg:type="string">com.sun.star.loader.SharedLibrary</activator>
34*cdf0e10cSrcweir  <url cfg:type="string">tcv.dll</url>
35*cdf0e10cSrcweir  <supported-services cfg:type="string" cfg:derivedBy="list">com.sun.star.script.Converter</supported-services>
36*cdf0e10cSrcweir </implementation>
37*cdf0e10cSrcweir
38*cdf0e10cSrcweir <implementation cfg:name="com.sun.star.comp.bootstrap.TestComponent0">
39*cdf0e10cSrcweir  <activator cfg:type="string">com.sun.star.loader.SharedLibrary</activator>
40*cdf0e10cSrcweir  <url cfg:type="string">cfg_test.dll</url>
41*cdf0e10cSrcweir  <supported-services cfg:type="string" cfg:derivedBy="list">com.sun.star.bootstrap.TestComponent0</supported-services>
42*cdf0e10cSrcweir  <context-properties cfg:type="set" cfg:element-type="cfg:any">
43*cdf0e10cSrcweir   <cfg:any cfg:name="implprop0" cfg:type="int">15</cfg:any>
44*cdf0e10cSrcweir   <cfg:any cfg:name="implprop1" cfg:type="string">value of implprop1</cfg:any>
45*cdf0e10cSrcweir  </context-properties>
46*cdf0e10cSrcweir </implementation>
47*cdf0e10cSrcweir
48*cdf0e10cSrcweir</implementations>
49*cdf0e10cSrcweir
50*cdf0e10cSrcweir
51*cdf0e10cSrcweir<singletons cfg:type="set" cfg:element-type="singleton">
52*cdf0e10cSrcweir
53*cdf0e10cSrcweir <singleton cfg:name="com.sun.star.script.theConverter">
54*cdf0e10cSrcweir  <used-service cfg:type="string">com.sun.star.script.Converter</used-service>
55*cdf0e10cSrcweir </singleton>
56*cdf0e10cSrcweir
57*cdf0e10cSrcweir <singleton cfg:name="com.sun.star.bootstrap.theTestComponent0">
58*cdf0e10cSrcweir  <used-service cfg:type="string">com.sun.star.bootstrap.TestComponent0</used-service>
59*cdf0e10cSrcweir  <initial-arguments cfg:type="set" cfg:element-type="cfg:any">
60*cdf0e10cSrcweir   <cfg:any cfg:name="0" cfg:type="string">first argument</cfg:any>
61*cdf0e10cSrcweir   <cfg:any cfg:name="1" cfg:type="string">second argument</cfg:any>
62*cdf0e10cSrcweir   <cfg:any cfg:name="2" cfg:type="string">third argument</cfg:any>
63*cdf0e10cSrcweir  </initial-arguments>
64*cdf0e10cSrcweir </singleton>
65*cdf0e10cSrcweir
66*cdf0e10cSrcweir</singletons>
67*cdf0e10cSrcweir
68*cdf0e10cSrcweir
69*cdf0e10cSrcweir<global-context-properties cfg:type="set" cfg:element-type="cfg:any">
70*cdf0e10cSrcweir
71*cdf0e10cSrcweir <cfg:any cfg:name="TestValue" cfg:type="int">5</cfg:any>
72*cdf0e10cSrcweir
73*cdf0e10cSrcweir</global-context-properties>
74*cdf0e10cSrcweir
75*cdf0e10cSrcweir
76*cdf0e10cSrcweir</components>
77