xref: /aoo4110/main/scp2/source/draw/module_draw.scp (revision b1cdbd2c)
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_Draw
27    MOD_NAME_DESC ( MODULE_PRG_DRAW );
28    ParentID = gid_Module_Prg;
29    Sortkey = "300";
30    Styles =(APPLICATIONMODULE);
31End
32
33Module gid_Module_Prg_Draw_Bin
34    PackageInfo = "packinfo_office.txt";
35    MOD_NAME_DESC ( MODULE_PRG_DRAW_BIN );
36    ParentID = gid_Module_Prg_Draw;
37    Sortkey = "100";
38    Minimal = YES;
39    Default = YES;
40    Styles = (HIDDEN_ROOT);
41    Files = (gid_File_Extra_Urldesktop_Draw,gid_File_Extra_Urlnew_Draw,gid_File_Extra_Urlstart_Draw,gid_File_Extra_Urltasks_Draw,gid_File_Share_Config_Sofficecfg_Draw_Menubar_Xml,
42    gid_File_Share_Registry_Draw_Xcd,
43    gid_File_Tmp_Userinstall_Draw_Inf);
44End
45
46// Module gid_Module_Prg_Draw_Help
47//     MOD_NAME_DESC ( MODULE_PRG_DRAW_HELP );
48//     ParentID = gid_Module_Prg_Draw;
49//     Sortkey = "200";
50//     Default = YES;
51//     Files = (gid_File_Help_Sdraw_Zip);
52// End
53
54Module gid_Module_Brand_Prg_Draw
55    PackageInfo = "packinfo_brand.txt";
56    Name = "gid_Module_Brand_Prg_Draw";
57    Description = "gid_Module_Brand_Prg_Draw";
58    ParentID = gid_Module_Prg_Draw;
59    Sortkey = "100";
60    InstallOrder = "1040";
61    Minimal = YES;
62    Default = YES;
63    Styles = (HIDDEN_ROOT);
64    Files = (gid_File_Exe_Sdraw);
65End
66
67Module gid_Module_Langpack_Draw_Template
68    ParentID = gid_Module_Prg_Draw_Bin;
69    Name = "gid_Module_Langpack_Draw_Template";
70    Description = "gid_Module_Langpack_Draw_Template";
71    Styles = (TEMPLATEMODULE);
72    Files = (gid_File_Help_Sdraw_Zip);
73End
74
75#include "alllangmodules_draw.inc"
76