pkiutilities/PKCS12/CrPkcs12/group/crpkcs12.mmp
changeset 0 164170e6151a
child 21 09b1ac925e3f
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2004 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 CrPkcs12.				 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          crpkcs12.dll
       
    22 TARGETTYPE      DLL
       
    23 UID	        0x1000008d 0x10207456
       
    24 
       
    25 SOURCEPATH      ../Src
       
    26 
       
    27 SOURCE          pkcs12.cpp
       
    28 SOURCE          crpkcs12.cpp
       
    29 SOURCE          cx509certificateset.cpp
       
    30 SOURCE          crcrypto.cpp
       
    31 SOURCE          cralginfo.cpp
       
    32 
       
    33 USERINCLUDE     ../Inc
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 SYSTEMINCLUDE	../../Inc
       
    36 SYSTEMINCLUDE	../../CrBer/Inc
       
    37 
       
    38 LIBRARY     euser.lib crber.lib x509.lib efsrv.lib
       
    39 LIBRARY     cryptography.lib hash.lib
       
    40 LIBRARY	    CTFramework.lib	
       
    41 
       
    42 CAPABILITY  CAP_GENERAL_DLL
       
    43 VENDORID    VID_DEFAULT
       
    44 
       
    45 #if defined(ARMCC)
       
    46 deffile ../eabi/ 
       
    47 #else
       
    48 deffile ../bwinscw/ 
       
    49 #endif
       
    50 
       
    51 SMPSAFE
       
    52