xref: /aoo41x/main/fileaccess/source/fileacc.xml (revision cdf0e10c)
1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3*cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
4*cdf0e10cSrcweir    <module-name>
5*cdf0e10cSrcweir    fileacc
6*cdf0e10cSrcweir    </module-name>
7*cdf0e10cSrcweir
8*cdf0e10cSrcweir    <component-description>
9*cdf0e10cSrcweir        <author>
10*cdf0e10cSrcweir            Andreas Bregas
11*cdf0e10cSrcweir        </author>
12*cdf0e10cSrcweir        <name>
13*cdf0e10cSrcweir            com.sun.star.comp.ucb.SimpleFileAccess
14*cdf0e10cSrcweir        </name>
15*cdf0e10cSrcweir        <description>
16*cdf0e10cSrcweir            This component provides a simple set of methods to access content that
17*cdf0e10cSrcweir            is provided by the Universal Content Broker (i.e. file system contents).
18*cdf0e10cSrcweir        </description>
19*cdf0e10cSrcweir        <loader-name>
20*cdf0e10cSrcweir            com.sun.star.loader.SharedLibrary
21*cdf0e10cSrcweir        </loader-name>
22*cdf0e10cSrcweir        <language>
23*cdf0e10cSrcweir            c++
24*cdf0e10cSrcweir        </language>
25*cdf0e10cSrcweir        <status value="final"/>
26*cdf0e10cSrcweir        <supported-service>
27*cdf0e10cSrcweir            com.sun.star.ucb.SimpleFileAccess
28*cdf0e10cSrcweir        </supported-service>
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir        <type> com.sun.star.beans.Property                   </type>
31*cdf0e10cSrcweir        <type> com.sun.star.io.XActiveDataSink               </type>
32*cdf0e10cSrcweir        <type> com.sun.star.io.XActiveDataSource             </type>
33*cdf0e10cSrcweir        <type> com.sun.star.io.XActiveDataStreamer           </type>
34*cdf0e10cSrcweir        <type> com.sun.star.sdbc.XResultSet                  </type>
35*cdf0e10cSrcweir        <type> com.sun.star.ucb.CommandFailedException       </type>
36*cdf0e10cSrcweir        <type> com.sun.star.ucb.ContentInfo                  </type>
37*cdf0e10cSrcweir        <type> com.sun.star.ucb.ContentInfoAttribute         </type>
38*cdf0e10cSrcweir        <type> com.sun.star.ucb.InsertCommandArgument        </type>
39*cdf0e10cSrcweir        <type> com.sun.star.ucb.InteractiveIOException       </type>
40*cdf0e10cSrcweir        <type> com.sun.star.ucb.NameClash                    </type>
41*cdf0e10cSrcweir        <type> com.sun.star.ucb.OpenCommandArgument2         </type>
42*cdf0e10cSrcweir        <type> com.sun.star.ucb.OpenMode                     </type>
43*cdf0e10cSrcweir        <type> com.sun.star.ucb.XCommandEnvironment          </type>
44*cdf0e10cSrcweir        <type> com.sun.star.ucb.XContentAccess               </type>
45*cdf0e10cSrcweir        <type> com.sun.star.ucb.XContentCreator              </type>
46*cdf0e10cSrcweir        <type> com.sun.star.ucb.XSimpleFileAccess3           </type>
47*cdf0e10cSrcweir    </component-description>
48*cdf0e10cSrcweir
49*cdf0e10cSrcweir    <project-build-dependency> cppuhelper       </project-build-dependency>
50*cdf0e10cSrcweir    <project-build-dependency> ucbhelper        </project-build-dependency>
51*cdf0e10cSrcweir    <project-build-dependency> tools            </project-build-dependency>
52*cdf0e10cSrcweir    <project-build-dependency> cppu             </project-build-dependency>
53*cdf0e10cSrcweir    <project-build-dependency> vos              </project-build-dependency>
54*cdf0e10cSrcweir    <project-build-dependency> sal              </project-build-dependency>
55*cdf0e10cSrcweir
56*cdf0e10cSrcweir    <runtime-module-dependency> cppuhelper$(COM) </runtime-module-dependency>
57*cdf0e10cSrcweir    <runtime-module-dependency> ucbhelper1MSC    </runtime-module-dependency>
58*cdf0e10cSrcweir    <runtime-module-dependency> cppu3            </runtime-module-dependency>
59*cdf0e10cSrcweir    <runtime-module-dependency> vos2$(COM)       </runtime-module-dependency>
60*cdf0e10cSrcweir    <runtime-module-dependency> sal3             </runtime-module-dependency>
61*cdf0e10cSrcweir    <runtime-module-dependency> tl               </runtime-module-dependency>
62*cdf0e10cSrcweir</module-description>
63