pkiutilities/ocsp/group/ocsp.mmp
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 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 "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 *
       
    16 */
       
    17 /**
       
    18 @file
       
    19 
       
    20 @SYMPurpose ocsp.dll Implements OCSP protocol
       
    21 */
       
    22 
       
    23 TARGET        ocsp.dll
       
    24 TARGETTYPE    DLL
       
    25 
       
    26 CAPABILITY All
       
    27 
       
    28 UID    0x1000008d 0x1000A404
       
    29 VENDORID 0x70000001
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 USERINCLUDE     ../inc
       
    33 
       
    34 DEFFILE ocsp_v2.def
       
    35 
       
    36 SOURCEPATH .
       
    37 SOURCE	../src/certid.cpp
       
    38 SOURCE	../src/client.cpp
       
    39 SOURCE	../src/directauthorisation.cpp
       
    40 SOURCE	../src/delegateauthorisation.cpp
       
    41 SOURCE	../src/cadirectauthorisation.cpp
       
    42 SOURCE	../src/panic.cpp
       
    43 SOURCE	../src/parameters.cpp
       
    44 SOURCE	../src/request.cpp
       
    45 SOURCE	../src/requestencoder.cpp
       
    46 SOURCE	../src/response.cpp
       
    47 SOURCE	../src/responsecertinfo.cpp
       
    48 SOURCE	../src/responsedecoder.cpp
       
    49 SOURCE	../src/transaction.cpp
       
    50 SOURCE	../src/validator.cpp
       
    51 SOURCE	../src/ocsputils.cpp
       
    52 
       
    53 LIBRARY ocspcommon.lib
       
    54 LIBRARY euser.lib asn1.lib crypto.lib x509.lib random.lib
       
    55 LIBRARY cryptography.lib
       
    56 LIBRARY hash.lib x500.lib pkixcertbase.lib
       
    57 LIBRARY ctframework.lib efsrv.lib estor.lib 
       
    58 SMPSAFE