meetingrequest/mrguicommon/group/mrguicommon.mmp
branchRCL_3
changeset 12 4ce476e64c59
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     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/esmrinternaluid.h"
       
    20 #include "../../../inc/emailtraceconfig.hrh"
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 
       
    25 // Target information
       
    26 TARGET          mrguicommon.dll
       
    27 TARGETTYPE      dll
       
    28 UID             KEPOCStaticDllUID2 KESMRDllUid3
       
    29 DEFFILE         mrguicommon.def
       
    30 
       
    31 CAPABILITY      CAP_GENERAL_DLL
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 //the following contain dll exports
       
    36 SOURCE          cesmrglobalnote.cpp
       
    37 SOURCE          cesmrconfirmationquery.cpp
       
    38 SOURCE          cesmrlistquery.cpp
       
    39 SOURCE          cesmrsendui.cpp
       
    40 SOURCE          esmrvcalexport.cpp
       
    41 SOURCE          cesmrguilistquery.cpp
       
    42 SOURCE          cmrimage.cpp
       
    43 SOURCE          cmrbutton.cpp
       
    44 SOURCE          cmrlabel.cpp
       
    45 SOURCE          cesmrrecurrence.cpp
       
    46 SOURCE          cesmralarm.cpp
       
    47 SOURCE          resmrstatic.cpp
       
    48 SOURCE          cesmrcontactmenuhandler.cpp
       
    49 SOURCE          nmrlayoutmanager.cpp
       
    50 SOURCE          nmrbitmapmanager.cpp
       
    51 SOURCE          nmrcolormanager.cpp
       
    52 SOURCE          cmrstyluspopupmenu.cpp
       
    53 
       
    54 SOURCE          cesmrcontactlinkiterator.cpp
       
    55 SOURCE          cesmrcontactmenuurlhandler.cpp
       
    56 SOURCE          cesmrcontactmanagerhandler.cpp
       
    57 
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 // Include paths
       
    61 USERINCLUDE     ../inc
       
    62 USERINCLUDE     ../../inc
       
    63 USERINCLUDE     ../../../inc
       
    64 
       
    65 // Dependencies to esmrui libraries
       
    66 LIBRARY esmrcommon.lib
       
    67 LIBRARY esmrservices.lib
       
    68 
       
    69 // Dependencies to Symbian/S60 OS components
       
    70 LIBRARY apparc.lib
       
    71 LIBRARY ecom.lib
       
    72 LIBRARY euser.lib
       
    73 LIBRARY apgrfx.lib
       
    74 LIBRARY apmime.lib
       
    75 LIBRARY cone.lib
       
    76 LIBRARY eikcoctl.lib
       
    77 LIBRARY egul.lib
       
    78 LIBRARY eikdlg.lib
       
    79 LIBRARY estor.lib
       
    80 LIBRARY eikctl.lib
       
    81 LIBRARY bafl.lib
       
    82 LIBRARY eikcore.lib
       
    83 LIBRARY efsrv.lib
       
    84 LIBRARY featmgr.lib
       
    85 LIBRARY pbkeng.lib
       
    86 LIBRARY vpbkeng.lib
       
    87 LIBRARY sendui.lib
       
    88 LIBRARY fontutils.lib
       
    89 LIBRARY aknskins.lib
       
    90 LIBRARY cenrepnotifhandler.lib
       
    91 LIBRARY centralrepository.lib
       
    92 LIBRARY aknnotify.lib
       
    93 LIBRARY favouritesengine.lib
       
    94 LIBRARY aknicon.lib
       
    95 LIBRARY sysutil.lib
       
    96 LIBRARY etext.lib
       
    97 LIBRARY calinterimapi.lib
       
    98 LIBRARY hlplch.lib
       
    99 LIBRARY commonengine.lib
       
   100 LIBRARY fbscli.lib
       
   101 LIBRARY avkon.lib
       
   102 LIBRARY calenimp.lib
       
   103 LIBRARY caleninterimutils2.lib
       
   104 LIBRARY lmkcommonui.lib
       
   105 LIBRARY eposlandmarks.lib
       
   106 LIBRARY aknphysics.lib
       
   107 LIBRARY touchfeedback.lib
       
   108 LIBRARY commonui.lib
       
   109 LIBRARY npdlib.lib
       
   110 LIBRARY lbs.lib
       
   111 LIBRARY platformenv.lib
       
   112 
       
   113 
       
   114 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
   115 LIBRARY flogger.lib
       
   116 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
   117 
       
   118 //needed by XML based LAF components
       
   119 LIBRARY         cdlengine.lib
       
   120 LIBRARY         aknlayout2.lib
       
   121 LIBRARY         aknlayout2scalable.lib
       
   122 
       
   123 // AIW
       
   124 LIBRARY servicehandler.lib //__PRINTING_FRAMEWORK_CALENDAR_PLUGIN
       
   125 
       
   126 // End of File