meetingrequest/mrgui/mrfieldbuilderpluginextension/group/esmrfieldbuilderpluginextension.mmp
branchRCL_3
changeset 25 3533d4323edc
equal deleted inserted replaced
24:d189ee25cf9d 25:3533d4323edc
       
     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 esmrfieldbuilderpluginextension
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    23 #include "../../../inc/esmrinternaluid.h"
       
    24 #include "../../../../inc/emailtraceconfig.hrh"
       
    25 #include <data_caging_paths.hrh>
       
    26 #include <platform_paths.hrh>
       
    27 
       
    28 TARGET          esmrfieldbuilderpluginextension.dll
       
    29 TARGETTYPE      PLUGIN
       
    30 
       
    31 UID             KEComRecognitionUID2 KESMRUIFieldBuilderPluginExtensionDllUId
       
    32 CAPABILITY      CAP_ECOM_PLUGIN
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 // Includes
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE 	../../inc
       
    40 USERINCLUDE 	../../../inc
       
    41 USERINCLUDE     ../../../../inc
       
    42 
       
    43 //implementations
       
    44 
       
    45 SOURCEPATH 		../src
       
    46 
       
    47 SOURCE          cesmrfieldbuilderpluginextensionproxy.cpp
       
    48 SOURCE          cesmrfieldbuilderpluginextension.cpp
       
    49 SOURCE          resmrpluginextensionstatic.cpp
       
    50 
       
    51 // Source for Tracking view firlds
       
    52 SOURCE          cesmrtrackingfieldlabel.cpp
       
    53 SOURCE          cesmrtrackstatus.cpp
       
    54 
       
    55 SOURCE          cesmrattendeefield.cpp
       
    56 SOURCE          cesmrncsaifeditor.cpp
       
    57 SOURCE          cesmrncseditor.cpp
       
    58 SOURCE          cesmrncsemailaddressobject.cpp
       
    59 SOURCE          cesmrncspopuplistbox.cpp
       
    60 SOURCE          cesmrclsitem.cpp
       
    61 SOURCE          cesmrclsmatchobserver.cpp
       
    62 SOURCE          cesmrclslistshandler.cpp
       
    63 SOURCE          cesmrinputmodeobserver.cpp
       
    64 SOURCE          cesmrcontacthandler.cpp
       
    65 
       
    66 SOURCE          cesmrviewerfromfield.cpp
       
    67 SOURCE          cesmrviewerattendeesfield.cpp
       
    68 SOURCE          cesmrresponsefield.cpp
       
    69 SOURCE          cesmrresponseitem.cpp
       
    70 SOURCE          cesmrconflictpopup.cpp
       
    71 
       
    72 SOURCEPATH              ../data
       
    73 START RESOURCE          esmrfieldbuilderpluginextension.rss
       
    74 TARGET                  esmrfieldbuilderpluginextension.rsc
       
    75 END
       
    76 
       
    77 // fsemail framework
       
    78 LIBRARY fsfwcommonlib.lib
       
    79 LIBRARY fsmailframework.lib
       
    80 
       
    81 // Dependencies to mrui components
       
    82 LIBRARY esmrcommon.lib
       
    83 LIBRARY esmrservices.lib
       
    84 LIBRARY esmrfieldbuildercommon.lib
       
    85 LIBRARY mrguicommon.lib
       
    86 
       
    87 // Dependencies to Symbian OS components
       
    88 LIBRARY apparc.lib
       
    89 LIBRARY euser.lib
       
    90 LIBRARY ecom.lib
       
    91 LIBRARY bafl.lib
       
    92 LIBRARY eikcore.lib
       
    93 LIBRARY aknskins.lib
       
    94 LIBRARY etext.lib
       
    95 LIBRARY vpbkeng.lib
       
    96 LIBRARY cone.lib
       
    97 LIBRARY calinterimapi.lib
       
    98 LIBRARY commonengine.lib
       
    99 LIBRARY centralrepository.lib
       
   100 LIBRARY eikcoctl.lib
       
   101 LIBRARY gdi.lib
       
   102 LIBRARY egul.lib
       
   103 LIBRARY eikctl.lib
       
   104 LIBRARY form.lib
       
   105 LIBRARY avkon.lib
       
   106 LIBRARY aknicon.lib
       
   107 
       
   108 LIBRARY psserverclientapi.lib
       
   109 LIBRARY pcsutils.lib
       
   110 LIBRARY cenrepnotifhandler.lib
       
   111 LIBRARY estor.lib
       
   112 
       
   113 LIBRARY servicehandler.lib          // for aiw
       
   114 LIBRARY aiwdialdata.lib
       
   115 LIBRARY pbk2commonui.lib
       
   116 LIBRARY pbk2rclengine.lib
       
   117 LIBRARY ws32.lib //RWindowGroup
       
   118 LIBRARY cntmodel.lib //contactitem
       
   119 LIBRARY caleninterimutils2.lib
       
   120 LIBRARY featdiscovery.lib
       
   121 
       
   122 // needed by XML based LAF components
       
   123 LIBRARY cdlengine.lib
       
   124 LIBRARY aknlayout2scalable.lib
       
   125 LIBRARY aknlayout2.lib
       
   126 
       
   127 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
   128 LIBRARY flogger.lib
       
   129 LIBRARY cmaillogger.lib
       
   130 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
   131 
       
   132 // End of File