1<?xml version='1.0' encoding="UTF-8"?> 2<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//W3C//DTD HTML 3.2//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<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 24 <module-name> macab1 </module-name> 25 <component-description> 26 <Author>Omer bar-or</Author> 27 <Name>com.sun.star.comp.sdbc.macab.Driver</Name> 28 <description>This library implements the database driver for Mac OS address book formats.</description> 29 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 30 <language>c++</language> 31 <status value="alpha"/> 32 <supported-service>com.sun.star.sdbc.Driver</supported-service> 33 <service-dependency> ... </service-dependency> 34 </component-description> 35 <project-build-dependency> cppuhelper </project-build-dependency> 36 <project-build-dependency> cppu </project-build-dependency> 37 <project-build-dependency> sal </project-build-dependency> 38 <project-build-dependency> vos </project-build-dependency> 39 40 <runtime-module-dependency> cppuhelper </runtime-module-dependency> 41 <runtime-module-dependency> cppu1 </runtime-module-dependency> 42 <runtime-module-dependency> sal1 </runtime-module-dependency> 43 <runtime-module-dependency> vos </runtime-module-dependency> 44 45 <type> com.sun.star.registry.XRegistryKey </type> 46 <type> com.sun.star.util.XCancellable </type> 47 <type> com.sun.star.util.XNumberFormatter </type> 48 <type> com.sun.star.uno.TypeClass </type> 49 <type> com.sun.star.uno.XWeak </type> 50 <type> com.sun.star.uno.XAggregation </type> 51 <type> com.sun.star.uno.XComponentContext </type> 52 <type> com.sun.star.beans.PropertyAttribute </type> 53 <type> com.sun.star.beans.XPropertyState </type> 54 <type> com.sun.star.beans.XPropertySet </type> 55 <type> com.sun.star.beans.PropertyValue </type> 56 <type> com.sun.star.beans.XMultiPropertySet </type> 57 <type> com.sun.star.beans.XFastPropertySet </type> 58 <type> com.sun.star.lang.XSingleServiceFactory </type> 59 <type> com.sun.star.lang.XTypeProvider </type> 60 <type> com.sun.star.lang.XSingleComponentFactory </type> 61 <type> com.sun.star.lang.EventObject </type> 62 <type> com.sun.star.lang.XComponent </type> 63 <type> com.sun.star.lang.IllegalArgumentException </type> 64 <type> com.sun.star.lang.DisposedException </type> 65 <type> com.sun.star.lang.XMultiServiceFactory </type> 66 <type> com.sun.star.lang.XServiceInfo </type> 67 <type> com.sun.star.lang.XUnoTunnel </type> 68 <type> com.sun.star.java.XJavaThreadRegister_11 </type> 69 <type> com.sun.star.java.XJavaVM </type> 70 <type> com.sun.star.sdbc.FetchDirection </type> 71 <type> com.sun.star.sdbc.XConnection </type> 72 <type> com.sun.star.sdbc.XStatement </type> 73 <type> com.sun.star.sdbc.XResultSet </type> 74 <type> com.sun.star.sdbc.XResultSetMetaDataSupplier</type> 75 <type> com.sun.star.sdbc.XColumnLocate </type> 76 <type> com.sun.star.sdbc.XResultSetUpdate </type> 77 <type> com.sun.star.sdbc.XWarningsSupplier </type> 78 <type> com.sun.star.sdbc.XRowUpdate </type> 79 <type> com.sun.star.sdbc.XMultipleResults </type> 80 <type> com.sun.star.sdbc.XBatchExecution </type> 81 <type> com.sun.star.sdbc.XPreparedBatchExecution </type> 82 <type> com.sun.star.sdbc.XParameters </type> 83 <type> com.sun.star.sdbc.XOutParameters </type> 84 <type> com.sun.star.sdbc.DriverPropertyInfo </type> 85 <type> com.sun.star.sdbc.SQLWarning </type> 86 <type> com.sun.star.sdbc.XRow </type> 87 <type> com.sun.star.sdbc.ColumnSearch </type> 88 <type> com.sun.star.sdbc.ColumnValue </type> 89 <type> com.sun.star.sdbc.DataType </type> 90 <type> com.sun.star.sdbc.XDriver </type> 91 <type> com.sun.star.sdbc.TransactionIsolation </type> 92 <type> com.sun.star.sdbc.ResultSetType </type> 93 <type> com.sun.star.sdbc.ResultSetConcurrency </type> 94 <type> com.sun.star.sdbcx.XRowLocate </type> 95 <type> com.sun.star.sdbcx.XDeleteRows </type> 96 <type> com.sun.star.sdbcx.CompareBookmark </type> 97 <type> com.sun.star.sdb.XColumnUpdate </type> 98 <type> com.sun.star.sdb.XColumn </type> 99</module-description> 100