summaryrefslogtreecommitdiff
path: root/cppuhelper/test/cfg_data/template/uno/components.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/cfg_data/template/uno/components.xml')
-rw-r--r--cppuhelper/test/cfg_data/template/uno/components.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/cppuhelper/test/cfg_data/template/uno/components.xml b/cppuhelper/test/cfg_data/template/uno/components.xml
new file mode 100644
index 000000000000..6ff26a5b9cec
--- /dev/null
+++ b/cppuhelper/test/cfg_data/template/uno/components.xml
@@ -0,0 +1,24 @@
+<?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">
+
+<service>
+ <available-implementations cfg:type="string" cfg:derivedBy=="list"/>
+ <context-properties cfg:type="set" cfg:element-type="cfg:any"/>
+</service>
+
+<implementation>
+ <activator cfg:type="string"/>
+ <url cfg:type="string"/>
+ <supported-services cfg:type="string" cfg:derivedBy="list"/>
+ <context-properties cfg:type="set" cfg:element-type="cfg:any"/>
+</implementation>
+
+<singleton>
+ <used-service cfg:type="string"/>
+ <initial-arguments cfg:type="set" cfg:element-type="cfg:any"/>
+</singleton>
+
+</components>