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> excomp1 </module-name> 5 <component-description> 6 <author> Juergen Schmidt </author> 7 <name> example.ExampleComponent1.Impl </name> 8 <description> 9 This component provides a simple demo component. 10</description> 11 <loader-name> com.sun.star.loader.SharedLibrary </loader-name> 12 <language> c++ </language> 13 <status value="final"/> 14 <supported-service> example.ExampleComponent1 </supported-service> 15 <type> com.sun.star.lang.XTypeProvider </type> 16 <type> com.sun.star.lang.XServiceInfo </type> 17 <type> com.sun.star.lang.XSingleServiceFactory </type> 18 <type> com.sun.star.lang.XMultiServiceFactory </type> 19 <type> com.sun.star.registry.XRegistryKey </type> 20 <type> com.sun.star.uno.XAggregation </type> 21 <type> com.sun.star.uno.XWeak </type> 22 <type> com.sun.star.uno.TypeClass </type> 23 <type> example.XTest </type> 24 </component-description> 25 <project-build-dependency> cppuhelper </project-build-dependency> 26 <project-build-dependency> cppu </project-build-dependency> 27 <project-build-dependency> vos </project-build-dependency> 28 <project-build-dependency> sal </project-build-dependency> 29 <runtime-module-dependency> cppuhelper </runtime-module-dependency> 30 <runtime-module-dependency> cppu </runtime-module-dependency> 31 <runtime-module-dependency> vos </runtime-module-dependency> 32 <runtime-module-dependency> sal </runtime-module-dependency> 33</module-description> 34