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