meetingrequest/mrgui/mrfieldbuilderplugin/group/esmrfieldbuilderplugin.mmp
branchRCL_3
changeset 12 4ce476e64c59
parent 4 e7aa27f58ae1
child 17 67369d1b217f
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    13 *
    13 *
    14 * Description:  Project definition file for project esmrfieldbuilderplugin
    14 * Description:  Project definition file for project esmrfieldbuilderplugin
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 #include "../../../inc/esmrinternaluid.h"
    18 #include "../../../inc/esmrinternaluid.h"
    23 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
    19 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
    24 #include "../../../../inc/emailtraceconfig.hrh"
    20 #include "../../../../inc/emailtraceconfig.hrh"
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
    25 
    23 
    26 TARGET          esmrfieldbuilderplugin.dll
    24 TARGET          esmrfieldbuilderplugin.dll
    27 TARGETTYPE      PLUGIN
    25 TARGETTYPE      PLUGIN
    28 
    26 
    29 UID             KEComRecognitionUID2 KESMRUIFieldBuilderPluginDllUId
    27 UID             KEComRecognitionUID2 KESMRUIFieldBuilderPluginDllUId
    30 CAPABILITY      CAP_ECOM_PLUGIN
    28 CAPABILITY      CAP_ECOM_PLUGIN
    31 VENDORID        VID_DEFAULT
    29 VENDORID        VID_DEFAULT
    32 
    30 
    33 VERSION         KEmailBinaryVersionNumber
    31 // Includes
    34 KEmailBinaryDemandPaging
    32 APP_LAYER_SYSTEMINCLUDE
    35 
    33 
    36 // Includes 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 USERINCLUDE     ../inc
    34 USERINCLUDE     ../inc
    39 USERINCLUDE     ../../inc
    35 USERINCLUDE     ../../inc
    40 USERINCLUDE     ../../../inc
    36 USERINCLUDE     ../../../inc
    41 USERINCLUDE     ../../../../inc
    37 USERINCLUDE     ../../../../inc
    42 
    38 
    43 //implementations
    39 //implementations
    44 SOURCEPATH      ../src 
       
    45 SOURCE          CESMRFieldBuilderPluginProxy.cpp
       
    46 SOURCE          CESMRFieldBuilderPlugin.cpp
       
    47 
       
    48 SOURCEPATH      ../src
    40 SOURCEPATH      ../src
       
    41 SOURCE          cesmrfieldbuilderpluginproxy.cpp
       
    42 SOURCE          cesmrfieldbuilderplugin.cpp
    49 
    43 
    50 SOURCE          cesmrrepeatuntil.cpp
    44 SOURCE          cesmrrepeatuntil.cpp
    51 SOURCE          cesmrsubjectfield.cpp
    45 SOURCE          cesmrsubjectfield.cpp
    52 SOURCE          cesmrtimefield.cpp
    46 SOURCE          cesmrtimefield.cpp
       
    47 SOURCE          cmrtimecontainer.cpp
    53 SOURCE          cesmrdatefield.cpp
    48 SOURCE          cesmrdatefield.cpp
    54 SOURCE          cesmrlocationfield.cpp
    49 SOURCE          cesmrlocationfield.cpp
    55 SOURCE          cesmralarmfield.cpp
    50 SOURCE          cesmralarmfield.cpp
    56 SOURCE          cesmrrecurencefield.cpp
    51 SOURCE          cesmrrecurencefield.cpp
    57 SOURCE          cesmrdescriptionfield.cpp
    52 SOURCE          cesmrdescriptionfield.cpp
    58 SOURCE          cesmrcheckbox.cpp
    53 SOURCE          cesmrcheckbox.cpp
    59 SOURCE          cesmrsingletimefield.cpp
    54 SOURCE          cesmrsingletimefield.cpp
    60 SOURCE          cesmrbooleanfield.cpp
       
    61 SOURCE          cesmrsyncfield.cpp
    55 SOURCE          cesmrsyncfield.cpp
    62 SOURCE          cesmrsync.cpp
    56 SOURCE          cesmrtextitem.cpp
    63 SOURCE          cesmrpriority.cpp
    57 SOURCE          cesmrpriority.cpp
    64 SOURCE          cesmrpriorityfield.cpp
    58 SOURCE          cesmrpriorityfield.cpp
       
    59 SOURCE		    cmrattachmentsfield.cpp
       
    60 SOURCE          cmrunifiededitorfield.cpp
       
    61 SOURCE          cmrmulticalenfield.cpp
       
    62 SOURCE          cmrviewerattachmentfield.cpp
       
    63 SOURCE          cmrattachmentcommandhandler.cpp
       
    64 SOURCE          cmrattachmentcommand.cpp
       
    65 SOURCE          cmropenattachmentcommand.cpp
       
    66 SOURCE          cmrremoveattachmentcommand.cpp
       
    67 SOURCE          cmrsaveattachmentcommand.cpp
       
    68 SOURCE          cmralarmonofffield.cpp
    65 
    69 
    66 SOURCE          cesmrviewerlocationfield.cpp
    70 SOURCE          cesmrviewerlocationfield.cpp
    67 SOURCE          cesmrviewerstartdatefield.cpp
    71 SOURCE          cesmrviewerstartdatefield.cpp
    68 SOURCE          cesmrviewertimefield.cpp
    72 SOURCE          cesmrviewertimefield.cpp
    69 SOURCE          cesmrvieweralarmfield.cpp
    73 SOURCE          cesmrvieweralarmfield.cpp
    75 SOURCE          cesmrviewerpriorityfield.cpp
    79 SOURCE          cesmrviewerpriorityfield.cpp
    76 SOURCE          cesmrvieweralldayeventfield.cpp
    80 SOURCE          cesmrvieweralldayeventfield.cpp
    77 SOURCE          cesmrvieweralarmdatefield.cpp
    81 SOURCE          cesmrvieweralarmdatefield.cpp
    78 SOURCE          cesmrvieweralarmtimefield.cpp
    82 SOURCE          cesmrvieweralarmtimefield.cpp
    79 SOURCE          cesmrviewerdetailedsubjectfield.cpp
    83 SOURCE          cesmrviewerdetailedsubjectfield.cpp
       
    84 SOURCE          cmrsaveandopenattachmentcommand.cpp
    80 
    85 
    81 SOURCEPATH              ../data
    86 SOURCEPATH              ../data
    82 START RESOURCE          esmrfieldbuilderplugin.rss
    87 START RESOURCE          esmrfieldbuilderplugin.rss
    83 TARGET                  esmrfieldbuilderplugin.rsc
    88 TARGET                  esmrfieldbuilderplugin.rsc
    84 END
    89 END
    85 
    90 
    86 // Dependencies to mrui components
    91 // Dependencies to mrui components
    87 LIBRARY esmrgui.lib
    92 LIBRARY esmrcommon.lib
    88 LIBRARY esmrservices.lib           //attachmentinfo handling
    93 LIBRARY esmrservices.lib
    89 LIBRARY esmrfieldbuildercommon.lib //cesmrfield, cesmrborderlayer etc
    94 LIBRARY esmrfieldbuildercommon.lib
    90 LIBRARY esmrcommon.lib             //esmrhelper::locateresourcefile()
       
    91 LIBRARY esmrfieldevent.lib
    95 LIBRARY esmrfieldevent.lib
       
    96 LIBRARY mrguicommon.lib
       
    97 LIBRARY remoteattachment.lib
    92 
    98 
    93 // Dependencies to Symbian/S60 OS components
    99 // Dependencies to Symbian/S60 OS components
    94 LIBRARY apparc.lib
   100 LIBRARY apparc.lib
    95 LIBRARY ecom.lib
   101 LIBRARY ecom.lib
    96 LIBRARY euser.lib
   102 LIBRARY euser.lib
   109 LIBRARY gdi.lib
   115 LIBRARY gdi.lib
   110 LIBRARY form.lib
   116 LIBRARY form.lib
   111 LIBRARY avkon.lib
   117 LIBRARY avkon.lib
   112 LIBRARY aknlayout2.lib
   118 LIBRARY aknlayout2.lib
   113 LIBRARY cdlengine.lib
   119 LIBRARY cdlengine.lib
       
   120 LIBRARY caleninterimutils2.lib
       
   121 LIBRARY eikcore.lib
       
   122 LIBRARY npdlib.lib
       
   123 LIBRARY apgrfx.lib
       
   124 LIBRARY efsrv.lib
       
   125 LIBRARY commonui.lib
       
   126 LIBRARY apmime.lib
       
   127 LIBRARY aknnotify.lib
       
   128 
       
   129 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
   130 LIBRARY flogger.lib
   114 LIBRARY cmaillogger.lib
   131 LIBRARY cmaillogger.lib
   115 
   132 #endif // ENABLE_TRACES && TRACE_INTO_FILE
   116 #ifdef TRACE_INTO_FILE
       
   117 LIBRARY flogger.lib
       
   118 #endif // TRACE_INTO_FILE
       
   119 
   133 
   120 // End of File
   134 // End of File