android: Update app-specific/MIME type icons
[LibreOffice.git] / scp2 / source / extensions / file_extensions.scp
blob4f7859695af389e627a6c16ab23f2bae11cee159
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "macros.inc"
21 /* *** Additional Extensions *** */
23 #ifdef WITH_EXTENSION_INTEGRATION
25 /* ** MediaWiki Publisher** */
27 #ifndef WITHOUT_EXTENSION_MEDIAWIKI
29 File gid_File_Oxt_MediaWiki
30     TXT_FILE_BODY;
31     Styles = (PACKED, FILELIST);
32     Dir = FILELIST_DIR;
33     Name = "Extension/wiki-publisher.filelist";
34 End
36 #endif
38 /* ** NLPSolver ** */
40 #ifdef WITH_EXTENSION_NLPSOLVER
42 File gid_File_Oxt_NLPSolver
43     TXT_FILE_BODY;
44     Styles = (PACKED, FILELIST);
45     Dir = FILELIST_DIR;
46     Name = "Extension/nlpsolver.filelist";
47 End
49 #endif
51 /* ** Script provider for BeanShell ** */
53 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_BEANSHELL
55 File gid_File_Rdb_Scriptproviderforbeanshell
56     TXT_FILE_BODY;
57     Name = "scriptproviderforbeanshell.rdb";
58     Dir = gid_Brand_Dir_Program_Services;
59     Styles = (PACKED);
60 End
62 #endif
64 /* ** Script provider for JavaScript ** */
66 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_JAVASCRIPT
68 File gid_File_Rdb_Scriptproviderforjavascript
69     TXT_FILE_BODY;
70     Name = "scriptproviderforjavascript.rdb";
71     Dir = gid_Brand_Dir_Program_Services;
72     Styles = (PACKED);
73 End
75 #endif
77 #endif