2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
23 File gid_File_scriptproviderforpython
26 Name = "scriptproviderforpython.filelist";
27 Styles = (FILELIST, PACKED);
30 File gid_File_Lib_Pyuno
33 Name = STRING(CONCAT2(libpyuno,UNXSUFFIX));
35 #ifdef MSVC_PKG_DEBUG_RUNTIME
39 #endif // MSVC_PKG_DEBUG_RUNTIME
41 Dir = gid_Brand_Dir_Program;
45 STD_LIB_FILE( gid_File_Lib_Pythonloader, pythonloader )
47 File gid_File_Py_Unohelper
49 Dir = gid_Brand_Dir_Program;
50 Name = "pyuno/unohelper.py";
56 Dir = gid_Brand_Dir_Program;
57 Name = "pyuno/uno.py";
61 File gid_File_Py_Pythonloader
63 Dir = gid_Brand_Dir_Program;
64 Name = "pyuno/pythonloader.py";
69 File gid_File_Py_Bin_Python
71 Name = EXENAME(pyuno/python);
72 Dir = gid_Brand_Dir_Program;
77 Directory gid_Dir_Py_PythonCore
78 ParentID = gid_Brand_Dir_Program;
79 HostName = STRING(CONCAT2(python-core-,PYVERSION));
82 Directory gid_Dir_Py_PythonCore_Lib
83 ParentID = gid_Dir_Py_PythonCore;
88 File gid_File_Py_Python_Core
91 Name = "python3.filelist";
92 Styles = (FILELIST,USE_INTERNAL_RIGHTS);
96 Directory gid_Dir_Py_PythonCore_Bin
97 ParentID = gid_Dir_Py_PythonCore;
102 #endif // SYSTEM_PYTHON
104 //Scripting Framework Python example scripts
106 File gid_File_Scripts_Python
110 Name = "scripting_ScriptsPython.filelist";
113 // Scripting Framework Python configuration settings
115 File gid_File_Share_Registry_Pyuno_Xcd
118 Dir = gid_Brand_Dir_Share_Registry;
124 // pyuno.so even on Mac OS X, because it is a python module
128 Dir = gid_Brand_Dir_Program;
134 #ifdef MINGW_SYSTEM_PYTHON
136 // python_wrapper.exe
137 File gid_File_Py_Bin_Python
139 Name = EXENAME(pyuno/python);
140 Dir = gid_Brand_Dir_Program;
144 Directory gid_Dir_Py_PythonCore
145 ParentID = gid_Brand_Dir_Program;
146 HostName = STRING(CONCAT2(python-core-,PYVERSION));
149 Directory gid_Dir_Py_PythonCore_Lib
150 ParentID = gid_Dir_Py_PythonCore;
154 File gid_File_Py_Python_Core
156 Dir = gid_Dir_Py_PythonCore_Lib;
157 Name = STRING(CONCAT3(python-core-,PYVERSION,.zip));
161 Directory gid_Dir_Py_PythonCore_Bin
162 ParentID = gid_Dir_Py_PythonCore;
166 File gid_File_Py_Python_Bin
168 Dir = gid_Dir_Py_PythonCore_Bin;
169 Name = EXENAME(python);
174 #endif //MINGW_SYSTEM_PYTHON