xref: /aoo4110/main/scp2/source/math/module_math.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_Math
27    MOD_NAME_DESC ( MODULE_PRG_MATH );
28    ParentID = gid_Module_Prg;
29    Sortkey = "600";
30    Styles =(APPLICATIONMODULE);
31End
32
33Module gid_Module_Prg_Math_Bin
34    PackageInfo = "packinfo_office.txt";
35    MOD_NAME_DESC ( MODULE_PRG_MATH_BIN );
36    ParentID = gid_Module_Prg_Math;
37    Sortkey = "100";
38    Minimal = YES;
39    Default = YES;
40    Styles = (HIDDEN_ROOT);
41    Files = (gid_File_Html_W3c_Ipr,gid_File_Lib_Sm,gid_File_Lib_Smd,gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math,
42    gid_File_Share_Registry_Math_Xcd,
43    gid_File_Tmp_Userinstall_Math_Inf);
44End
45
46// Module gid_Module_Prg_Math_Help
47//     MOD_NAME_DESC ( MODULE_PRG_MATH_HELP );
48//     ParentID = gid_Module_Prg_Math;
49//     Sortkey = "200";
50//     Default = YES;
51//     Files = (gid_File_Help_Smath_Zip);
52// End
53
54Module gid_Module_Brand_Prg_Math
55    PackageInfo = "packinfo_brand.txt";
56    Name = "gid_Module_Brand_Prg_Math";
57    Description = "gid_Module_Brand_Prg_Math";
58    ParentID = gid_Module_Prg_Math;
59    Sortkey = "100";
60    InstallOrder = "1040";
61    Minimal = YES;
62    Default = YES;
63    Styles = (HIDDEN_ROOT);
64    Files = (gid_File_Exe_Smath);
65End
66
67Module gid_Module_Langpack_Math_Template
68    ParentID = gid_Module_Prg_Math_Bin;
69    Name = "gid_Module_Langpack_Math_Template";
70    Description = "gid_Module_Langpack_Math_Template";
71    Styles = (TEMPLATEMODULE);
72    Files = (gid_File_Help_Smath_Zip,
73             gid_File_Res_Sm);
74End
75
76#include "alllangmodules_math.inc"
77