1#*************************************************************** 2# Licensed to the Apache Software Foundation (ASF) under one 3# or more contributor license agreements. See the NOTICE file 4# distributed with this work for additional information 5# regarding copyright ownership. The ASF licenses this file 6# to you under the Apache License, Version 2.0 (the 7# "License"); you may not use this file except in compliance 8# with the License. You may obtain a copy of the License at 9# 10# http://www.apache.org/licenses/LICENSE-2.0 11# 12# Unless required by applicable law or agreed to in writing, 13# software distributed under the License is distributed on an 14# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15# KIND, either express or implied. See the License for the 16# specific language governing permissions and limitations 17# under the License. 18#*************************************************************** 19 20$(eval $(call gb_Configuration_Configuration,connectivity,SRCDIR)) 21 22$(call gb_Configuration_add_schemas,connectivity,connectivity/registry,\ 23 org/openoffice/Office/DataAccess/adabas.xcs \ 24 org/openoffice/Office/DataAccess/ado.xcs \ 25 org/openoffice/Office/DataAccess/calc.xcs \ 26 org/openoffice/Office/DataAccess/dbase.xcs \ 27 org/openoffice/Office/DataAccess/evoab2.xcs \ 28 org/openoffice/Office/DataAccess/flat.xcs \ 29 org/openoffice/Office/DataAccess/hsqldb.xcs \ 30 org/openoffice/Office/DataAccess/jdbc.xcs \ 31 org/openoffice/Office/DataAccess/macab.xcs \ 32 org/openoffice/Office/DataAccess/mysql.xcs \ 33 org/openoffice/Office/DataAccess/odbc.xcs \ 34 org/openoffice/Office/DataAccess/sdbc_jdbc.xcs \ 35 org/openoffice/Office/DataAccess/sdbc_postgresql.xcs \ 36) 37 38$(call gb_Configuration_add_datas,connectivity,connectivity/registry,\ 39 org/openoffice/Office/DataAccess/adabas.xcu \ 40 org/openoffice/Office/DataAccess/ado.xcu \ 41 org/openoffice/Office/DataAccess/calc.xcu \ 42 org/openoffice/Office/DataAccess/dbase.xcu \ 43 org/openoffice/Office/DataAccess/evoab2.xcu \ 44 org/openoffice/Office/DataAccess/flat.xcu \ 45 org/openoffice/Office/DataAccess/hsqldb.xcu \ 46 org/openoffice/Office/DataAccess/jdbc.xcu \ 47 org/openoffice/Office/DataAccess/macab.xcu \ 48 org/openoffice/Office/DataAccess/mysql.xcu \ 49 org/openoffice/Office/DataAccess/odbc.xcu \ 50 org/openoffice/Office/DataAccess/sdbc_jdbc.xcu \ 51 org/openoffice/Office/DataAccess/sdbc_postgresql.xcu \ 52) 53 54$(call gb_Configuration_add_localized_datas,connectivity,connectivity/registry,\ 55 org/openoffice/Office/DataAccess/adabas.xcu \ 56 org/openoffice/Office/DataAccess/ado.xcu \ 57 org/openoffice/Office/DataAccess/calc.xcu \ 58 org/openoffice/Office/DataAccess/dbase.xcu \ 59 org/openoffice/Office/DataAccess/evoab2.xcu \ 60 org/openoffice/Office/DataAccess/flat.xcu \ 61 org/openoffice/Office/DataAccess/hsqldb.xcu \ 62 org/openoffice/Office/DataAccess/jdbc.xcu \ 63 org/openoffice/Office/DataAccess/macab.xcu \ 64 org/openoffice/Office/DataAccess/mysql.xcu \ 65 org/openoffice/Office/DataAccess/odbc.xcu \ 66 org/openoffice/Office/DataAccess/sdbc_jdbc.xcu \ 67 org/openoffice/Office/DataAccess/sdbc_postgresql.xcu \ 68) 69