summaryrefslogtreecommitdiff
path: root/remotebridges/source/bridge/remotebridge.xml
diff options
context:
space:
mode:
Diffstat (limited to 'remotebridges/source/bridge/remotebridge.xml')
-rw-r--r--remotebridges/source/bridge/remotebridge.xml59
1 files changed, 59 insertions, 0 deletions
diff --git a/remotebridges/source/bridge/remotebridge.xml b/remotebridges/source/bridge/remotebridge.xml
new file mode 100644
index 000000000000..c9b98188e12a
--- /dev/null
+++ b/remotebridges/source/bridge/remotebridge.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
+
+<COMPONENTDESCRIPTION
+ xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
+
+<Author> Joerg Budischewski </Author>
+
+<Name> com.sun.star.comp.remotebridges.Bridge.various </Name>
+
+<Description>
+ This component initializes the bridge between two processes
+ using either iiop or urp (UnoRemoteProtocol) protocol.
+</Description>
+
+<ModuleName> remotebridge </ModuleName>
+
+<LoaderName> com.sun.star.loader.SharedLibrary </LoaderName>
+
+<Language> c++ </Language>
+
+<Status StatusValue="final"/>
+
+<SupportedService> com.sun.star.bridge.Bridge.iiop </SupportedService>
+<SupportedService> com.sun.star.bridge.Bridge.urp </SupportedService>
+
+<ServiceDependency> ... </ServiceDependency>
+
+<ProjectBuildDependency> cppuhelper </ProjectBuildDependency>
+<ProjectBuildDependency> cppu </ProjectBuildDependency>
+<ProjectBuildDependency> sal </ProjectBuildDependency>
+<RuntimeModuleDependency> rmcxt </RuntimeModuleDependency>
+
+
+<RuntimeModuleDependency> cppuhelper2 </RuntimeModuleDependency>
+<RuntimeModuleDependency> cppu2 </RuntimeModuleDependency>
+<RuntimeModuleDependency> sal2 </RuntimeModuleDependency>
+<RuntimeModuleDependency> rmcxt2 </RuntimeModuleDependency>
+
+
+<Type> com.sun.star.bridge.XBridgeFactory </Type>
+<Type> com.sun.star.bridge.XInstanceProvider </Type>
+<Type> com.sun.star.bridge.XBridge </Type>
+<Type> com.sun.star.bridge.BridgeExistsException </Type>
+<Type> com.sun.star.lang.XMultiServiceFactory </Type>
+<Type> com.sun.star.lang.XSingleServiceFactory </Type>
+<Type> com.sun.star.lang.XInitialization </Type>
+<Type> com.sun.star.lang.XComponent </Type>
+<Type> com.sun.star.lang.XServiceInfo </Type>
+<Type> com.sun.star.lang.XTypeProvider </Type>
+<Type> com.sun.star.lang.IllegalArgumentException </Type>
+<Type> com.sun.star.lang.XInitialization </Type>
+<Type> com.sun.star.registry.XRegistryKey </Type>
+<Type> com.sun.star.uno.XWeak </Type>
+<Type> com.sun.star.uno.TypeClass </Type>
+<Type> com.sun.star.uno.XAggregation </Type>
+
+</COMPONENTDESCRIPTION>
+