2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 #include "AutoInstall/base"
22 #include "AutoInstall/base_brand"
24 Module gid_Module_Prg_Base
25 MOD_NAME_DESC(MODULE_PRG_BASE);
26 ParentID = gid_Module_Prg;
28 Styles =(APPLICATIONMODULE);
31 Module gid_Module_Prg_Base_Bin
32 PackageInfo = "packinfo_office.txt";
33 MOD_NAME_DESC ( MODULE_PRG_BASE_BIN );
34 ParentID = gid_Module_Prg_Base;
37 Styles = (HIDDEN_ROOT);
38 Files = (auto_base_ALL,
39 gid_File_Share_Registry_Base_Xcd
43 Module gid_Module_Brand_Prg_Base
44 PackageInfo = "packinfo_brand.txt";
45 Name = "gid_Module_Brand_Prg_Base";
46 Description = "gid_Module_Brand_Prg_Base";
47 ParentID = gid_Module_Prg_Base;
49 InstallOrder = "1040";
51 Styles = (HIDDEN_ROOT);
52 Files = (auto_base_brand_ALL);
55 Module gid_Module_Langpack_Base_Template
56 ParentID = gid_Module_Prg_Base_Bin;
57 Name = "gid_Module_Langpack_Base_Template";
58 Description = "gid_Module_Langpack_Base_Template";
59 Styles = (TEMPLATEMODULE);
60 Files = (gid_File_Res_Abp,
70 #include "alllangmodules_base.inc"