javauis/lcdui_akn/lcdgd/build/lcdc64k.mmp
branchRCL_3
changeset 66 2455ef1f5bbc
child 77 7cee158cb8cd
equal deleted inserted replaced
65:ae942d28ec0e 66:2455ef1f5bbc
       
     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 		LCDC64K.DLL
       
    26 TARGETTYPE 	PLUGIN
       
    27 UID      	0x10009D8D LCDGD_COLOR64K_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 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 USERINCLUDE ../inc
       
    41 USERINCLUDE	../../../../inc
       
    42 
       
    43 SOURCEPATH	../src
       
    44 SOURCE		lcdc64k.cpp
       
    45 SOURCE		lcd16bpp.cpp
       
    46 SOURCE		lcdbitblt.cpp
       
    47 SOURCE		collision.cpp
       
    48 SOURCE		lcdgdrvutil.cpp
       
    49 
       
    50 //
       
    51 // ECOM plugin resource file.
       
    52 //
       
    53 SOURCEPATH		../resource
       
    54 
       
    55 START RESOURCE 10208162.RSS
       
    56 TARGET LCDC64K.RSC
       
    57 END
       
    58 
       
    59 LIBRARY	euser.lib
       
    60 LIBRARY	gdi.lib
       
    61 LIBRARY bitgdi.lib
       
    62 LIBRARY	fbscli.lib
       
    63 LIBRARY	lcdgdrvi.lib
       
    64 LIBRARY ecom.lib
       
    65 
       
    66 VENDORID VID_DEFAULT
       
    67