1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "macros.inc"
29
30Module gid_Module_Prg_Wrt
31    MOD_NAME_DESC(MODULE_PRG_WRT);
32    ParentID = gid_Module_Prg;
33    Sortkey = "100";
34    Styles =(APPLICATIONMODULE);
35End
36
37Module gid_Module_Prg_Wrt_Bin
38    PackageInfo = "packinfo_office.txt";
39    MOD_NAME_DESC ( MODULE_PRG_WRT_BIN );
40    ParentID = gid_Module_Prg_Wrt;
41    Sortkey = "100";
42    Minimal = YES;
43    Default = YES;
44    Styles = (HIDDEN_ROOT);
45    Files = (gid_File_Bin_Cde_Sagenda,gid_File_Bin_Cde_Sfax,gid_File_Bin_Cde_Slabel,
46    gid_File_Bin_Cde_Sletter,gid_File_Bin_Cde_Smemo,gid_File_Bin_Cde_Svcard,
47    gid_File_Lib_Hwpreader,
48    gid_File_Lib_Swd,
49    gid_File_Lib_Swui,
50    gid_File_Lib_Msword,
51    gid_File_Lib_Wpft,
52    gid_File_Lib_Writerfilter,
53    gid_File_Lib_T602Filter,
54    gid_File_Share_Config_Sofficecfg_Writer_Menubar_Xml,
55    gid_File_Share_Config_Sofficecfg_Writerweb_Menubar_Xml,
56    gid_File_Share_Config_Sofficecfg_Writerglobal_Menubar_Xml,
57    gid_File_Jar_Email,
58    gid_File_Jar_Mail,
59    gid_File_Jar_Activation,
60    gid_File_Share_Registry_Writer_Xcd,
61    gid_File_Tmp_Userinstall_Wrt_Inf);
62End
63
64// Module gid_Module_Prg_Wrt_Help
65//    MOD_NAME_DESC ( MODULE_PRG_WRT_HELP );
66//    ParentID = gid_Module_Prg_Wrt;
67//    Sortkey = "200";
68//    Default = YES;
69//    Minimal = YES;
70//    Files = (gid_File_Help_Swriter_Zip);
71// End
72
73Module gid_Module_Brand_Prg_Wrt
74    PackageInfo = "packinfo_brand.txt";
75    Name = "gid_Module_Brand_Prg_Wrt";
76    Description = "gid_Module_Brand_Prg_Wrt";
77    ParentID = gid_Module_Prg_Wrt;
78    Sortkey = "100";
79    InstallOrder = "1040";
80    Minimal = YES;
81    Default = YES;
82    Styles = (HIDDEN_ROOT);
83    Files = (gid_File_Exe_Swriter,gid_File_Exe_Sweb);
84End
85
86Module gid_Module_Langpack_Writer_Template
87    ParentID = gid_Module_Prg_Wrt_Bin;
88    Name = "gid_Module_Langpack_Writer_Template";
89    Description = "gid_Module_Langpack_Writer_Template";
90    Styles = (TEMPLATEMODULE);
91    Files = (gid_File_Help_Swriter_Zip,
92             gid_File_Res_T602Filter);
93End
94
95Module gid_Module_Prg_Wrt_MSO_Reg
96    ParentID = gid_Module_Prg_Wrt;
97    Name = "gid_Module_Prg_Wrt_MSO_Reg";
98    Description = "gid_Module_Prg_Wrt_MSO_Reg";
99    Styles = (HIDDEN_ROOT);
100    Minimal = YES;
101    Default = YES;
102End
103
104
105#include "alllangmodules_writer.inc"
106
107