1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> 3<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 4 <module-name> proxyfac.uno </module-name> 5 <component-description> 6 <author> Daniel Boelzle </author> 7 <name> com.sun.star.comp.stoc.ProxyFactory </name> 8 <description> 9Specifies a factory object to create proxy objects. 10These proxy object represent a given target object and can be 11be aggregated. The proxy objects act UNO conform and do NOT provide 12original target interfaces on queryInterface() calls. 13</description> 14 <loader-name> com.sun.star.loader.SharedLibrary </loader-name> 15 <language> C++ </language> 16 <status value="final"/> 17 <supported-service> com.sun.star.reflection.ProxyFactory </supported-service> 18 <service-dependency> ... </service-dependency> 19 <type> com.sun.star.lang.XTypeProvider </type> 20 <type> com.sun.star.lang.XServiceInfo </type> 21 <type> com.sun.star.lang.XSingleServiceFactory </type> 22 <type> com.sun.star.lang.XMultiServiceFactory </type> 23 <type> com.sun.star.registry.XSimpleRegistry </type> 24 <type> com.sun.star.registry.XRegistryKey </type> 25 <type> com.sun.star.lang.XSingleComponentFactory </type> 26 <type> com.sun.star.uno.XComponentContext </type> 27 <type> com.sun.star.uno.XAggregation </type> 28 <type> com.sun.star.uno.XWeak </type> 29 <type> com.sun.star.reflection.XProxyFactory </type> 30 </component-description> 31 <project-build-dependency> cppuhelper </project-build-dependency> 32 <project-build-dependency> cppu </project-build-dependency> 33 <project-build-dependency> sal </project-build-dependency> 34 <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency> 35 <runtime-module-dependency> cppu2 </runtime-module-dependency> 36 <runtime-module-dependency> sal2 </runtime-module-dependency> 37</module-description> 38