equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-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 * Software Cryptography Implementations. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 #include "../test/h4drv/bld.inf" |
|
25 |
|
26 PRJ_PLATFORMS |
|
27 default |
|
28 |
|
29 PRJ_EXPORTS |
|
30 |
|
31 ../inc/cryptospi_plugins.iby /epoc32/rom/include/cryptospi_plugins.iby |
|
32 |
|
33 |
|
34 #ifndef TOOLS // Don't build anything for tools |
|
35 #ifndef TOOLS2 // Don't build anything for tools2 |
|
36 |
|
37 // For EKA1 arm builds, things that use long long support don't get built for thumb |
|
38 |
|
39 PRJ_MMPFILES |
|
40 |
|
41 #ifndef MARM_THUMB |
|
42 |
|
43 softwarecrypto.mmp BUILD_AS_ARM // For speed use ARM |
|
44 |
|
45 #endif |
|
46 |
|
47 |
|
48 #endif // TOOLS2 |
|
49 #endif //TOOLS |
|
50 |
|
51 PRJ_TESTEXPORTS |
|
52 |
|
53 // ROMKIT includes |
|
54 ../inc/cryptospi_testplugins.iby /epoc32/rom/include/cryptospi_testplugins.iby |
|
55 |
|
56 |
|
57 |
|
58 |
|
59 |
|
60 |
|
61 |