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_Impress
27    MOD_NAME_DESC ( MODULE_PRG_IMPRESS );
28    ParentID = gid_Module_Prg;
29    Sortkey = "400";
30    Styles =(APPLICATIONMODULE);
31End
32
33Module gid_Module_Prg_Impress_Bin
34    PackageInfo = "packinfo_office.txt";
35    MOD_NAME_DESC ( MODULE_PRG_IMPRESS_BIN );
36    ParentID = gid_Module_Prg_Impress;
37    Sortkey = "100";
38    Minimal = YES;
39    Default = YES;
40    Styles = (HIDDEN_ROOT);
41    Files = (gid_File_Extra_Urldesktop_Impress,gid_File_Extra_Urlnew_Impress,gid_File_Extra_Urlstart_Impress,gid_File_Extra_Urltasks_Impress,gid_File_Lib_Placeware,
42    gid_File_Share_Registry_Impress_Xcd,
43	gid_File_Lib_Animcore,gid_File_Share_Config_Sofficecfg_Impress_Effects_Xml, gid_File_Share_Config_Sofficecfg_Impress_Transitions_Xml,
44    gid_File_Tmp_Userinstall_Impress_Inf);
45End
46
47// Module gid_Module_Prg_Impress_Help
48//     MOD_NAME_DESC ( MODULE_PRG_IMPRESS_HELP );
49//     ParentID = gid_Module_Prg_Impress;
50//     Sortkey = "200";
51//     Default = YES;
52//     Files = (gid_File_Help_Simpress_Zip);
53// End
54
55Module gid_Module_Brand_Prg_Impress
56    PackageInfo = "packinfo_brand.txt";
57    Name = "gid_Module_Brand_Prg_Impress";
58    Description = "gid_Module_Brand_Prg_Impress";
59    ParentID = gid_Module_Prg_Impress;
60    Sortkey = "100";
61    InstallOrder = "1040";
62    Minimal = YES;
63    Default = YES;
64    Styles = (HIDDEN_ROOT);
65    Files = (gid_File_Exe_Simpress);
66End
67
68Module gid_Module_Langpack_Impress_Template
69    ParentID = gid_Module_Prg_Impress_Bin;
70    Name = "gid_Module_Langpack_Impress_Template";
71    Description = "gid_Module_Langpack_Impress_Template";
72    Styles = (TEMPLATEMODULE);
73    Files = (gid_File_Help_Simpress_Zip);
74End
75
76Module gid_Module_Prg_Impress_MSO_Reg
77    ParentID = gid_Module_Prg_Impress;
78    Name = "gid_Module_Prg_Impress_MSO_Reg";
79    Description = "gid_Module_Prg_Impress_MSO_Reg";
80    Styles = (HIDDEN_ROOT);
81    Minimal = YES;
82    Default = YES;
83End
84
85#include "alllangmodules_impress.inc"
86