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_Hwpreader,
44    gid_File_Lib_Swd,
45    gid_File_Lib_Swui,
46    gid_File_Lib_Msword,
47    gid_File_Lib_Wpft,
48    gid_File_Lib_Writerfilter,
49    gid_File_Lib_T602Filter,
50    gid_File_Share_Config_Sofficecfg_Writer_Menubar_Xml,
51    gid_File_Share_Config_Sofficecfg_Writerweb_Menubar_Xml,
52    gid_File_Share_Config_Sofficecfg_Writerglobal_Menubar_Xml,
53    gid_File_Jar_Email,
54    gid_File_Jar_Mail,
55    gid_File_Jar_Activation,
56    gid_File_Share_Registry_Writer_Xcd,
57    gid_File_Tmp_Userinstall_Wrt_Inf);
58End
59
60// Module gid_Module_Prg_Wrt_Help
61//    MOD_NAME_DESC ( MODULE_PRG_WRT_HELP );
62//    ParentID = gid_Module_Prg_Wrt;
63//    Sortkey = "200";
64//    Default = YES;
65//    Minimal = YES;
66//    Files = (gid_File_Help_Swriter_Zip);
67// End
68
69Module gid_Module_Brand_Prg_Wrt
70    PackageInfo = "packinfo_brand.txt";
71    Name = "gid_Module_Brand_Prg_Wrt";
72    Description = "gid_Module_Brand_Prg_Wrt";
73    ParentID = gid_Module_Prg_Wrt;
74    Sortkey = "100";
75    InstallOrder = "1040";
76    Minimal = YES;
77    Default = YES;
78    Styles = (HIDDEN_ROOT);
79    Files = (gid_File_Exe_Swriter,gid_File_Exe_Sweb);
80End
81
82Module gid_Module_Langpack_Writer_Template
83    ParentID = gid_Module_Prg_Wrt_Bin;
84    Name = "gid_Module_Langpack_Writer_Template";
85    Description = "gid_Module_Langpack_Writer_Template";
86    Styles = (TEMPLATEMODULE);
87    Files = (gid_File_Help_Swriter_Zip,
88             gid_File_Res_T602Filter);
89End
90
91Module gid_Module_Prg_Wrt_MSO_Reg
92    ParentID = gid_Module_Prg_Wrt;
93    Name = "gid_Module_Prg_Wrt_MSO_Reg";
94    Description = "gid_Module_Prg_Wrt_MSO_Reg";
95    Styles = (HIDDEN_ROOT);
96    Minimal = YES;
97    Default = YES;
98End
99
100
101#include "alllangmodules_writer.inc"
102
103