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 ucpfile 7 </module-name> 8 9 <component-description> 10 <author> 11 Andreas Bille 12 </author> 13 <name> 14 com.sun.star.comp.ucb.FileProvider 15 </name> 16 <description> 17 This component implements a Content Provider for the Universal 18 Content Broker. It provides access to file system contents. 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.FileContentProvider 29 </supported-service> 30 31 <service-dependency> 32 com.sun.star.config.SpecialConfigManager 33 </service-dependency> 34 <service-dependency> 35 com.sun.star.configuration.ConfigurationAccess 36 </service-dependency> 37 <service-dependency> 38 com.sun.star.configuration.ConfigurationProvider 39 </service-dependency> 40 <service-dependency> 41 com.sun.star.script.Converter 42 </service-dependency> 43 <service-dependency> 44 com.sun.star.ucb.CachedDynamicResultSetStubFactory 45 </service-dependency> 46 <service-dependency> 47 com.sun.star.ucb.Store 48 </service-dependency> 49 </component-description> 50 51 <project-build-dependency> sal </project-build-dependency> 52 <project-build-dependency> cppu </project-build-dependency> 53 <project-build-dependency> cppuhelper </project-build-dependency> 54 <project-build-dependency> ucbhelper </project-build-dependency> 55 56 <runtime-module-dependency> sal3 </runtime-module-dependency> 57 <runtime-module-dependency> cppu3 </runtime-module-dependency> 58 <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency> 59 <runtime-module-dependency> ucbhelper4$(COM) </runtime-module-dependency> 60 61 <type> com.sun.star.beans.Property </type> 62 <type> com.sun.star.beans.PropertyAttribute </type> 63 <type> com.sun.star.beans.PropertySetInfoChange </type> 64 <type> com.sun.star.beans.PropertyState </type> 65 <type> com.sun.star.beans.PropertyValue </type> 66 <type> com.sun.star.beans.XPropertiesChangeNotifier </type> 67 <type> com.sun.star.beans.XPropertyAccess </type> 68 <type> com.sun.star.beans.XPropertyContainer </type> 69 <type> com.sun.star.beans.XPropertySetInfo </type> 70 <type> com.sun.star.beans.XPropertySetInfoChangeNotifier </type> 71 <type> com.sun.star.container.XChild </type> 72 <type> com.sun.star.container.XHierarchicalNameAccess </type> 73 <type> com.sun.star.frame.ConfigManager </type> 74 <type> com.sun.star.io.XActiveDataSink </type> 75 <type> com.sun.star.io.XActiveDataStreamer </type> 76 <type> com.sun.star.io.XSeekable </type> 77 <type> com.sun.star.io.XStream </type> 78 <type> com.sun.star.lang.XMultiServiceFactory </type> 79 <type> com.sun.star.lang.XServiceInfo </type> 80 <type> com.sun.star.lang.XSingleServiceFactory </type> 81 <type> com.sun.star.lang.XTypeProvider </type> 82 <type> com.sun.star.registry.XRegistryKey </type> 83 <type> com.sun.star.script.XTypeConverter </type> 84 <type> com/sun/star/sdbc/ColumnValue </type> 85 <type> com.sun.star.sdbc.XCloseable </type> 86 <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type> 87 <type> com.sun.star.sdbc.XRow </type> 88 <type> com.sun.star.ucb.ContentAction </type> 89 <type> com.sun.star.ucb.ContentInfoAttribute </type> 90 <type> com.sun.star.ucb.FileSystemNotation </type> 91 <type> com.sun.star.ucb.InsertCommandArgument </type> 92 <type> com.sun.star.ucb.InteractiveBadTransferURLException </type> 93 <type> com.sun.star.ucb.ListAction </type> 94 <type> com.sun.star.ucb.NameClash </type> 95 <type> com.sun.star.ucb.NumberedSortingInfo </type> 96 <type> com.sun.star.ucb.OpenCommandArgument2 </type> 97 <type> com.sun.star.ucb.OpenMode </type> 98 <type> com.sun.star.ucb.TransferInfo </type> 99 <type> com.sun.star.ucb.WelcomeDynamicResultSetStruct </type> 100 <type> com.sun.star.ucb.XCachedDynamicResultSetStubFactory </type> 101 <type> com.sun.star.ucb.XCommandInfo </type> 102 <type> com.sun.star.ucb.XCommandProcessor </type> 103 <type> com.sun.star.ucb.XContentAccess </type> 104 <type> com.sun.star.ucb.XContentCreator </type> 105 <type> com.sun.star.ucb.XContentIdentifier </type> 106 <type> com.sun.star.ucb.XContentIdentifierFactory </type> 107 <type> com.sun.star.ucb.XContentProvider </type> 108 <type> com.sun.star.ucb.XDynamicResultSet </type> 109 <type> com.sun.star.ucb.XFileIdentifierConverter </type> 110 <type> com.sun.star.ucb.XPropertySetRegistryFactory </type> 111 <type> com.sun.star.ucb.XSourceInitialization </type> 112 <type> com.sun.star.uno.XWeak </type> 113</module-description> 114