equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // tocsp.exe Implementation of Online Certification Status Protocol |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET tocsp.exe |
|
23 TARGETTYPE exe |
|
24 |
|
25 UID 0x10000079 0x1000A405 |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 SOURCEPATH . |
|
29 |
|
30 //WriteDeviceData is needed so that we can set the certificate apps |
|
31 CAPABILITY AllFiles NetworkServices WriteDeviceData |
|
32 |
|
33 SOURCE main.cpp panic.cpp script.cpp command.cpp engine.cpp TEFparser.cpp |
|
34 SOURCE transport.cpp comms.cpp logger.cpp result.cpp |
|
35 SOURCE requestlogger.cpp |
|
36 |
|
37 USERINCLUDE ../ |
|
38 USERINCLUDE ../ |
|
39 |
|
40 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
41 |
|
42 LIBRARY ocsp.lib |
|
43 LIBRARY euser.lib efsrv.lib c32.lib estor.lib |
|
44 LIBRARY x509.lib |
|
45 LIBRARY crypto.lib |
|
46 LIBRARY tcertcommon.lib certstore.lib t_testhandler2.lib |
|
47 LIBRARY http.lib inetprotutil.lib bafl.lib secutil.lib httputils.lib esock.lib |
|
48 LIBRARY ocsptransport.lib sectcbutil.lib |
|
49 |
|
50 LIBRARY ocspsupportclient.lib |
|
51 SMPSAFE |