meetingrequest/mrgui/group/esmrgui.mmp
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007-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:  Project definition file for project esmrgui
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    20 #include "../../inc/esmrinternaluid.h"
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 // Target information
       
    25 TARGET          esmrgui.dll
       
    26 TARGETTYPE      dll
       
    27 UID             KEPOCStaticDllUID2 KESMRDllUid3
       
    28 DEFFILE         ESMRGUI.def
       
    29 
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 
       
    32 VERSION         KEmailBinaryVersionNumber
       
    33 KEmailBinaryDemandPaging
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 //the following contain dll exports
       
    38 SOURCE          cesmruifactory.cpp
       
    39 SOURCE          cesmrglobalnote.cpp
       
    40 SOURCE          cesmrconfirmationquery.cpp
       
    41 SOURCE          cesmrlistquery.cpp
       
    42 SOURCE          cesmrsendui.cpp
       
    43 SOURCE          esmrvcalexport.cpp
       
    44 SOURCE          cesmrguilistquery.cpp
       
    45 SOURCE          cmrimage.cpp
       
    46 SOURCE          cmrlabel.cpp
       
    47 
       
    48 //internal classes
       
    49 SOURCE          cesmrcontactlinkiterator.cpp
       
    50 SOURCE          cesmrcontactmenuurlhandler.cpp
       
    51 SOURCE          cesmrcontactmenuattachmenthandler.cpp
       
    52 SOURCE          cesmrcontactmanagerhandler.cpp
       
    53 SOURCE          cesmrview.cpp
       
    54 SOURCE          cesmrlistcomponent.cpp
       
    55 SOURCE          cesmrtitlepane.cpp
       
    56 
       
    57 SOURCE          cesmrfieldstorage.cpp
       
    58 SOURCE          cesmreditorfieldstorage.cpp
       
    59 SOURCE          cesmrviewerfieldstorage.cpp
       
    60 SOURCE          cesmrmixedfieldstorage.cpp
       
    61 
       
    62 SOURCE          cesmreditordialog.cpp
       
    63 SOURCE          cesmrviewerdialog.cpp
       
    64 SOURCE          cesmrresponsedialog.cpp
       
    65 SOURCE          cmrresponsedialogview.cpp
       
    66 SOURCE          cesmrtrackingviewdialog.cpp
       
    67 
       
    68 SOURCE          cesmrvalidatorfactory.cpp
       
    69 SOURCE          cesmrmeetingtimevalidator.cpp
       
    70 SOURCE          cesmrtodotimevalidator.cpp
       
    71 SOURCE          cesmrmemotimevalidator.cpp
       
    72 SOURCE          cesmrannivtimevalidator.cpp
       
    73 SOURCE          cesmrtitlepanehandler.cpp
       
    74 SOURCE          cesmrlocationpluginhandler.cpp
       
    75 SOURCE          cesmrdynamicitemselectionlist.cpp
       
    76 SOURCE          cesmraddressinfohandler.cpp
       
    77 
       
    78 SOURCE          cesmrlocationhistoryitem.cpp
       
    79 SOURCE          cesmrlocationhistoryitemfactory.cpp
       
    80 SOURCE          cesmrlocationhistorymanager.cpp
       
    81 
       
    82 SOURCE          cesmrfieldeventqueue.cpp
       
    83 
       
    84 SOURCE          cmrlistpane.cpp
       
    85 
       
    86 //the following also contain dll exports (only used by fieldbuilder)
       
    87 SOURCE          cesmrrecurrence.cpp
       
    88 SOURCE          cesmrlayoutmgr.cpp
       
    89 SOURCE          cesmralarm.cpp
       
    90 SOURCE          resmrstatic.cpp
       
    91 SOURCE          cesmrcontactmenuhandler.cpp
       
    92 SOURCE          nmrlayoutmanager.cpp
       
    93 SOURCE          nmrbitmapmanager.cpp
       
    94 
       
    95 // Resources
       
    96 SOURCEPATH      ../data
       
    97 START RESOURCE  esmrgui.rss
       
    98 HEADER
       
    99 TARGETPATH      RESOURCE_FILES_DIR
       
   100 LANGUAGE_IDS
       
   101 END
       
   102 
       
   103 APP_LAYER_SYSTEMINCLUDE
       
   104 SYSTEMINCLUDE     /epoc32/include/ecom
       
   105 
       
   106 // Include paths
       
   107 USERINCLUDE     ../inc
       
   108 USERINCLUDE     ../../inc
       
   109 USERINCLUDE     ../../../inc
       
   110 
       
   111 // Dependencies to esmrui libraries
       
   112 LIBRARY esmrpolicy.lib
       
   113 LIBRARY esmrcommon.lib //esmrhelper::locateresourcefile()
       
   114 LIBRARY esmrfieldevent.lib
       
   115 LIBRARY esmrservices.lib
       
   116 
       
   117 // Dependencies to Symbian/S60 OS components
       
   118 LIBRARY apparc.lib
       
   119 LIBRARY ecom.lib
       
   120 LIBRARY euser.lib
       
   121 LIBRARY apgrfx.lib
       
   122 LIBRARY cone.lib
       
   123 LIBRARY eikcoctl.lib
       
   124 LIBRARY egul.lib
       
   125 LIBRARY eikdlg.lib
       
   126 LIBRARY estor.lib
       
   127 LIBRARY eikctl.lib
       
   128 LIBRARY bafl.lib
       
   129 LIBRARY eikcore.lib
       
   130 LIBRARY efsrv.lib
       
   131 LIBRARY featmgr.lib
       
   132 LIBRARY pbkeng.lib
       
   133 LIBRARY vpbkeng.lib
       
   134 LIBRARY sendui.lib
       
   135 LIBRARY fontutils.lib
       
   136 LIBRARY aknskins.lib
       
   137 LIBRARY cenrepnotifhandler.lib
       
   138 LIBRARY centralrepository.lib
       
   139 LIBRARY aknnotify.lib
       
   140 LIBRARY favouritesengine.lib
       
   141 LIBRARY aknicon.lib
       
   142 LIBRARY sysutil.lib
       
   143 LIBRARY etext.lib
       
   144 LIBRARY calinterimapi.lib
       
   145 LIBRARY hlplch.lib
       
   146 LIBRARY commonengine.lib
       
   147 LIBRARY fbscli.lib
       
   148 LIBRARY avkon.lib
       
   149 LIBRARY calenimp.lib
       
   150 LIBRARY caleninterimutils2.lib
       
   151 LIBRARY lmkcommonui.lib 
       
   152 LIBRARY eposlandmarks.lib
       
   153 LIBRARY platformenv.lib
       
   154 LIBRARY gdi.lib
       
   155 LIBRARY msgs.lib
       
   156 
       
   157 // fsemail framework
       
   158 LIBRARY fsfwcommonlib.lib
       
   159 LIBRARY fsmailframework.lib
       
   160 
       
   161 //needed by XML based LAF components
       
   162 LIBRARY         cdlengine.lib
       
   163 LIBRARY         aknlayout2.lib
       
   164 LIBRARY         aknlayout2scalable.lib
       
   165 
       
   166 // AIW
       
   167 LIBRARY ServiceHandler.lib //__PRINTING_FRAMEWORK_CALENDAR_PLUGIN
       
   168 
       
   169 LIBRARY touchfeedback.lib
       
   170 LIBRARY aknphysics.lib
       
   171 LIBRARY cmaillogger.lib
       
   172 
       
   173 // End of File