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