update emoji autocorrect entries from po-files
[LibreOffice.git] / scp2 / source / python / module_python.scp
blob358923448994ae57c17e5a3dc746762e632d6b7c
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 #ifndef DISABLE_PYUNO
23 #include "AutoInstall/python"
24 #include "AutoInstall/python_scriptprovider"
26 Module gid_Module_Pyuno
27     PackageInfo = "packinfo_office.txt";
28     ParentID = gid_Module_Root_Brand;
29     Name = "PyUNO";
30     Description = "Python-UNO bridge";
31     Dirs = (gid_Dir_PythonFramework,
32             gid_Dir_PythonFramework_Versions,
33             gid_Dir_PythonFramework_Versions_ver,
34             gid_Dir_PythonFramework_Versions_ver_bin,
35             gid_Dir_PythonFramework_Versions_ver_lib,
36             gid_Dir_PythonFramework_Versions_ver_lib_pkgconfig,
37             gid_Dir_PythonFramework_Versions_ver_lib_pythonver,
38             gid_Dir_PythonFramework_Versions_ver_lib_pythonver_config,
39             gid_Dir_Py_PythonCore,
40             gid_Dir_Py_PythonCore_Bin,
41             gid_Dir_Py_PythonCore_Lib);
42     Files = (auto_python_ALL,
43              gid_File_Pyuno_Rdb,
44              gid_File_Py_Bin_Python,
45              gid_File_Py_Python_Core,
46              gid_File_Py_Python_Bin,
47              gid_File_Lib_Python_So,
48              gid_File_Lib_Python3_So,
49              gid_File_Share_Registry_Pyuno_Xcd);
50     Unixlinks = (gid_Unixlink_Python_Headers,
51                  gid_Unixlink_Python_LibreOfficePython,
52                  gid_Unixlink_Python_Resources,
53                  gid_Unixlink_Python_Versions_Current,
54                  gid_Unixlink_Python_Versions_ver_Headers,
55                  gid_Unixlink_Python_bin_idle,
56                  gid_Unixlink_Python_bin_pydoc,
57                  gid_Unixlink_Python_bin_python,
58                  gid_Unixlink_Python_bin_pythonconfig,
59                  gid_Unixlink_Python_bin_pythonw,
60                  gid_Unixlink_Python_bin_pyvenv,
61                  gid_Unixlink_Python_libpython,
62                  gid_Unixlink_Python_libpython_m,
63                  gid_Unixlink_Python_pkgconfig,
64                  gid_Unixlink_Python_pkgconfig_m,
65                  gid_Unixlink_Python_libpython_config_a,
66                  gid_Unixlink_Python_libpython_config_dylib,
67                  gid_Unixlink_Python_libpython_m_config_a,
68                  gid_Unixlink_Python_libpython_m_config_dylib);
69     Styles = (HIDDEN_ROOT);
70 End
72 Module gid_Module_Script_Provider_For_Python
73     Name = "Script Provider For Python";
74     Description = "Script Provider For Python";
75     PackageInfo = "packinfo_office.txt";
76     ParentID = gid_Module_Root_Brand;
77     Files = (auto_python_scriptprovider_ALL);
78     Default = YES;
79     Styles = (HIDDEN_ROOT);
80 End
82 #endif