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 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 * |
|
16 */ |
|
17 /** |
|
18 @file |
|
19 |
|
20 @SYMPurpose pkcs10.dll Implements PKCS#10 certificate request |
|
21 */ |
|
22 |
|
23 TARGET pkcs10.dll |
|
24 CAPABILITY All -Tcb |
|
25 TARGETTYPE DLL |
|
26 |
|
27 UID 0x1000008d 0x101F6B8C |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 USERINCLUDE ../inc |
|
31 SOURCEPATH . |
|
32 |
|
33 SOURCE pkcs10.cpp |
|
34 SOURCE pkcs10attr.cpp |
|
35 SOURCE keyhelper.cpp |
|
36 SOURCE pkcs9attr.cpp |
|
37 |
|
38 SYSTEMINCLUDE /epoc32/include |
|
39 USERINCLUDE ../../../crypto/weakcrypto/inc |
|
40 |
|
41 LIBRARY euser.lib asn1.lib x500.lib x509.lib ctframework.lib hash.lib |
|
42 LIBRARY cryptography.lib crypto.lib |
|
43 |
|
44 START WINS |
|
45 BASEADDRESS 0x745d0000 |
|
46 END |
|
47 |
|
48 |
|
49 #ifdef WINSCW |
|
50 DEFFILE PKCS10.DEF |
|
51 #else |
|
52 DEFFILE pkcs10.def |
|
53 #endif |