meetingrequest/mrgui/mrfieldbuilderplugin/group/esmrfieldbuilderplugin.mmp
branchRCL_3
changeset 64 3533d4323edc
equal deleted inserted replaced
63:d189ee25cf9d 64:3533d4323edc
       
     1 /*
       
     2 * Copyright (c) 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 esmrfieldbuilderplugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../../inc/esmrinternaluid.h"
       
    19 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    20 #include "../../../../inc/emailtraceconfig.hrh"
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          esmrfieldbuilderplugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 
       
    27 UID             KEComRecognitionUID2 KESMRUIFieldBuilderPluginDllUId
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 // Includes
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../inc
       
    36 USERINCLUDE     ../../../inc
       
    37 USERINCLUDE     ../../../../inc
       
    38 
       
    39 //implementations
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          cesmrfieldbuilderpluginproxy.cpp
       
    42 SOURCE          cesmrfieldbuilderplugin.cpp
       
    43 
       
    44 SOURCE          cesmrrepeatuntil.cpp
       
    45 SOURCE          cesmrsubjectfield.cpp
       
    46 SOURCE          cesmrtimefield.cpp
       
    47 SOURCE          cmrtimecontainer.cpp
       
    48 SOURCE          cesmrdatefield.cpp
       
    49 SOURCE          cesmrlocationfield.cpp
       
    50 SOURCE          cesmralarmfield.cpp
       
    51 SOURCE          cesmrrecurencefield.cpp
       
    52 SOURCE          cesmrdescriptionfield.cpp
       
    53 SOURCE          cesmrcheckbox.cpp
       
    54 SOURCE          cesmrsingletimefield.cpp
       
    55 SOURCE          cesmrsyncfield.cpp
       
    56 SOURCE          cesmrtextitem.cpp
       
    57 SOURCE          cesmrpriority.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
       
    69 
       
    70 SOURCE          cesmrviewerlocationfield.cpp
       
    71 SOURCE          cesmrviewerstartdatefield.cpp
       
    72 SOURCE          cesmrviewertimefield.cpp
       
    73 SOURCE          cesmrvieweralarmfield.cpp
       
    74 SOURCE          cesmrviewerdescriptionfield.cpp
       
    75 SOURCE          cesmrviewerstopdatefield.cpp
       
    76 SOURCE          cesmrviewerrecurrencedatefield.cpp
       
    77 SOURCE          cesmrviewerrecurrencefield.cpp
       
    78 SOURCE          cesmrviewersyncfield.cpp
       
    79 SOURCE          cesmrviewerpriorityfield.cpp
       
    80 SOURCE          cesmrvieweralldayeventfield.cpp
       
    81 SOURCE          cesmrvieweralarmdatefield.cpp
       
    82 SOURCE          cesmrvieweralarmtimefield.cpp
       
    83 SOURCE          cesmrviewerdetailedsubjectfield.cpp
       
    84 SOURCE          cmrsaveandopenattachmentcommand.cpp
       
    85 
       
    86 SOURCEPATH              ../data
       
    87 START RESOURCE          esmrfieldbuilderplugin.rss
       
    88 TARGET                  esmrfieldbuilderplugin.rsc
       
    89 END
       
    90 
       
    91 // Dependencies to mrui components
       
    92 LIBRARY esmrcommon.lib
       
    93 LIBRARY esmrservices.lib
       
    94 LIBRARY esmrfieldbuildercommon.lib
       
    95 LIBRARY esmrfieldevent.lib
       
    96 LIBRARY mrguicommon.lib
       
    97 LIBRARY remoteattachment.lib
       
    98 
       
    99 // Dependencies to Symbian/S60 OS components
       
   100 LIBRARY apparc.lib
       
   101 LIBRARY ecom.lib
       
   102 LIBRARY euser.lib
       
   103 LIBRARY bafl.lib
       
   104 LIBRARY cone.lib
       
   105 LIBRARY eikcoctl.lib
       
   106 LIBRARY egul.lib
       
   107 LIBRARY eikctl.lib
       
   108 
       
   109 LIBRARY aknicon.lib
       
   110 LIBRARY aknskins.lib
       
   111 LIBRARY etext.lib
       
   112 LIBRARY calinterimapi.lib
       
   113 LIBRARY commonengine.lib
       
   114 LIBRARY fbscli.lib
       
   115 LIBRARY gdi.lib
       
   116 LIBRARY form.lib
       
   117 LIBRARY avkon.lib
       
   118 LIBRARY aknlayout2.lib
       
   119 LIBRARY cdlengine.lib
       
   120 LIBRARY caleninterimutils2.lib
       
   121 LIBRARY eikcore.lib
       
   122 LIBRARY apgrfx.lib
       
   123 LIBRARY efsrv.lib
       
   124 LIBRARY commonui.lib
       
   125 LIBRARY apmime.lib
       
   126 LIBRARY aknnotify.lib
       
   127 LIBRARY aknlayout2scalable.lib
       
   128 
       
   129 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
   130 LIBRARY flogger.lib
       
   131 LIBRARY cmaillogger.lib
       
   132 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
   133 
       
   134 // End of File