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 asnpkcs.dll ASN encoder/decoder for pkcs type objects |
|
21 */ |
|
22 |
|
23 // ASN encoder/decoder for pkcs type objects |
|
24 |
|
25 /** |
|
26 @file |
|
27 |
|
28 @SYMPurpose asnpkcs.dll ASN encoder/decoder for pkcs type objects |
|
29 */ |
|
30 |
|
31 TARGET asnpkcs.dll |
|
32 CAPABILITY All -Tcb |
|
33 TARGETTYPE dll |
|
34 |
|
35 UID 0x1000008d 0x101F7EF9 |
|
36 VENDORID 0x70000001 |
|
37 |
|
38 SOURCEPATH ../source |
|
39 SOURCE asnpkcs5.cpp |
|
40 SOURCE asnpkcs8.cpp |
|
41 SOURCE asnpkcs8enc.cpp |
|
42 |
|
43 SOURCEPATH ../../filebasedcertificateandkeystores/source/generic/common |
|
44 SOURCE dllentry.cpp |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 SYSTEMINCLUDE /epoc32/include |
|
48 |
|
49 USERINCLUDE ../../../crypto/weakcrypto/inc |
|
50 |
|
51 LIBRARY euser.lib asn1.lib crypto.lib |
|
52 LIBRARY x509.lib |
|
53 LIBRARY pbe.lib cryptography.lib |