summaryrefslogtreecommitdiff
path: root/cppuhelper/test/cfg_data/instance/uno/components.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/cfg_data/instance/uno/components.xml')
-rw-r--r--cppuhelper/test/cfg_data/instance/uno/components.xml76
1 files changed, 76 insertions, 0 deletions
diff --git a/cppuhelper/test/cfg_data/instance/uno/components.xml b/cppuhelper/test/cfg_data/instance/uno/components.xml
new file mode 100644
index 000000000000..b0ea5ce3b291
--- /dev/null
+++ b/cppuhelper/test/cfg_data/instance/uno/components.xml
@@ -0,0 +1,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>