imageeditor/ImageEditorUI/group/ImageEditorUI.mmp
changeset 1 edfc90759b9f
child 12 18b321db4884
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 
       
    20 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 #include "../../inc/definitions.def"
       
    25 
       
    26 #if defined( __VERBOSE__ )
       
    27 MACRO           VERBOSE
       
    28 #endif
       
    29 
       
    30 #if defined(__IE_GLOBAL_DEBUGLOG__) || defined(__IE_DEBUGLOG__)
       
    31 MACRO           ENABLE_DEBUGLOG
       
    32 LIBRARY         flogger.lib
       
    33 LIBRARY         efsrv.lib
       
    34 #endif
       
    35 
       
    36 #if defined( __LANDSCAPE_SUPPORT__ )
       
    37 MACRO           LANDSCAPE_SUPPORT
       
    38 #endif
       
    39 
       
    40 MACRO           AIW_SUPPORT
       
    41 LIBRARY         servicehandler.lib
       
    42 
       
    43 #if defined( __OEM_SDK__ )
       
    44 MACRO			OEM_SDK
       
    45 #endif
       
    46 
       
    47 #if defined( __AIW_PRINT_PROVIDER_USED__ )
       
    48 MACRO			AIW_PRINT_PROVIDER_USED
       
    49 #endif
       
    50 
       
    51 #if defined( __SWAP_SOFTKEY_POSITIONS__)
       
    52 MACRO			SWAP_SOFTKEY_POSITIONS
       
    53 #endif
       
    54 
       
    55 #if defined( __FULLSCREEN_AVAILABLE__ )
       
    56 MACRO			FULLSCREEN_AVAILABLE
       
    57 #endif
       
    58 
       
    59 
       
    60 TARGET				ImageEditorUI.dll
       
    61 TARGETTYPE			dll
       
    62 UID					0x1000008d
       
    63 
       
    64 VENDORID        VID_DEFAULT
       
    65 CAPABILITY      CAP_GENERAL_DLL
       
    66 
       
    67 SOURCEPATH			../src
       
    68 
       
    69 SOURCE				ImageEditorUIView.cpp
       
    70 SOURCE				ImageEditorUIContainer.cpp
       
    71 SOURCE				ImageEditorControlBase.cpp
       
    72 SOURCE				PreviewControlBase.cpp
       
    73 SOURCE				SingleParamControl.cpp
       
    74 SOURCE				ColorSelectionGrid.cpp
       
    75 SOURCE				DrawUtils.cpp
       
    76 SOURCE 				PluginGrid.cpp
       
    77 SOURCE				WaitIndicator.cpp
       
    78 SOURCE				TControlItem.cpp
       
    79 SOURCE				ColorSelectionPopup.cpp 
       
    80 SOURCE				CMultiLineQueryDialog.cpp
       
    81 
       
    82 USERINCLUDE			.
       
    83 USERINCLUDE			../inc
       
    84 USERINCLUDE			../../inc
       
    85 USERINCLUDE			../../group
       
    86 
       
    87 // Default system include paths for application layer modules.
       
    88 APP_LAYER_SYSTEMINCLUDE
       
    89 
       
    90 SYSTEMINCLUDE		.
       
    91 
       
    92 START RESOURCE  ../data/ImageEditorUI.rss
       
    93 HEADER
       
    94 TARGETPATH      APP_RESOURCE_DIR
       
    95 LANGUAGE_IDS
       
    96 END
       
    97 
       
    98 LIBRARY				euser.lib
       
    99 LIBRARY				cone.lib
       
   100 LIBRARY				eikcore.lib
       
   101 LIBRARY				eikctl.lib
       
   102 LIBRARY				avkon.lib
       
   103 LIBRARY				fbscli.lib
       
   104 LIBRARY				eikcoctl.lib
       
   105 LIBRARY				bafl.lib
       
   106 LIBRARY				gdi.lib
       
   107 LIBRARY				egul.lib
       
   108 LIBRARY 			ws32.lib
       
   109 LIBRARY				sendui.lib
       
   110 LIBRARY				aknnotify.lib
       
   111 LIBRARY				commonengine.lib
       
   112 LIBRARY				imageeditorutils.lib
       
   113 LIBRARY				eikdlg.lib
       
   114 LIBRARY				aknicon.lib
       
   115 LIBRARY             aknskins.lib 
       
   116 LIBRARY             aknskinsrv.lib 
       
   117 LIBRARY             eiksrv.lib 
       
   118 LIBRARY				PlatformEnv.lib 
       
   119 LIBRARY             apgrfx.lib
       
   120 LIBRARY             apparc.lib 
       
   121 
       
   122 #ifdef RD_TACTILE_FEEDBACK
       
   123 LIBRARY     	touchfeedback.lib
       
   124 #endif /* RD_TACTILE_FEEDBACK  */
       
   125 
       
   126 
       
   127 LIBRARY AknLayout2.lib
       
   128 LIBRARY aknlayout2adaptation.lib
       
   129 LIBRARY AknLayout2Scalable.lib 
       
   130 LIBRARY CdlEngine.lib // Scalable UI
       
   131 //#if defined( __EXPORT_UNFROZEN_FRAMEWORK__ )
       
   132 //EXPORTUNFROZEN
       
   133 //#endif
       
   134 NOSTRICTDEF
       
   135 
       
   136 // End of File