xref: /trunk/main/connectivity/source/drivers/file/file.xml (revision b3b486c6f12b7baba6a5d71c7012f6454f487e5a)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir<!DOCTYPE module-description PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd">
310544477SAndre Fischer<!--***********************************************************
410544477SAndre Fischer *
510544477SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
610544477SAndre Fischer * or more contributor license agreements.  See the NOTICE file
710544477SAndre Fischer * distributed with this work for additional information
810544477SAndre Fischer * regarding copyright ownership.  The ASF licenses this file
910544477SAndre Fischer * to you under the Apache License, Version 2.0 (the
1010544477SAndre Fischer * "License"); you may not use this file except in compliance
1110544477SAndre Fischer * with the License.  You may obtain a copy of the License at
1210544477SAndre Fischer *
1310544477SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
1410544477SAndre Fischer *
1510544477SAndre Fischer * Unless required by applicable law or agreed to in writing,
1610544477SAndre Fischer * software distributed under the License is distributed on an
1710544477SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1810544477SAndre Fischer * KIND, either express or implied.  See the License for the
1910544477SAndre Fischer * specific language governing permissions and limitations
2010544477SAndre Fischer * under the License.
2110544477SAndre Fischer *
2210544477SAndre Fischer ***********************************************************-->
23cdf0e10cSrcweir<module-description>
24cdf0e10cSrcweir    <module-name>file</module-name>
25cdf0e10cSrcweir    <component-description>
26cdf0e10cSrcweir        <author>Ocke Jannsen</author>
27cdf0e10cSrcweir        <name>com.sun.star.sdbc.driver.file.Driver</name>
28*67f7bfb1SJohn Bampton        <description>This library implements basic functionality for file-base drivers.
29cdf0e10cSrcweir</description>
30cdf0e10cSrcweir        <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
31cdf0e10cSrcweir        <language>c++</language>
32cdf0e10cSrcweir        <status value="final"/>
33cdf0e10cSrcweir        <supported-service>com.sun.star.sdbc.Driver</supported-service>
34cdf0e10cSrcweir        <supported-service>com.sun.star.sdbcx.Driver</supported-service>
35cdf0e10cSrcweir        <service-dependency>    ... </service-dependency>
36cdf0e10cSrcweir    </component-description>
37cdf0e10cSrcweir    <project-build-dependency>cppuhelper</project-build-dependency>
38cdf0e10cSrcweir    <project-build-dependency>cppu</project-build-dependency>
39cdf0e10cSrcweir    <project-build-dependency>sal</project-build-dependency>
40cdf0e10cSrcweir    <project-build-dependency>vos</project-build-dependency>
41cdf0e10cSrcweir    <runtime-module-dependency>cppuhelper</runtime-module-dependency>
42cdf0e10cSrcweir    <runtime-module-dependency>cppu</runtime-module-dependency>
43cdf0e10cSrcweir    <runtime-module-dependency>sal</runtime-module-dependency>
44cdf0e10cSrcweir    <runtime-module-dependency>vos</runtime-module-dependency>
45cdf0e10cSrcweir    <runtime-module-dependency>osl</runtime-module-dependency>
46cdf0e10cSrcweir    <runtime-module-dependency>svtools-light1</runtime-module-dependency>
47cdf0e10cSrcweir    <runtime-module-dependency>svtools</runtime-module-dependency>
48cdf0e10cSrcweir    <runtime-module-dependency>ucbhelper</runtime-module-dependency>
49cdf0e10cSrcweir    <runtime-module-dependency>dbtools</runtime-module-dependency>
50cdf0e10cSrcweir    <runtime-module-dependency>unotools</runtime-module-dependency>
51cdf0e10cSrcweir    <runtime-module-dependency>comphelper</runtime-module-dependency>
52cdf0e10cSrcweir</module-description>
53