|
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 * testframeworkplugin0002.dll is the software cryptography implementation. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 TARGET tplugin02.dll |
|
25 TARGETTYPE dll |
|
26 |
|
27 UID 0x10009D8D 0x101FFF2 |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 CAPABILITY All |
|
31 |
|
32 #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT |
|
33 DEFFILE tplugin02_v2.def |
|
34 #else |
|
35 DEFFILE tplugin02.def |
|
36 #endif |
|
37 |
|
38 USERINCLUDE . |
|
39 USERINCLUDE ../inc |
|
40 USERINCLUDE ../inc/tplugin02 |
|
41 USERINCLUDE ../../../inc |
|
42 USERINCLUDE ../../../inc/spi |
|
43 |
|
44 SYSTEMINCLUDE /epoc32/include |
|
45 |
|
46 SOURCEPATH ../src/tplugin02 |
|
47 SOURCE pluginentry.cpp softwarehashbase.cpp desextendimpl.cpp |
|
48 |
|
49 SOURCEPATH ../src |
|
50 SOURCE md5impl.cpp hmacimpl.cpp |
|
51 SOURCE desimpl.cpp symmetriccipherimpl.cpp |
|
52 SOURCE rsaimpl.cpp rsafunction.cpp asymmetriccipherimpl.cpp |
|
53 SOURCE keypairgenimpl.cpp rsakeypairgenimpl.cpp dhkeypairgenimpl.cpp |
|
54 SOURCE signerimpl.cpp rsasignerimpl.cpp |
|
55 SOURCE keyagreementimpl.cpp dhimpl.cpp |
|
56 SOURCE randomimpl.cpp |
|
57 |
|
58 #ifdef SYMBIAN_SDP_IPSEC_VOIP_SUPPORT |
|
59 SOURCE rijndaelimpl.cpp |
|
60 SOURCEPATH ..\src\tplugin02 |
|
61 SOURCE cmacimpl.cpp macimpl.cpp |
|
62 #endif |
|
63 |
|
64 LIBRARY euser.lib cryptospi.lib |
|
65 |
|
66 // Depends on bigint and padding code |
|
67 LIBRARY cryptography.lib |
|
68 LIBRARY random.lib |
|
69 SMPSAFE |