installationservices/swi/group/ocspsupportclient.mmp
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2004-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 * uisupport.mmp
       
    16 * ocspsupportclient.dll Provides OCSP client support functionality
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 /**
       
    22  @file
       
    23 */
       
    24 
       
    25 MACRO __SECURE_API__
       
    26 MACRO __DATA_CAGING__
       
    27 CAPABILITY All
       
    28 
       
    29 TARGET		ocspsupportclient.dll
       
    30 TARGETTYPE	dll
       
    31 
       
    32 UID			0x1000008d 0x10202DCD
       
    33 VENDORID	0x70000001
       
    34 
       
    35 USERINCLUDE	../source/ocspsupport/common
       
    36 USERINCLUDE	../source/ocspsupport/client
       
    37 USERINCLUDE	../inc ../inc/swi
       
    38 
       
    39 SOURCEPATH	../source/ocspsupport/client
       
    40 
       
    41 SOURCE	ocspsupportclient.cpp
       
    42 SOURCE	ocspsupporttransport.cpp
       
    43 SOURCE	revocationhandler.cpp
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY	euser.lib estor.lib 
       
    48 LIBRARY	crypto.lib x509.lib x500.lib pkixcertbase.lib
       
    49 #ifdef __SWI_LOGGING__
       
    50 LIBRARY	flogger.lib
       
    51 #endif
       
    52 LIBRARY ocsp.lib
       
    53 SMPSAFE