javauis/lcdui_akn/lcdgr/build/lcdgr.mmp
branchRCL_3
changeset 19 04becd199f91
child 60 6c158198356e
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     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 //
       
    18 // lcdgr.mmp
       
    19 //
       
    20 // Project file for LCDGR image and graphics support DLL providing
       
    21 // support for all display modes.
       
    22 //
       
    23 
       
    24 //
       
    25 // Common definitions/source files for LCDGR
       
    26 //
       
    27 /**
       
    28 @file
       
    29 
       
    30 @SYMPurpose lcdgr.dll Implementation of the MIDP2.0 LCDUI APIs (graphics code)
       
    31 @SYMPurpose lcdgr.rsc Resource file for lcdgr.dll
       
    32 */
       
    33 #include <data_caging_paths.hrh>
       
    34 #include <platform_paths.hrh>
       
    35 #include "../../../inc/capabilities.mmh"
       
    36 
       
    37 #include <../../../../inc/project_defines.hrh>
       
    38 #include <../../../../inc/java_stdcpp_support_for_dll.hrh>
       
    39 
       
    40 PAGED
       
    41 
       
    42 TARGET          lcdgr.dll
       
    43 TARGETTYPE      dll
       
    44 CAPABILITY		J2ME_VMS_CAPABILITIES
       
    45 UID      		0x101F8116	0x2000CFEC
       
    46 
       
    47 // Modify default options to optimize for speed over size in this module.
       
    48 OPTION ARMCC -O3
       
    49 OPTION ARMCC -Otime
       
    50 
       
    51 SOURCEPATH		../src
       
    52 
       
    53 //
       
    54 // Files containing classes exported via interface
       
    55 //
       
    56 SOURCE	CMIDGraphicsFactory.cpp
       
    57 SOURCE	CMIDGraphics.cpp
       
    58 SOURCE	CMIDImage.cpp
       
    59 SOURCE	CMIDBitmapImage.cpp
       
    60 SOURCE	CMIDImageDecoder.cpp
       
    61 
       
    62 //
       
    63 // Implementation.
       
    64 //
       
    65 SOURCE	LcdFbsImage.cpp
       
    66 SOURCE	LcdFbsImageCache.cpp
       
    67 SOURCE	MidProxyMap.cpp
       
    68 SOURCE	LcdImage.cpp
       
    69 SOURCE	LcdGraphics.cpp
       
    70 SOURCE	fbslcdgraphics.cpp
       
    71 SOURCE	LcdBitmapSurface.cpp
       
    72 SOURCE	LcdWindowSurface.cpp
       
    73 
       
    74 START RESOURCE	lcdgr.rss
       
    75 targetpath      /resource/java
       
    76 HEADER
       
    77 END
       
    78 
       
    79 APP_LAYER_SYSTEMINCLUDE
       
    80 
       
    81 SYSTEMINCLUDE   ../inc
       
    82 
       
    83 SYSTEMINCLUDE   ../../inc
       
    84 SYSTEMINCLUDE   ../../../inc
       
    85 SYSTEMINCLUDE   ../../../../inc
       
    86 
       
    87 LIBRARY		avkon.lib
       
    88 LIBRARY		gdi.lib
       
    89 LIBRARY		bitgdi.lib
       
    90 LIBRARY		fbscli.lib
       
    91 LIBRARY		ImageConversion.lib
       
    92 LIBRARY		lcdgdrv.lib
       
    93 LIBRARY		bafl.lib
       
    94 library		efsrv.lib
       
    95 LIBRARY		hal.lib
       
    96 #ifdef __SERIES60_
       
    97 LIBRARY         aknpictograph.lib
       
    98 #endif
       
    99 
       
   100 DEBUGLIBRARY	flogger.lib
       
   101 //
       
   102 // Unwanted dependencies.
       
   103 //
       
   104 LIBRARY		ws32.lib
       
   105 LIBRARY		cone.lib
       
   106 
       
   107 NOSTRICTDEF
       
   108 
       
   109 #if defined(WINS)
       
   110 DEFFILE			bwins/lcdgr.def
       
   111 #elif defined(ARMCC)
       
   112 DEFFILE			eabi/lcdgr.def
       
   113 #endif
       
   114 
       
   115 VENDORID VID_DEFAULT
       
   116