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