extras/converter/group/engine.mmp
changeset 13 83b3f7c09925
parent 2 c4c2ac0facfd
equal deleted inserted replaced
2:c4c2ac0facfd 13:83b3f7c09925
     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:  
       
    15 *	  This is the project definition file. It defines the application UIDs,
       
    16 *     source code, paths and libraries needed.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 LANGUAGE_IDS
       
    24 TARGET		converterengine.dll
       
    25 TARGETTYPE	dll
       
    26 UID		0x1000008d 0x101f4669
       
    27 
       
    28 VENDORID	VID_DEFAULT
       
    29 
       
    30 CAPABILITY 	CAP_GENERAL_DLL
       
    31 
       
    32 SOURCEPATH	../engine/Src
       
    33 SOURCE		DllMain.cpp CCnvConverter.cpp CCnvCategory.cpp
       
    34 SOURCE		TCnvCategory.cpp TCnvUnit.cpp
       
    35  
       
    36 USERINCLUDE	../engine/Inc  
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 LIBRARY		euser.lib bafl.lib estor.lib avkon.lib
       
    41 
       
    42 
       
    43      #if defined(ARMCC)
       
    44          DEFFILE ../eabi/ConverterEngine_EKA2.def
       
    45      #elif defined( WINSCW )
       
    46          DEFFILE ../BWinsCw/ConverterEngine_EKA2.def
       
    47      #elif defined( WINS )
       
    48          DEFFILE ../BWins/ConverterEngine_EKA2.def
       
    49      #else
       
    50          DEFFILE ../BMarm/ConverterEngine_EKA2.def
       
    51      #endif
       
    52