<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
 * 
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 * 
 ***********************************************************-->

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