cryptoservices/certificateandkeymgmt/wtlscert/wtlscert.mmp
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     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 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 *
       
    16 */
       
    17 
       
    18 /**
       
    19 @file
       
    20 
       
    21 @SYMPurpose wtlscert.dll Parsing of WTLS Class 3 certificates for WAP
       
    22 */
       
    23 
       
    24 TARGET        wtlscert.dll
       
    25 CAPABILITY All -Tcb
       
    26 TARGETTYPE    DLL
       
    27 
       
    28 UID    0x1000008d 0x101F5014
       
    29 VENDORID 0x70000001
       
    30 
       
    31 SOURCEPATH    .
       
    32 SOURCE        wtlscert.cpp wtlskeys.cpp wtlsdec.cpp wtlsnames.cpp 
       
    33 SOURCE        wtlscertchain.cpp wtlscertmain.cpp
       
    34 SOURCE	      wtlscertchainao.cpp
       
    35 
       
    36 USERINCLUDE ../inc
       
    37 USERINCLUDE ../../../crypto/weakcrypto/inc
       
    38 SYSTEMINCLUDE /epoc32/include
       
    39 
       
    40 LIBRARY       euser.lib estor.lib
       
    41 LIBRARY cryptography.lib crypto.lib hash.lib
       
    42 LIBRARY       x500.lib certstore.lib ctframework.lib charconv.lib
       
    43 
       
    44 START WINS
       
    45     BASEADDRESS 0x54560000
       
    46 END
       
    47 
       
    48 DEFFILE wtlscert.def