equal
deleted
inserted
replaced
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
|
17 |
17 |
18 |
18 /** |
19 /** |
19 @file |
20 @file |
20 |
21 |
21 @SYMPurpose wtlscert.dll Parsing of WTLS Class 3 certificates for WAP |
22 @SYMPurpose wtlscert.dll Parsing of WTLS Class 3 certificates for WAP |
33 SOURCE wtlscertchain.cpp wtlscertmain.cpp |
34 SOURCE wtlscertchain.cpp wtlscertmain.cpp |
34 SOURCE wtlscertchainao.cpp |
35 SOURCE wtlscertchainao.cpp |
35 |
36 |
36 USERINCLUDE ../inc |
37 USERINCLUDE ../inc |
37 USERINCLUDE ../../../crypto/weakcrypto/inc |
38 USERINCLUDE ../../../crypto/weakcrypto/inc |
38 SYSTEMINCLUDE /epoc32/include |
39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
39 |
40 |
40 LIBRARY euser.lib estor.lib |
41 LIBRARY euser.lib estor.lib |
41 LIBRARY cryptography.lib crypto.lib hash.lib |
42 LIBRARY cryptography.lib crypto.lib hash.lib |
42 LIBRARY x500.lib certstore.lib ctframework.lib charconv.lib |
43 LIBRARY x500.lib certstore.lib ctframework.lib charconv.lib |
43 |
44 |
44 START WINS |
45 START WINS |
45 BASEADDRESS 0x54560000 |
46 BASEADDRESS 0x54560000 |
46 END |
47 END |
47 |
48 |
48 DEFFILE wtlscert.def |
49 DEFFILE wtlscert.def |
|
50 SMPSAFE |