bump product version to 4.1.6.2
[LibreOffice.git] / scp2 / source / tde / module_tde.scp
blob85e349e0e9d008719077c8fcf51ac42189f7b525
1 /*
2  * This file is part of the LibreOffice project.
3  *
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/.
7  */
8 /*
9  * Copyright (C) 2012, Timothy Pearson <kb9vqf@pearsoncomputing.net>
10  */
12 #include "macros.inc"
14 #include "AutoInstallLibs/tde"
16 Module gid_Module_Optional_Tde
17     ParentID = gid_Module_Optional;
18     Default = YES;
19     PackageInfo = "packinfo_office.txt";
20     MOD_NAME_DESC(MODULE_OPTIONAL_TDE);
21     Styles = ();
22     Files = (auto_Tde_Lib_ALL);
23 End