pkiutilities/x509certnameparser/group/X509CertNameParser.mmp
changeset 0 164170e6151a
child 29 b63e8c2d8cff
child 42 82671cd8994b
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2002 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:  This is project specification file for the X509CertNameParser.
       
    15 *               The X509CertNameParser is an algorithm for collecting certificate
       
    16 *               information.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          X509CertNameParser.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 0x101F857E
       
    26 SOURCEPATH      ../src
       
    27 SOURCE          ../src/X509CertNameParser.cpp
       
    28 USERINCLUDE     . ../inc
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 LIBRARY     euser.lib
       
    32 LIBRARY			X500.lib
       
    33 LIBRARY			X509.lib
       
    34 LIBRARY			bafl.lib
       
    35 LIBRARY			InetProtUtil.lib
       
    36 
       
    37 LANG			SC
       
    38 
       
    39 CAPABILITY		CAP_GENERAL_DLL
       
    40 VENDORID        VID_DEFAULT
       
    41 
       
    42 #if defined(ARMCC)
       
    43 deffile ../EABI/ 
       
    44 #elif defined( WINSCW )
       
    45 deffile ../BWINSCW/ 
       
    46 #elif defined( WINS )
       
    47 deffile ../BWINS/ 
       
    48 #else
       
    49 deffile ../BMARM/ 
       
    50 #endif
       
    51 
       
    52 SMPSAFE
       
    53