summaryrefslogtreecommitdiff
path: root/scp2/source/tde/module_tde.scp
blob: 24725de25303fb25c693688832a05ebb1b9d6ce0 (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
/*
 * 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 "AutoInstall/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