os/security/cryptoservices/certificateandkeymgmt/x509/X509.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 /**
    20 @file
    21 
    22 @SYMPurpose x509.dll Parsing of X.509 certificates
    23 */
    24 
    25 TARGET        x509.dll
    26 CAPABILITY All
    27 TARGETTYPE    DLL
    28 
    29 UID    0x1000008d 0x10005e0e
    30 VENDORID 0x70000001
    31 
    32 SOURCEPATH	.
    33 SOURCE        x509.cpp X509time.cpp x509gn.cpp
    34 SOURCE        X509CertChain.cpp
    35 
    36 
    37 SOURCE  x509CertExt_v2.cpp
    38 SOURCE  x509constraintext.cpp
    39 
    40 SOURCE        x509keys.cpp x509keysDH.cpp x509keysDSA.cpp x509keysRSA.cpp    
    41 SOURCE        x509cert.cpp 
    42 SOURCE        removedExports.cpp
    43 
    44 
    45 
    46 USERINCLUDE .
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    48 
    49 USERINCLUDE ../../../crypto/weakcrypto/inc
    50 USERINCLUDE ../inc
    51 
    52 LIBRARY       euser.lib
    53 LIBRARY		  asn1.lib 
    54 LIBRARY	      crypto.lib x500.lib hash.lib estor.lib
    55 
    56 LIBRARY cryptography.lib
    57 
    58 START WINS
    59     BASEADDRESS 0x74620000
    60 END
    61 
    62 #ifdef WINSCW
    63 DEFFILE X509_v2.def
    64 #else
    65 DEFFILE x509_v2.def
    66 #endif
    67 SMPSAFE