|
1 /* |
|
2 * Copyright (c) 2005-2006 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 "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: Project definition file for XmlSec Crypto component. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include "../../inc/xmlsecvariant.hrh" |
|
19 |
|
20 TARGET xmlseccrypto.dll |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008D 0x101F9792 |
|
23 |
|
24 SOURCEPATH ../src |
|
25 SOURCE xmlsecc_app.cpp |
|
26 SOURCE xmlsecc_crypto.cpp |
|
27 SOURCE xmlsecc_symkeys.cpp |
|
28 SOURCE xmlsecc_ciphers.cpp |
|
29 SOURCE xmlsecc_cryptowrapper.cpp |
|
30 SOURCE xmlsecc_digests.cpp |
|
31 SOURCE xmlsecc_md.cpp |
|
32 SOURCE xmlsecc_x509.cpp |
|
33 SOURCE xmlsecc_x509vfy.cpp |
|
34 SOURCE xmlsecc_hmac.cpp |
|
35 SOURCE xmlsecc_signatures.cpp |
|
36 SOURCE xmlsecc_evp.cpp |
|
37 SOURCE xmlsecc_evpwrapper.cpp |
|
38 SOURCE xmlsecc_x509wrapper.cpp |
|
39 SOURCE xmlsecc_bio.cpp |
|
40 SOURCE xmlsecc_padding.cpp |
|
41 |
|
42 OS_LAYER_SYSTEMINCLUDE |
|
43 SYSTEMINCLUDE ../../../inc |
|
44 SYSTEMINCLUDE ../../inc |
|
45 |
|
46 SYSTEMINCLUDE /epoc32/include/libc |
|
47 USERINCLUDE ../inc |
|
48 |
|
49 LIBRARY estlib.lib |
|
50 LIBRARY euser.lib |
|
51 LIBRARY cryptography.lib |
|
52 LIBRARY random.lib |
|
53 LIBRARY hash.lib |
|
54 LIBRARY x509.lib |
|
55 LIBRARY crypto.lib |
|
56 #if !defined(__RD_XMLSEC_SRCINC_CHANGE_REVERSE__) |
|
57 LIBRARY xmlengine.lib |
|
58 #else |
|
59 LIBRARY wsstarxmlengine.lib |
|
60 #endif |
|
61 LIBRARY xmlseccertman.lib |
|
62 LIBRARY xmlsec.lib |
|
63 |
|
64 nostrictdef |
|
65 EPOCALLOWDLLDATA |
|
66 |
|
67 #if defined(ARMCC) |
|
68 #if !defined(__RD_XMLSEC_MEMCOPY_PROBLEM_FIX__) |
|
69 DEFFILE ../eabi/xmlseccrypto.def |
|
70 #else |
|
71 DEFFILE ../eabi/wsstarxmlseccrypto.def |
|
72 #endif |
|
73 #elif defined(WINSCW) || defined(WINS) |
|
74 DEFFILE ../bwinscw/xmlseccrypto.def |
|
75 #endif |
|
76 |
|
77 #ifdef CAP_GENERAL_DLL |
|
78 CAPABILITY CAP_GENERAL_DLL |
|
79 #else |
|
80 CAPABILITY ALL -TCB |
|
81 #endif |
|
82 |
|
83 VENDORID VID_DEFAULT |
|
84 |
|
85 SMPSAFE |