summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-06-20 15:19:06 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-07-16 16:40:09 +0200
commit042bf0982c6da65a5d8845bd9202521f26eb337e (patch)
treeeda5e554890ba5bc06f73d54750bc5baf9ade980 /scp2/source
parentb74cba43b0ae2a35df6a09f72309ccabdc6309c7 (diff)
Setup Firebird installation / scp2 details.
Change-Id: I03393b08db5878b099a2e71b9b515b707a386e3f
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/firebird/file_firebird.scp30
-rw-r--r--scp2/source/firebird/module_firebird.scp33
2 files changed, 63 insertions, 0 deletions
diff --git a/scp2/source/firebird/file_firebird.scp b/scp2/source/firebird/file_firebird.scp
new file mode 100644
index 000000000000..f1e4bc0b5d14
--- /dev/null
+++ b/scp2/source/firebird/file_firebird.scp
@@ -0,0 +1,30 @@
+/*
+ * 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/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+#include "macros.inc"
+
+#ifndef SYSTEM_FIREBIRD
+
+File gid_File_Firebird
+ TXT_FILE_BODY;
+ Dir = gid_Brand_Dir_Program;
+ Name = "firebird.filelist";
+ Styles = (FILELIST,USE_INTERNAL_RIGHTS);
+End
+
+#endif
diff --git a/scp2/source/firebird/module_firebird.scp b/scp2/source/firebird/module_firebird.scp
new file mode 100644
index 000000000000..586f7dfbd57d
--- /dev/null
+++ b/scp2/source/firebird/module_firebird.scp
@@ -0,0 +1,33 @@
+/*
+ * 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/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+#include "macros.inc"
+
+#ifndef SYSTEM_FIREBIRD
+
+Module gid_Module_Firebird
+ PackageInfo = "packinfo_office.txt";
+ ParentID = gid_Module_Root_Brand;
+ Dirs = ();
+ Files = (gid_File_Lib_Firebird,
+ gid_File_Firebird);
+ Unixlinks = ();
+ Styles = (HIDDEN_ROOT);
+End
+
+#endif \ No newline at end of file