javauis/lcdui_akn/lcdgd/build/lcdgdrv.mmp
branchRCL_3
changeset 19 04becd199f91
child 60 6c158198356e
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     1 /*
       
     2 * Copyright (c) 2005 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 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../../../inc/capabilities.mmh"
       
    20 
       
    21 #include <../../../../inc/project_defines.hrh>
       
    22 
       
    23 TARGET 		lcdgdrv.dll
       
    24 TARGETTYPE 	DLL
       
    25 UID      	0x101F8116	0x10208169
       
    26 
       
    27 CAPABILITY J2ME_VMS_CAPABILITIES
       
    28 
       
    29 PAGED
       
    30 
       
    31 APP_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 USERINCLUDE		../inc
       
    34 SYSTEMINCLUDE	../inc
       
    35 SYSTEMINCLUDE	/epoc32/include
       
    36 
       
    37 SOURCEPATH	../src
       
    38 SOURCE		lcdgdrv.cpp
       
    39 
       
    40 LIBRARY	euser.lib
       
    41 LIBRARY	gdi.lib
       
    42 LIBRARY bitgdi.lib
       
    43 LIBRARY	fbscli.lib
       
    44 LIBRARY	lcdgdrvi.lib
       
    45 LIBRARY ecom.lib
       
    46 
       
    47 NOSTRICTDEF
       
    48 #if defined(WINS)
       
    49 DEFFILE			bwins/lcdgdrv.def
       
    50 #elif defined(ARMCC)
       
    51 DEFFILE			eabi/lcdgdrv.def
       
    52 #endif
       
    53 
       
    54