summaryrefslogtreecommitdiff
path: root/scp2/source/tde/module_tde.scp
blob: 2f4523d87739ae333c81b0483f299df74906b11f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */
/*
 * Copyright (C) 2012, Timothy Pearson <kb9vqf@pearsoncomputing.net>
 */

#include "macros.inc"

#include "AutoInstallLibs/tde"

Module gid_Module_Optional_Tde
    ParentID = gid_Module_Optional;
    Default = YES;
    PackageInfo = "packinfo_office.txt";
    MOD_NAME_DESC(MODULE_OPTIONAL_TDE);
    Styles = ();
    Files = (auto_tde_ALL
    );
End