javauis/lcdui_akn/lcdgd/build/lcdc4k.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 <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../../inc/capabilities.mmh"
       
    21 #include "../inc/lcdgd_uids.h"
       
    22 
       
    23 #include <../../../../inc/project_defines.hrh>
       
    24 
       
    25 
       
    26 TARGET 		LCDC4K.DLL
       
    27 TARGETTYPE 	PLUGIN
       
    28 UID      	0x10009D8D	LCDGD_COLOR4K_DLL_UID
       
    29 
       
    30 CAPABILITY J2ME_VMS_CAPABILITIES
       
    31 
       
    32 PAGED
       
    33 
       
    34 // Modify default options to optimize for speed over size in this module.
       
    35 OPTION ARMCC -O3
       
    36 OPTION ARMCC -Otime
       
    37 ALWAYS_BUILD_AS_ARM
       
    38 
       
    39 USERINCLUDE		../inc
       
    40 SYSTEMINCLUDE	../inc
       
    41 SYSTEMINCLUDE	../../../../inc
       
    42 SYSTEMINCLUDE	/epoc32/include/ecom
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SOURCEPATH	../src
       
    46 SOURCE		lcdc4k.cpp
       
    47 SOURCE		lcd16bpp.cpp
       
    48 SOURCE		lcdbitblt.cpp
       
    49 SOURCE		collision.cpp
       
    50 SOURCE		lcdgdrvutil.cpp
       
    51 
       
    52 //
       
    53 // ECOM plugin resource file.
       
    54 //
       
    55 SOURCEPATH		../resource
       
    56 START RESOURCE 10208164.RSS
       
    57 TARGET LCDC4K.RSC
       
    58 END
       
    59 
       
    60 
       
    61 LIBRARY	euser.lib
       
    62 LIBRARY	gdi.lib
       
    63 LIBRARY bitgdi.lib
       
    64 LIBRARY	fbscli.lib
       
    65 LIBRARY	lcdgdrvi.lib
       
    66