xref: /aoo41x/main/scp2/source/base/module_base.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_Base
31    MOD_NAME_DESC(MODULE_PRG_BASE);
32    ParentID = gid_Module_Prg;
33    Sortkey = "500";
34    Styles =(APPLICATIONMODULE);
35End
36
37Module gid_Module_Prg_Base_Bin
38    PackageInfo = "packinfo_office.txt";
39    MOD_NAME_DESC ( MODULE_PRG_BASE_BIN );
40    ParentID = gid_Module_Prg_Base;
41    Sortkey = "100";
42    Minimal = NO;
43    Default = YES;
44    Styles = (HIDDEN_ROOT);
45    Files = (
46        gid_File_Share_Registry_Base_Xcd
47        ,gid_File_Lib_Abp
48        ,gid_File_Lib_Dbp
49        ,gid_File_Lib_Dbu
50        ,gid_File_Lib_Adabasui
51        ,gid_File_Lib_Rpt
52        ,gid_File_Lib_Rptui
53        ,gid_File_Lib_Rptxml
54    );
55End
56
57// Module gid_Module_Prg_Base_Help
58//     MOD_NAME_DESC ( MODULE_PRG_BASE_HELP );
59//     ParentID = gid_Module_Prg_Base;
60//     Sortkey = "200";
61//     Minimal = NO;
62//     Default = YES;
63//     Files = (gid_File_Help_Sdatabase_Zip);
64// End
65
66Module gid_Module_Brand_Prg_Base
67    PackageInfo = "packinfo_brand.txt";
68    Name = "gid_Module_Brand_Prg_Base";
69    Description = "gid_Module_Brand_Prg_Base";
70    ParentID = gid_Module_Prg_Base;
71    Sortkey = "100";
72    InstallOrder = "1040";
73    Minimal = YES;
74    Default = YES;
75    Styles = (HIDDEN_ROOT);
76    Files = (gid_File_Exe_Sbase);
77End
78
79Module gid_Module_Langpack_Base_Template
80    ParentID = gid_Module_Prg_Base_Bin;
81    Name = "gid_Module_Langpack_Base_Template";
82    Description = "gid_Module_Langpack_Base_Template";
83    Styles = (TEMPLATEMODULE);
84    Files = (gid_File_Help_Sdatabase_Zip,
85             gid_File_Res_Abp,
86             gid_File_Res_Adabasui,
87             gid_File_Res_Cnr,
88             gid_File_Res_Dbp,
89             gid_File_Res_Dbu,
90             gid_File_Res_Rpt,
91             gid_File_Res_Rptui,
92             gid_File_Res_Sdbcl,
93             gid_File_Res_Sdberr);
94End
95
96#include "alllangmodules_base.inc"
97