javauis/lcdui_akn/lcdgd/build/lcdc16mu.mmp
branchRCL_3
changeset 14 04becd199f91
child 24 6c158198356e
equal deleted inserted replaced
13:f5050f1da672 14: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 TARGET 		LCDC16MU.DLL
       
    26 TARGETTYPE 	PLUGIN
       
    27 UID      	0x10009D8D	LCDGD_COLOR16MU_DLL_UID
       
    28 
       
    29 CAPABILITY J2ME_VMS_CAPABILITIES
       
    30 
       
    31 PAGED
       
    32 
       
    33 // Modify default options to optimize for speed over size in this module.
       
    34 OPTION ARMCC -O3
       
    35 OPTION ARMCC -Otime
       
    36 ALWAYS_BUILD_AS_ARM
       
    37 
       
    38 USERINCLUDE		../inc
       
    39 SYSTEMINCLUDE	../inc
       
    40 SYSTEMINCLUDE	/epoc32/include/ecom
       
    41 SYSTEMINCLUDE	../../../../inc
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SOURCEPATH	../src
       
    45 SOURCE		lcdc16mu.cpp
       
    46 SOURCE		lcdbitblt.cpp
       
    47 SOURCE		lcd32bpp.cpp
       
    48 SOURCE		collision.cpp
       
    49 SOURCE		lcdgdrvutil.cpp
       
    50 
       
    51 //
       
    52 // ECOM plugin resource file.
       
    53 //
       
    54 SOURCEPATH		../resource
       
    55 START RESOURCE 10208166.RSS
       
    56 TARGET LCDC16MU.RSC
       
    57 END
       
    58 
       
    59 
       
    60 LIBRARY	euser.lib
       
    61 LIBRARY	gdi.lib
       
    62 LIBRARY bitgdi.lib
       
    63 LIBRARY	fbscli.lib
       
    64 LIBRARY	lcdgdrvi.lib
       
    65