summaryrefslogtreecommitdiff
path: root/scp2/source/base
diff options
context:
space:
mode:
authorJavier Fernandez <jfernandez@igalia.com>2013-05-10 18:21:30 +0000
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-16 16:40:03 +0200
commitf53228c59a7b539eaf639d6e5e903d0f89d6f5f8 (patch)
tree43245dfefef584e90ad05b559bf8bc5710e1520a /scp2/source/base
parent0706ab4a743f9070c137cd93070bcf112c21f92f (diff)
Firebird: initial implementation of the skeleton driver.
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
Diffstat (limited to 'scp2/source/base')
-rw-r--r--scp2/source/base/firebirdsdbc.scp33
-rw-r--r--scp2/source/base/firebirdsdbc.ulf14
2 files changed, 47 insertions, 0 deletions
diff --git a/scp2/source/base/firebirdsdbc.scp b/scp2/source/base/firebirdsdbc.scp
new file mode 100644
index 000000000000..8ef1bdf4bfd7
--- /dev/null
+++ b/scp2/source/base/firebirdsdbc.scp
@@ -0,0 +1,33 @@
+#include "macros.inc"
+
+#if defined WITH_FIREBIRD_SDBC
+
+Module gid_Module_Optional_FirebirdSdbc
+ PackageInfo = "packinfo_office.txt";
+ MOD_NAME_DESC(MODULE_OPTIONAL_FIREBIRDSDBC);
+ ParentID = gid_Module_Prg_Base_Bin;
+ Files = (gid_File_Lib_FirebirdSdbc,
+ gid_File_FirebirdSdbc_Rdb,
+ gid_File_FirebirdSdbc_Xcd);
+ Minimal = NO;
+ Default = YES;
+ Styles = ();
+End
+
+STD_LIB_FILE(gid_File_Lib_FirebirdSdbc, postgresql-sdbc)
+
+File gid_File_FirebirdSdbc_Rdb
+ TXT_FILE_BODY;
+ Dir = gid_Brand_Dir_Program_Services;
+ Name = "firebird-sdbc.rdb";
+ Styles = (PACKED);
+End
+
+File gid_File_FirebirdSdbc_Xcd
+ TXT_FILE_BODY;
+ Dir = gid_Brand_Dir_Share_Registry;
+ Name = "firebirdsdbc.xcd";
+ Styles = (PACKED);
+End
+
+#endif
diff --git a/scp2/source/base/firebirdsdbc.ulf b/scp2/source/base/firebirdsdbc.ulf
new file mode 100644
index 000000000000..477db352eed3
--- /dev/null
+++ b/scp2/source/base/firebirdsdbc.ulf
@@ -0,0 +1,14 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * 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/.
+ */
+
+[STR_NAME_MODULE_OPTIONAL_EXTENSIONS_FIREBIRDSDBC]
+en-US = "Firebird Connector"
+
+[STR_DESC_MODULE_OPTIONAL_EXTENSIONS_FIREBIRDSDBC]
+en-US = "Firebird Connector"