uifw/EikStd/console/CONSOLE.MMP
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 "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 #include <platform_paths.hrh>
       
    18 
       
    19 TARGET          econseik.dll
       
    20 #if defined(MARM)
       
    21 LINKAS          econs.dll
       
    22 #endif
       
    23 TARGETTYPE      dll
       
    24 UID             0X1000008D 0X100039E7
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../console
       
    30 USERINCLUDE     ../console  
       
    31 
       
    32 // This is a SYSTEMINCLUDE macro containing the middleware
       
    33 // layer specific include directories
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 USERINCLUDE   ../console 
       
    37 USERINCLUDE   ../../../inc
       
    38 USERINCLUDE   ../../inc
       
    39 
       
    40 SOURCE          EIKCONCL.CPP
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         bafl.lib
       
    44 LIBRARY         cone.lib
       
    45 LIBRARY         apgrfx.lib
       
    46 LIBRARY         eikcore.lib
       
    47 LIBRARY         eikcoctl.lib
       
    48 LIBRARY         avkon.lib
       
    49 LIBRARY         c32.lib
       
    50 
       
    51 DEFFILE         ECNSEIK.DEF
       
    52 
       
    53 START WINS
       
    54 BASEADDRESS     0x50500000
       
    55 END