equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * Builds strong cryptography |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 /** |
|
23 @file |
|
24 */ |
|
25 |
|
26 PRJ_PLATFORMS |
|
27 default |
|
28 |
|
29 PRJ_EXPORTS |
|
30 ../inc/bigint.h |
|
31 ../inc/asymmetric.h |
|
32 ../inc/asymmetric.inl |
|
33 ../inc/asymmetrickeys.h |
|
34 ../inc/padding.h |
|
35 ../inc/pbebase.h |
|
36 ../inc/pbe.h |
|
37 ../inc/pbedata.h |
|
38 ../inc/3des.h |
|
39 ../inc/arc4.h |
|
40 ../inc/blocktransformation.h |
|
41 ../inc/bufferedtransformation.h |
|
42 ../inc/cbcmode.h |
|
43 ../inc/des.h |
|
44 ../inc/nullcipher.h |
|
45 ../inc/rc2.h |
|
46 ../inc/rijndael.h |
|
47 ../inc/streamcipher.h |
|
48 ../inc/symmetric.h |
|
49 ../inc/msymmetriccipher.h |
|
50 ../inc/mode.h |
|
51 ../inc/cryptostrength.h |
|
52 |
|
53 #ifndef TOOLS // Don't build anything for tools |
|
54 #ifndef TOOLS2 // Don't build anything for tools2 |
|
55 |
|
56 PRJ_MMPFILES |
|
57 #ifndef MARM_THUMB |
|
58 strong_crypto.mmp BUILD_AS_ARM // Don't build for thumb |
|
59 #endif |
|
60 |
|
61 #endif // TOOLS2 |
|
62 #endif // TOOLS |