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> 5 fileacc 6 </module-name> 7 8 <component-description> 9 <author> 10 Andreas Bregas 11 </author> 12 <name> 13 com.sun.star.comp.ucb.SimpleFileAccess 14 </name> 15 <description> 16 This component provides a simple set of methods to access content that 17 is provided by the Universal Content Broker (i.e. file system contents). 18 </description> 19 <loader-name> 20 com.sun.star.loader.SharedLibrary 21 </loader-name> 22 <language> 23 c++ 24 </language> 25 <status value="final"/> 26 <supported-service> 27 com.sun.star.ucb.SimpleFileAccess 28 </supported-service> 29 30 <type> com.sun.star.beans.Property </type> 31 <type> com.sun.star.io.XActiveDataSink </type> 32 <type> com.sun.star.io.XActiveDataSource </type> 33 <type> com.sun.star.io.XActiveDataStreamer </type> 34 <type> com.sun.star.sdbc.XResultSet </type> 35 <type> com.sun.star.ucb.CommandFailedException </type> 36 <type> com.sun.star.ucb.ContentInfo </type> 37 <type> com.sun.star.ucb.ContentInfoAttribute </type> 38 <type> com.sun.star.ucb.InsertCommandArgument </type> 39 <type> com.sun.star.ucb.InteractiveIOException </type> 40 <type> com.sun.star.ucb.NameClash </type> 41 <type> com.sun.star.ucb.OpenCommandArgument2 </type> 42 <type> com.sun.star.ucb.OpenMode </type> 43 <type> com.sun.star.ucb.XCommandEnvironment </type> 44 <type> com.sun.star.ucb.XContentAccess </type> 45 <type> com.sun.star.ucb.XContentCreator </type> 46 <type> com.sun.star.ucb.XSimpleFileAccess3 </type> 47 </component-description> 48 49 <project-build-dependency> cppuhelper </project-build-dependency> 50 <project-build-dependency> ucbhelper </project-build-dependency> 51 <project-build-dependency> tools </project-build-dependency> 52 <project-build-dependency> cppu </project-build-dependency> 53 <project-build-dependency> vos </project-build-dependency> 54 <project-build-dependency> sal </project-build-dependency> 55 56 <runtime-module-dependency> cppuhelper$(COM) </runtime-module-dependency> 57 <runtime-module-dependency> ucbhelper1MSC </runtime-module-dependency> 58 <runtime-module-dependency> cppu3 </runtime-module-dependency> 59 <runtime-module-dependency> vos2$(COM) </runtime-module-dependency> 60 <runtime-module-dependency> sal3 </runtime-module-dependency> 61 <runtime-module-dependency> tl </runtime-module-dependency> 62</module-description> 63