2013-05-10 18:21:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
* This file is part of the LibreOffice project.
|
|
|
|
*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*
|
|
|
|
-->
|
|
|
|
|
2013-12-17 11:05:35 +01:00
|
|
|
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
|
|
|
|
prefix="firebird_sdbc" xmlns="http://openoffice.org/2010/uno-components">
|
2013-07-15 21:11:22 +02:00
|
|
|
<implementation name="com.sun.star.comp.sdbc.firebird.Driver">
|
2013-05-10 18:21:30 +00:00
|
|
|
<service name="com.sun.star.sdbc.Driver"/>
|
2017-02-19 12:46:42 +01:00
|
|
|
<service name="com.sun.star.sdbcx.Driver"/>
|
2013-05-10 18:21:30 +00:00
|
|
|
</implementation>
|
|
|
|
</component>
|
2013-07-15 21:11:22 +02:00
|
|
|
|