Bump version to 6.0-36
[LibreOffice.git] / scp2 / source / writer / module_writer.scp
blob9a0ed77ac4b8dd9321feeabe40ce732f3bb08626
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/writer"
22 #include "AutoInstall/writer_brand"
24 Module gid_Module_Prg_Wrt
25     MOD_NAME_DESC(MODULE_PRG_WRT);
26     ParentID = gid_Module_Prg;
27     Sortkey = "100";
28     Styles =(APPLICATIONMODULE);
29 End
31 Module gid_Module_Prg_Wrt_Bin
32     PackageInfo = "packinfo_office.txt";
33     MOD_NAME_DESC ( MODULE_PRG_WRT_BIN );
34     ParentID = gid_Module_Prg_Wrt;
35     Sortkey = "100";
36     Default = YES;
37     Styles = (HIDDEN_ROOT);
38     Files = (auto_writer_ALL,
39     gid_File_Share_Registry_Writer_Xcd,
40     gid_File_Tmp_Userinstall_Wrt_Inf);
41 End
43 Module gid_Module_Brand_Prg_Wrt
44     PackageInfo = "packinfo_brand.txt";
45     Name = "gid_Module_Brand_Prg_Wrt";
46     Description = "gid_Module_Brand_Prg_Wrt";
47     ParentID = gid_Module_Prg_Wrt;
48     Sortkey = "100";
49     InstallOrder = "1040";
50     Default = YES;
51     Styles = (HIDDEN_ROOT);
52     Files = (auto_writer_brand_ALL);
53 End
55 Module gid_Module_Langpack_Writer_Template
56     ParentID = gid_Module_Prg_Wrt_Bin;
57     Name = "gid_Module_Langpack_Writer_Template";
58     Description = "gid_Module_Langpack_Writer_Template";
59     Styles = (TEMPLATEMODULE);
60     Files = ();
61 End
63 Module gid_Module_Prg_Wrt_MSO_Reg
64     ParentID = gid_Module_Prg_Wrt;
65     Name = "gid_Module_Prg_Wrt_MSO_Reg";
66     Description = "gid_Module_Prg_Wrt_MSO_Reg";
67     Styles = (HIDDEN_ROOT);
68     Default = YES;
69 End
71 Module gid_Module_Prg_Wrt_Other_Reg
72     ParentID = gid_Module_Prg_Wrt;
73     Name = "gid_Module_Prg_Wrt_Other_Reg";
74     Description = "gid_Module_Prg_Wrt_Other_Reg";
75     Styles = (HIDDEN_ROOT);
76     Default = YES;
77 End
79 #include "alllangmodules_writer.inc"