imageeditor/imageeditorApp/group/ImageEditor.mmp
changeset 1 edfc90759b9f
equal deleted inserted replaced
0:57d4cdd99204 1:edfc90759b9f
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description:  
       
    16 *
       
    17 */
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 #include "../../inc/imageeditoruids.hrh"
       
    24 #include "../../inc/definitions.def"
       
    25 
       
    26 
       
    27 #if defined( __VERBOSE__ )
       
    28 MACRO           VERBOSE
       
    29 #endif
       
    30 
       
    31 #if defined(__IE_GLOBAL_DEBUGLOG__) || defined(__IE_DEBUGLOG__)
       
    32 MACRO           ENABLE_DEBUGLOG
       
    33 LIBRARY         flogger.lib
       
    34 #endif
       
    35 
       
    36 
       
    37 MACRO           EXIF_SUPPORT
       
    38 
       
    39 
       
    40 
       
    41 MACRO           AIW_SUPPORT
       
    42 
       
    43 
       
    44 #if defined( __LANDSCAPE_SUPPORT__ )
       
    45 MACRO           LANDSCAPE_SUPPORT
       
    46 #endif
       
    47 
       
    48 #if defined( __FILE_TIME_STAMP_UPDATE__ )
       
    49 MACRO           FILE_TIME_STAMP_UPDATE
       
    50 #endif
       
    51 
       
    52 #if defined( __LANDSCAPE_ONLY__ )
       
    53 MACRO           LANDSCAPE_ONLY
       
    54 #endif
       
    55 
       
    56 #if defined(__LANDSCAPE_ROTATE_HOTKEYS__)
       
    57 MACRO           LANDSCAPE_ROTATE_HOTKEYS
       
    58 #endif
       
    59 
       
    60 #if defined(__LANDSCAPE_PAN_HOTKEYS__)
       
    61 MACRO           LANDSCAPE_PAN_HOTKEYS
       
    62 #endif
       
    63 
       
    64 #if defined(__S60_31_VOLUME_KEYS__)
       
    65 MACRO           S60_31_VOLUME_KEYS
       
    66 LIBRARY         remconcoreapi.lib
       
    67 LIBRARY         remconinterfacebase.lib
       
    68 #endif
       
    69 
       
    70 #if defined( __FULLSCREEN_AVAILABLE__ )
       
    71 MACRO			FULLSCREEN_AVAILABLE
       
    72 #endif
       
    73 
       
    74 TARGET			ImageEditor.exe
       
    75 TARGETTYPE		exe
       
    76 EPOCSTACKSIZE 	0x5000
       
    77 EPOCHEAPSIZE	0x400 0x800000
       
    78 UID				0x100039CE UID_IMAGE_EDITOR
       
    79 
       
    80 VENDORID        VID_DEFAULT
       
    81 CAPABILITY      CAP_APPLICATION AllFiles
       
    82 
       
    83 SOURCEPATH      ../src
       
    84 SOURCE          ImageEditorApp.cpp
       
    85 SOURCE          ImageEditorAppUi.cpp
       
    86 SOURCE          ImageEditorDocument.cpp
       
    87 SOURCE          ImageEditorImageController.cpp
       
    88 SOURCE		CImageEditorVolumeKeyObserver.cpp
       
    89 #if defined(__S60_31_VOLUME_KEYS__)
       
    90 SOURCE          CMGXRemConTarget.cpp
       
    91 #endif
       
    92 
       
    93 USERINCLUDE			.
       
    94 USERINCLUDE			../inc
       
    95 USERINCLUDE			../../inc
       
    96 USERINCLUDE			../../group
       
    97 USERINCLUDE			../../ImageEditorUI/inc
       
    98 USERINCLUDE			../../ImageEditorManager/inc
       
    99 
       
   100 // Default system include paths for application layer modules.
       
   101 APP_LAYER_SYSTEMINCLUDE
       
   102 
       
   103 SYSTEMINCLUDE			.
       
   104 
       
   105 START RESOURCE  ../data/ImageEditor.rss
       
   106 HEADER
       
   107 TARGETPATH      APP_RESOURCE_DIR
       
   108 LANGUAGE_IDS
       
   109 END
       
   110 
       
   111 START RESOURCE  ../data/ImageEditor_caption.rss
       
   112 HEADER			
       
   113 TARGETPATH      APP_RESOURCE_DIR
       
   114 LANGUAGE_IDS
       
   115 END 
       
   116 
       
   117 
       
   118 LIBRARY				euser.lib
       
   119 
       
   120 LIBRARY				apparc.lib
       
   121 LIBRARY				cone.lib
       
   122 LIBRARY				eikcore.lib
       
   123 LIBRARY				eikctl.lib
       
   124 LIBRARY		        	eikcoctl.lib
       
   125 LIBRARY             eikcdlg.lib
       
   126 LIBRARY				avkon.lib
       
   127 LIBRARY				fbscli.lib
       
   128 LIBRARY				bafl.lib
       
   129 LIBRARY				efsrv.lib
       
   130 LIBRARY				sendui.lib
       
   131 LIBRARY				hlplch.lib
       
   132 LIBRARY 			ws32.lib
       
   133 LIBRARY 			systemparameters.lib
       
   134 LIBRARY 			aknnotify.lib 
       
   135 
       
   136 LIBRARY				imageeditorui.lib
       
   137 LIBRARY				imageeditormanager.lib
       
   138 LIBRARY				imageeditorutils.lib
       
   139 LIBRARY				CommonDialogs.lib 
       
   140 LIBRARY				PlatformEnv.lib 
       
   141 LIBRARY             		featmgr.lib 
       
   142 LIBRARY				eiksrv.lib
       
   143 
       
   144 LIBRARY    		RemConCoreApi.lib
       
   145 LIBRARY    		RemConInterfaceBase.lib
       
   146 
       
   147 START RESOURCE  ../aif/ImageEditor_reg.rss
       
   148 DEPENDS imageeditor.rsg
       
   149 // Do not change the UID below.
       
   150 TARGETPATH      /private/10003a3f/apps
       
   151 END
       
   152 
       
   153 START BITMAP    ImageEditor_aif.mbm
       
   154 TARGETPATH      APP_RESOURCE_DIR
       
   155 SOURCEPATH      ../aif
       
   156 SOURCE          c8 context_pane_icon.bmp
       
   157 SOURCE          c8 context_pane_icon_mask.bmp
       
   158 SOURCE          c8 list_icon.bmp
       
   159 SOURCE          c8 list_icon_mask.bmp
       
   160 END
       
   161 
       
   162 // End of file