pkiutilities/ocsp/transport/ocsptransport.mmp
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 // Copyright (c) 2004-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 // ocsptransport.dll Provides implementation of HTTP transport for OCSP
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET        ocsptransport.dll
       
    23 TARGETTYPE    DLL
       
    24 CAPABILITY All -Tcb
       
    25 
       
    26 UID    0x1000008d 0x10202142
       
    27 VENDORID 0x70000001
       
    28 
       
    29 DEFFILE ocsptransport_v2.def
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 
       
    34 USERINCLUDE 	../inc
       
    35 
       
    36 SOURCEPATH		.
       
    37 SOURCE			panic.cpp
       
    38 SOURCE			transportdefault.cpp
       
    39 SOURCE			transporthttp.cpp
       
    40 
       
    41 LIBRARY ocspcommon.lib
       
    42 LIBRARY bafl.lib efsrv.lib euser.lib
       
    43 LIBRARY inetprotutil.lib http.lib ecom.lib securitymanager.lib
       
    44 LIBRARY	secutil.lib httputils.lib esock.lib
       
    45 SMPSAFE