1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*10544477SAndre Fischer<!--*********************************************************** 3*10544477SAndre Fischer * 4*10544477SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one 5*10544477SAndre Fischer * or more contributor license agreements. See the NOTICE file 6*10544477SAndre Fischer * distributed with this work for additional information 7*10544477SAndre Fischer * regarding copyright ownership. The ASF licenses this file 8*10544477SAndre Fischer * to you under the Apache License, Version 2.0 (the 9*10544477SAndre Fischer * "License"); you may not use this file except in compliance 10*10544477SAndre Fischer * with the License. You may obtain a copy of the License at 11*10544477SAndre Fischer * 12*10544477SAndre Fischer * http://www.apache.org/licenses/LICENSE-2.0 13*10544477SAndre Fischer * 14*10544477SAndre Fischer * Unless required by applicable law or agreed to in writing, 15*10544477SAndre Fischer * software distributed under the License is distributed on an 16*10544477SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17*10544477SAndre Fischer * KIND, either express or implied. See the License for the 18*10544477SAndre Fischer * specific language governing permissions and limitations 19*10544477SAndre Fischer * under the License. 20*10544477SAndre Fischer * 21*10544477SAndre Fischer ***********************************************************--> 22cdf0e10cSrcweir 23cdf0e10cSrcweir<components cfg:package="uno" 24cdf0e10cSrcweir xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 25cdf0e10cSrcweir xmlns:cfg="http://openoffice.org/2000/registry/instance" 26cdf0e10cSrcweir xmlns="http://openoffice.org/2000/uno/Components"> 27cdf0e10cSrcweir 28cdf0e10cSrcweir 29cdf0e10cSrcweir<services cfg:type="set" cfg:element-type="service"> 30cdf0e10cSrcweir 31cdf0e10cSrcweir <service cfg:name="com.sun.star.script.Converter"> 32cdf0e10cSrcweir <available-implementations cfg:type="string" cfg:derivedBy="list"> 33cdf0e10cSrcweir com.sun.star.comp.stoc.TypeConverter 34cdf0e10cSrcweir </available-implementations> 35cdf0e10cSrcweir </service> 36cdf0e10cSrcweir 37cdf0e10cSrcweir <service cfg:name="com.sun.star.bootstrap.TestComponent0"> 38cdf0e10cSrcweir <available-implementations cfg:type="string" cfg:derivedBy="list"> 39cdf0e10cSrcweir com.sun.star.comp.bootstrap.TestComponent0 40cdf0e10cSrcweir </available-implementations> 41cdf0e10cSrcweir <context-properties cfg:type="set" cfg:element-type="cfg:any"> 42cdf0e10cSrcweir <cfg:any cfg:name="serviceprop0" cfg:type="int">13</cfg:any> 43cdf0e10cSrcweir <cfg:any cfg:name="serviceprop1" cfg:type="string">value of serviceprop1</cfg:any> 44cdf0e10cSrcweir </context-properties> 45cdf0e10cSrcweir </service> 46cdf0e10cSrcweir 47cdf0e10cSrcweir</services> 48cdf0e10cSrcweir 49cdf0e10cSrcweir 50cdf0e10cSrcweir<implementations cfg:type="set" cfg:element-type="implementation"> 51cdf0e10cSrcweir 52cdf0e10cSrcweir <implementation cfg:name="com.sun.star.comp.stoc.TypeConverter"> 53cdf0e10cSrcweir <activator cfg:type="string">com.sun.star.loader.SharedLibrary</activator> 54cdf0e10cSrcweir <url cfg:type="string">tcv.dll</url> 55cdf0e10cSrcweir <supported-services cfg:type="string" cfg:derivedBy="list">com.sun.star.script.Converter</supported-services> 56cdf0e10cSrcweir </implementation> 57cdf0e10cSrcweir 58cdf0e10cSrcweir <implementation cfg:name="com.sun.star.comp.bootstrap.TestComponent0"> 59cdf0e10cSrcweir <activator cfg:type="string">com.sun.star.loader.SharedLibrary</activator> 60cdf0e10cSrcweir <url cfg:type="string">cfg_test.dll</url> 61cdf0e10cSrcweir <supported-services cfg:type="string" cfg:derivedBy="list">com.sun.star.bootstrap.TestComponent0</supported-services> 62cdf0e10cSrcweir <context-properties cfg:type="set" cfg:element-type="cfg:any"> 63cdf0e10cSrcweir <cfg:any cfg:name="implprop0" cfg:type="int">15</cfg:any> 64cdf0e10cSrcweir <cfg:any cfg:name="implprop1" cfg:type="string">value of implprop1</cfg:any> 65cdf0e10cSrcweir </context-properties> 66cdf0e10cSrcweir </implementation> 67cdf0e10cSrcweir 68cdf0e10cSrcweir</implementations> 69cdf0e10cSrcweir 70cdf0e10cSrcweir 71cdf0e10cSrcweir<singletons cfg:type="set" cfg:element-type="singleton"> 72cdf0e10cSrcweir 73cdf0e10cSrcweir <singleton cfg:name="com.sun.star.script.theConverter"> 74cdf0e10cSrcweir <used-service cfg:type="string">com.sun.star.script.Converter</used-service> 75cdf0e10cSrcweir </singleton> 76cdf0e10cSrcweir 77cdf0e10cSrcweir <singleton cfg:name="com.sun.star.bootstrap.theTestComponent0"> 78cdf0e10cSrcweir <used-service cfg:type="string">com.sun.star.bootstrap.TestComponent0</used-service> 79cdf0e10cSrcweir <initial-arguments cfg:type="set" cfg:element-type="cfg:any"> 80cdf0e10cSrcweir <cfg:any cfg:name="0" cfg:type="string">first argument</cfg:any> 81cdf0e10cSrcweir <cfg:any cfg:name="1" cfg:type="string">second argument</cfg:any> 82cdf0e10cSrcweir <cfg:any cfg:name="2" cfg:type="string">third argument</cfg:any> 83cdf0e10cSrcweir </initial-arguments> 84cdf0e10cSrcweir </singleton> 85cdf0e10cSrcweir 86cdf0e10cSrcweir</singletons> 87cdf0e10cSrcweir 88cdf0e10cSrcweir 89cdf0e10cSrcweir<global-context-properties cfg:type="set" cfg:element-type="cfg:any"> 90cdf0e10cSrcweir 91cdf0e10cSrcweir <cfg:any cfg:name="TestValue" cfg:type="int">5</cfg:any> 92cdf0e10cSrcweir 93cdf0e10cSrcweir</global-context-properties> 94cdf0e10cSrcweir 95cdf0e10cSrcweir 96cdf0e10cSrcweir</components> 97