Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / scp2 / source / draw / module_draw.scp
blob87375797e1c6e411807a90e4e91e7108923bbbe5
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 #include "AutoInstall/draw_brand"
23 Module gid_Module_Prg_Draw
24     MOD_NAME_DESC ( MODULE_PRG_DRAW );
25     ParentID = gid_Module_Prg;
26     Sortkey = "300";
27     Styles =(APPLICATIONMODULE);
28 End
30 Module gid_Module_Prg_Draw_Bin
31     PackageInfo = "packinfo_office.txt";
32     MOD_NAME_DESC ( MODULE_PRG_DRAW_BIN );
33     ParentID = gid_Module_Prg_Draw;
34     Sortkey = "100";
35     Default = YES;
36     Styles = (HIDDEN_ROOT);
37     Files = (gid_File_Extra_Urldesktop_Draw,gid_File_Extra_Urlnew_Draw,gid_File_Extra_Urlstart_Draw,gid_File_Extra_Urltasks_Draw,
38     gid_File_Share_Registry_Draw_Xcd,
39     gid_File_Tmp_Userinstall_Draw_Inf);
40 End
42 Module gid_Module_Brand_Prg_Draw
43     PackageInfo = "packinfo_brand.txt";
44     Name = "gid_Module_Brand_Prg_Draw";
45     Description = "gid_Module_Brand_Prg_Draw";
46     ParentID = gid_Module_Prg_Draw;
47     Sortkey = "100";
48     InstallOrder = "1040";
49     Default = YES;
50     Styles = (HIDDEN_ROOT);
51     Files = (auto_draw_brand_ALL);
52 End
54 Module gid_Module_Langpack_Draw_Template
55     ParentID = gid_Module_Prg_Draw_Bin;
56     Name = "gid_Module_Langpack_Draw_Template";
57     Description = "gid_Module_Langpack_Draw_Template";
58     Styles = (TEMPLATEMODULE);
59     Files = ();
60 End
62 Module gid_Module_Prg_Draw_MSO_Reg
63     ParentID = gid_Module_Prg_Draw;
64     Name = "gid_Module_Prg_Draw_MSO_Reg";
65     Description = "gid_Module_Prg_Draw_MSO_Reg";
66     Styles = (HIDDEN_ROOT);
67     Default = YES;
68 End
70 Module gid_Module_Prg_Draw_Other_Reg
71     ParentID = gid_Module_Prg_Draw;
72     Name = "gid_Module_Prg_Draw_Other_Reg";
73     Description = "gid_Module_Prg_Draw_Other_Reg";
74     Styles = (HIDDEN_ROOT);
75     Default = YES;
76 End
78 #include "alllangmodules_draw.inc"