equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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 "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 CertMan component |
|
15 * |
|
16 */ |
|
17 |
|
18 #include "../../inc/xmlsecvariant.hrh" |
|
19 |
|
20 TARGET xmlseccertman.dll |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008D 0x101F9791 |
|
23 |
|
24 SOURCEPATH ../src |
|
25 SOURCE xmlsecmsymbiankeystore.cpp |
|
26 SOURCE xmlsecmsymbiancertstore.cpp |
|
27 SOURCE xmlsecmsymbiancertchain.cpp |
|
28 |
|
29 OS_LAYER_SYSTEMINCLUDE |
|
30 |
|
31 SYSTEMINCLUDE /epoc32/include/libc |
|
32 |
|
33 USERINCLUDE ../inc |
|
34 |
|
35 LIBRARY euser.lib |
|
36 LIBRARY certstore.lib |
|
37 LIBRARY efsrv.lib |
|
38 LIBRARY ctframework.lib |
|
39 LIBRARY cryptography.lib |
|
40 LIBRARY x509.lib |
|
41 LIBRARY crypto.lib |
|
42 LIBRARY pkixcert.lib |
|
43 LIBRARY charconv.lib |
|
44 LIBRARY asn1.lib |
|
45 |
|
46 nostrictdef |
|
47 |
|
48 #if defined(ARMCC) |
|
49 #if !defined(__RD_XMLSEC_MEMCOPY_PROBLEM_FIX__) |
|
50 DEFFILE ../eabi/xmlseccertman.def |
|
51 #else |
|
52 DEFFILE ../eabi/wsstarxmlseccertman.def |
|
53 #endif |
|
54 #elif defined(WINSCW) || defined(WINS) |
|
55 DEFFILE ../bwinscw/xmlseccertman.def |
|
56 #endif |
|
57 |
|
58 #ifdef CAP_GENERAL_DLL |
|
59 CAPABILITY CAP_GENERAL_DLL |
|
60 #else |
|
61 CAPABILITY ALL -TCB |
|
62 #endif |
|
63 |
|
64 VENDORID VID_DEFAULT |
|
65 |
|
66 SMPSAFE |