1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> 3<!--*********************************************************** 4 * 5 * Licensed to the Apache Software Foundation (ASF) under one 6 * or more contributor license agreements. See the NOTICE file 7 * distributed with this work for additional information 8 * regarding copyright ownership. The ASF licenses this file 9 * to you under the Apache License, Version 2.0 (the 10 * "License"); you may not use this file except in compliance 11 * with the License. You may obtain a copy of the License at 12 * 13 * http://www.apache.org/licenses/LICENSE-2.0 14 * 15 * Unless required by applicable law or agreed to in writing, 16 * software distributed under the License is distributed on an 17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18 * KIND, either express or implied. See the License for the 19 * specific language governing permissions and limitations 20 * under the License. 21 * 22 ***********************************************************--> 23 24 25<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 26 <module-name> 27 fileacc 28 </module-name> 29 30 <component-description> 31 <author> 32 Andreas Bregas 33 </author> 34 <name> 35 com.sun.star.comp.ucb.SimpleFileAccess 36 </name> 37 <description> 38 This component provides a simple set of methods to access content that 39 is provided by the Universal Content Broker (i.e. file system contents). 40 </description> 41 <loader-name> 42 com.sun.star.loader.SharedLibrary 43 </loader-name> 44 <language> 45 c++ 46 </language> 47 <status value="final"/> 48 <supported-service> 49 com.sun.star.ucb.SimpleFileAccess 50 </supported-service> 51 52 <type> com.sun.star.beans.Property </type> 53 <type> com.sun.star.io.XActiveDataSink </type> 54 <type> com.sun.star.io.XActiveDataSource </type> 55 <type> com.sun.star.io.XActiveDataStreamer </type> 56 <type> com.sun.star.sdbc.XResultSet </type> 57 <type> com.sun.star.ucb.CommandFailedException </type> 58 <type> com.sun.star.ucb.ContentInfo </type> 59 <type> com.sun.star.ucb.ContentInfoAttribute </type> 60 <type> com.sun.star.ucb.InsertCommandArgument </type> 61 <type> com.sun.star.ucb.InteractiveIOException </type> 62 <type> com.sun.star.ucb.NameClash </type> 63 <type> com.sun.star.ucb.OpenCommandArgument2 </type> 64 <type> com.sun.star.ucb.OpenMode </type> 65 <type> com.sun.star.ucb.XCommandEnvironment </type> 66 <type> com.sun.star.ucb.XContentAccess </type> 67 <type> com.sun.star.ucb.XContentCreator </type> 68 <type> com.sun.star.ucb.XSimpleFileAccess3 </type> 69 </component-description> 70 71 <project-build-dependency> cppuhelper </project-build-dependency> 72 <project-build-dependency> ucbhelper </project-build-dependency> 73 <project-build-dependency> tools </project-build-dependency> 74 <project-build-dependency> cppu </project-build-dependency> 75 <project-build-dependency> vos </project-build-dependency> 76 <project-build-dependency> sal </project-build-dependency> 77 78 <runtime-module-dependency> cppuhelper$(COM) </runtime-module-dependency> 79 <runtime-module-dependency> ucbhelper1MSC </runtime-module-dependency> 80 <runtime-module-dependency> cppu3 </runtime-module-dependency> 81 <runtime-module-dependency> vos2$(COM) </runtime-module-dependency> 82 <runtime-module-dependency> sal3 </runtime-module-dependency> 83 <runtime-module-dependency> tl </runtime-module-dependency> 84</module-description> 85