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 5 <module-name> 6 ucpgio 7 </module-name> 8 9 <component-description> 10 <author> 11 Caolán McNamara &;amp; Jan Navrati 12 </author> 13 <name> 14 com.sun.star.comp.ucb.GIOContentProvider 15 </name> 16 <description> 17 This component implements a Content Provider for the Universal 18 Content Broker. It provides access to contents stored on an GIO 19 location. 20 </description> 21 <loader-name> 22 com.sun.star.loader.SharedLibrary 23 </loader-name> 24 <language> 25 c++ 26 </language> 27 <status value="final"/> 28 <supported-service> 29 com.sun.star.ucb.GIOContentProvider 30 </supported-service> 31 32 <service-dependency> 33 com.sun.star.configuration.ConfigurationAccess 34 </service-dependency> 35 <service-dependency> 36 com.sun.star.configuration.ConfigurationProvider 37 </service-dependency> 38 </component-description> 39 40 <project-build-dependency> external </project-build-dependency> 41 <project-build-dependency> sal </project-build-dependency> 42 <project-build-dependency> cppu </project-build-dependency> 43 <project-build-dependency> cppuhelper </project-build-dependency> 44 <project-build-dependency> ucbhelper </project-build-dependency> 45 46 <runtime-module-dependency> sal3 </runtime-module-dependency> 47 <runtime-module-dependency> cppu3 </runtime-module-dependency> 48 <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency> 49 <runtime-module-dependency> ucbhelper4$(COM) </runtime-module-dependency> 50 51 <type> com.sun.star.beans.PropertyAttribute </type> 52 <type> com.sun.star.beans.PropertyValue </type> 53 <type> com.sun.star.beans.XPropertiesChangeNotifier </type> 54 <type> com.sun.star.beans.XPropertyAccess </type> 55 <type> com.sun.star.beans.XPropertyContainer </type> 56 <type> com.sun.star.beans.XPropertySetInfoChangeNotifier </type> 57 <type> com.sun.star.container.XChild </type> 58 <type> com.sun.star.container.XNameAccess </type> 59 <type> com.sun.star.io.XActiveDataSink </type> 60 <type> com.sun.star.io.XInputStream </type> 61 <type> com.sun.star.io.XOutputStream </type> 62 <type> com.sun.star.io.XSeekable </type> 63 <type> com.sun.star.lang.IllegalAccessException </type> 64 <type> com.sun.star.lang.XComponent </type> 65 <type> com.sun.star.lang.XMultiServiceFactory </type> 66 <type> com.sun.star.lang.XServiceInfo </type> 67 <type> com.sun.star.lang.XSingleServiceFactory </type> 68 <type> com.sun.star.lang.XTypeProvider </type> 69 <type> com.sun.star.registry.XRegistryKey </type> 70 <type> com.sun.star.sdbc.XCloseable </type> 71 <type> com.sun.star.sdbc.XColumnLocate </type> 72 <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type> 73 <type> com.sun.star.sdbc.XRow </type> 74 <type> com.sun.star.ucb.ContentCreationException </type> 75 <type> com.sun.star.ucb.ContentInfoAttribute </type> 76 <type> com.sun.star.ucb.InsertCommandArgument </type> 77 <type> com.sun.star.ucb.MissingInputStreamException </type> 78 <type> com.sun.star.ucb.MissingPropertiesException </type> 79 <type> com.sun.star.ucb.NameClash </type> 80 <type> com.sun.star.ucb.NameClashException </type> 81 <type> com.sun.star.ucb.OpenCommandArgument2 </type> 82 <type> com.sun.star.ucb.OpenMode </type> 83 <type> com.sun.star.ucb.PostCommandArgument2 </type> 84 <type> com.sun.star.ucb.RememberAuthentication </type> 85 <type> com.sun.star.ucb.ResultSetException </type> 86 <type> com.sun.star.ucb.TransferInfo </type> 87 <type> com.sun.star.ucb.XCommandEnvironment </type> 88 <type> com.sun.star.ucb.UnsupportedCommandException </type> 89 <type> com.sun.star.ucb.UnsupportedDataSinkException </type> 90 <type> com.sun.star.ucb.UnsupportedNameClashException </type> 91 <type> com.sun.star.ucb.UnsupportedOpenModeException </type> 92 <type> com.sun.star.ucb.XCommandInfo </type> 93 <type> com.sun.star.ucb.XCommandInfoChangeNotifier </type> 94 <type> com.sun.star.ucb.XCommandProcessor </type> 95 <type> com.sun.star.ucb.XContentAccess </type> 96 <type> com.sun.star.ucb.XContentProvider </type> 97 <type> com.sun.star.ucb.XDynamicResultSet </type> 98 <type> com.sun.star.ucb.XPersistentPropertySet </type> 99 <type> com.sun.star.util.DateTime </type> 100</module-description> 101