1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "macros.inc"
25
26Module gid_Module_Prg_Wrt
27    MOD_NAME_DESC(MODULE_PRG_WRT);
28    ParentID = gid_Module_Prg;
29    Sortkey = "100";
30    Styles =(APPLICATIONMODULE);
31End
32
33Module gid_Module_Prg_Wrt_Bin
34    PackageInfo = "packinfo_office.txt";
35    MOD_NAME_DESC ( MODULE_PRG_WRT_BIN );
36    ParentID = gid_Module_Prg_Wrt;
37    Sortkey = "100";
38    Minimal = YES;
39    Default = YES;
40    Styles = (HIDDEN_ROOT);
41    Files = (gid_File_Bin_Cde_Sagenda,gid_File_Bin_Cde_Sfax,gid_File_Bin_Cde_Slabel,
42    gid_File_Bin_Cde_Sletter,gid_File_Bin_Cde_Smemo,gid_File_Bin_Cde_Svcard,
43    gid_File_Lib_Swd,
44    gid_File_Lib_Swui,
45    gid_File_Lib_Msword,
46    gid_File_Lib_Wpft,
47    gid_File_Lib_Writerfilter,
48    gid_File_Lib_T602Filter,
49    gid_File_Share_Config_Sofficecfg_Writer_Menubar_Xml,
50    gid_File_Share_Config_Sofficecfg_Writerweb_Menubar_Xml,
51    gid_File_Share_Config_Sofficecfg_Writerglobal_Menubar_Xml,
52    gid_File_Jar_Email,
53    gid_File_Jar_Mail,
54    gid_File_Jar_Activation,
55    gid_File_Share_Registry_Writer_Xcd,
56    gid_File_Tmp_Userinstall_Wrt_Inf);
57End
58
59// Module gid_Module_Prg_Wrt_Help
60//    MOD_NAME_DESC ( MODULE_PRG_WRT_HELP );
61//    ParentID = gid_Module_Prg_Wrt;
62//    Sortkey = "200";
63//    Default = YES;
64//    Minimal = YES;
65//    Files = (gid_File_Help_Swriter_Zip);
66// End
67
68Module gid_Module_Brand_Prg_Wrt
69    PackageInfo = "packinfo_brand.txt";
70    Name = "gid_Module_Brand_Prg_Wrt";
71    Description = "gid_Module_Brand_Prg_Wrt";
72    ParentID = gid_Module_Prg_Wrt;
73    Sortkey = "100";
74    InstallOrder = "1040";
75    Minimal = YES;
76    Default = YES;
77    Styles = (HIDDEN_ROOT);
78    Files = (gid_File_Exe_Swriter,gid_File_Exe_Sweb);
79End
80
81Module gid_Module_Langpack_Writer_Template
82    ParentID = gid_Module_Prg_Wrt_Bin;
83    Name = "gid_Module_Langpack_Writer_Template";
84    Description = "gid_Module_Langpack_Writer_Template";
85    Styles = (TEMPLATEMODULE);
86    Files = (gid_File_Help_Swriter_Zip,
87             gid_File_Res_T602Filter);
88End
89
90Module gid_Module_Prg_Wrt_MSO_Reg
91    ParentID = gid_Module_Prg_Wrt;
92    Name = "gid_Module_Prg_Wrt_MSO_Reg";
93    Description = "gid_Module_Prg_Wrt_MSO_Reg";
94    Styles = (HIDDEN_ROOT);
95    Minimal = YES;
96    Default = YES;
97End
98
99
100#include "alllangmodules_writer.inc"
101
102