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 ucpftp 7 </module-name> 8 9 <component-description> 10 <author> 11 Andreas Bille 12 </author> 13 <name> 14 com.sun.star.comp.ucb.FTPContentProvider 15 </name> 16 <description> 17 This component implements a Content Provider for the Universal 18 Content Broker. It provides access to ftp servers. 19 </description> 20 <loader-name> 21 com.sun.star.loader.SharedLibrary 22 </loader-name> 23 <language> 24 c++ 25 </language> 26 <status value="final"/> 27 <supported-service> 28 com.sun.star.ucb.FTPContentProvider 29 </supported-service> 30 </component-description> 31 32 <project-build-dependency> sal </project-build-dependency> 33 <project-build-dependency> cppu </project-build-dependency> 34 <project-build-dependency> cppuhelper </project-build-dependency> 35 <project-build-dependency> ucbhelper </project-build-dependency> 36 <project-build-dependency> curl </project-build-dependency> 37 38 <runtime-module-dependency> sal3 </runtime-module-dependency> 39 <runtime-module-dependency> cppu3 </runtime-module-dependency> 40 <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency> 41 <runtime-module-dependency> ucbhelper4$(COM) </runtime-module-dependency> 42 <runtime-module-dependency> curl </runtime-module-dependency> 43 44 <type> com.sun.star.beans.UnknownPropertyException </type> 45 <type> com.sun.star.beans.Property </type> 46 <type> com.sun.star.beans.PropertyValue </type> 47 <type> com.sun.star.beans.PropertyAttribute </type> 48 <type> com.sun.star.beans.XPropertySet </type> 49 <type> com.sun.star.io.XSeekable </type> 50 <type> com.sun.star.io.XActiveDataSink </type> 51 <type> com.sun.star.io.XInputStream </type> 52 <type> com.sun.star.io.XOutputStream </type> 53 <type> com.sun.star.io.XActiveDataStreamer </type> 54 <type> com.sun.star.lang.XMultiServiceFactory </type> 55 <type> com.sun.star.lang.IllegalAccessException </type> 56 <type> com.sun.star.lang.XTypeProvider </type> 57 <type> com.sun.star.lang.XComponent </type> 58 <type> com.sun.star.ucb.ContentInfoAttribute </type> 59 <type> com.sun.star.ucb.UnsupportedDataSinkException </type> 60 <type> com.sun.star.ucb.OpenCommandArgument2 </type> 61 <type> com.sun.star.ucb.UnsupportedOpenModeException </type> 62 <type> com.sun.star.ucb.InteractiveNetworkConnectException </type> 63 <type> com.sun.star.ucb.InteractiveNetworkResolveNameException </type> 64 <type> com.sun.star.ucb.InteractiveIOException </type> 65 <type> com.sun.star.ucb.MissingPropertiesException </type> 66 <type> com.sun.star.ucb.MissingInputStreamException </type> 67 <type> com.sun.star.ucb.NameClashException </type> 68 <type> com.sun.star.ucb.NumberedSortingInfo </type> 69 <type> com.sun.star.ucb.OpenMode </type> 70 <type> com.sun.star.ucb.IOErrorCode </type> 71 <type> com.sun.star.ucb.InsertCommandArgument </type> 72 <type> com.sun.star.ucb.ListActionType </type> 73 <type> com.sun.star.ucb.XContentCreator </type> 74 <type> com.sun.star.ucb.XContentProvider </type> 75 <type> com.sun.star.ucb.XContentProviderManager </type> 76 <type> com.sun.star.ucb.XCommandInfo </type> 77 <type> com.sun.star.ucb.CommandInfo </type> 78 <type> com.sun.star.ucb.XContentAccess </type> 79 <type> com.sun.star.ucb.Command </type> 80 <type> com.sun.star.ucb.XCommandEnvironment </type> 81 <type> com.sun.star.ucb.XCommandProcessor </type> 82 <type> com.sun.star.ucb.XContentIdentifier </type> 83 <type> com.sun.star.ucb.XSourceInitialization </type> 84 <type> com.sun.star.util.DateTime </type> 85 <type> com.sun.star.sdbc.XResultSet </type> 86 <type> com.sun.star.sdbc.XRow </type> 87 <type> com.sun.star.sdbc.XCloseable </type> 88 <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type> 89</module-description> 90