pkiutilities/ocsp/test/tocsp.mmp
changeset 0 164170e6151a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pkiutilities/ocsp/test/tocsp.mmp	Tue Jan 26 15:20:08 2010 +0200
@@ -0,0 +1,51 @@
+// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// tocsp.exe Implementation of Online Certification Status Protocol
+// 
+//
+
+/**
+ @file
+*/
+
+TARGET		tocsp.exe
+TARGETTYPE	exe
+
+UID 0x10000079 0x1000A405
+VENDORID 0x70000001
+
+SOURCEPATH	.
+
+//WriteDeviceData is needed so that we can set the certificate apps
+CAPABILITY AllFiles NetworkServices WriteDeviceData
+
+SOURCE 		main.cpp panic.cpp script.cpp command.cpp engine.cpp TEFparser.cpp
+SOURCE		transport.cpp comms.cpp logger.cpp result.cpp
+SOURCE		requestlogger.cpp
+
+USERINCLUDE ../
+USERINCLUDE ../
+
+MW_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+LIBRARY ocsp.lib 
+LIBRARY	euser.lib efsrv.lib c32.lib estor.lib
+LIBRARY x509.lib
+LIBRARY crypto.lib
+LIBRARY tcertcommon.lib certstore.lib t_testhandler2.lib
+LIBRARY http.lib inetprotutil.lib bafl.lib secutil.lib httputils.lib esock.lib
+LIBRARY ocsptransport.lib sectcbutil.lib
+
+LIBRARY ocspsupportclient.lib
+SMPSAFE