meetingrequest/mrgui/mrfieldbuilderplugin/group/esmrfieldbuilderplugin.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 esmrfieldbuilderplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 #include "../../../inc/esmrinternaluid.h"
       
    23 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    24 
       
    25 TARGET          esmrfieldbuilderplugin.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 
       
    28 UID             KEComRecognitionUID2 KESMRUIFieldBuilderPluginDllUId
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 VERSION         KEmailBinaryVersionNumber
       
    33 KEmailBinaryDemandPaging
       
    34 
       
    35 // Includes 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE /epoc32/include/ecom
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../../inc
       
    40 USERINCLUDE 	../../../inc
       
    41 USERINCLUDE     ../../../../inc
       
    42 
       
    43 //implementations
       
    44 SOURCEPATH 		../src 
       
    45 SOURCE 			CESMRFieldBuilderPluginProxy.cpp
       
    46 SOURCE 			CESMRFieldBuilderPlugin.cpp
       
    47 
       
    48 SOURCEPATH      ../src
       
    49 
       
    50 SOURCE          cesmrrepeatuntil.cpp
       
    51 SOURCE          cesmrsubjectfield.cpp
       
    52 SOURCE          cesmrtimefield.cpp
       
    53 SOURCE          cesmrdatefield.cpp
       
    54 SOURCE          cesmrlocationfield.cpp
       
    55 SOURCE          cesmralarmfield.cpp
       
    56 SOURCE          cesmrrecurencefield.cpp
       
    57 SOURCE          cesmrdescriptionfield.cpp
       
    58 SOURCE          cesmrcheckbox.cpp
       
    59 SOURCE          cesmrsingletimefield.cpp
       
    60 SOURCE          cesmrbooleanfield.cpp
       
    61 SOURCE          cesmrsyncfield.cpp
       
    62 SOURCE          cesmrsync.cpp
       
    63 SOURCE          cesmrpriority.cpp
       
    64 SOURCE          cesmrpriorityfield.cpp
       
    65 
       
    66 SOURCE          cesmrviewerlocationfield.cpp
       
    67 SOURCE          cesmrviewerstartdatefield.cpp
       
    68 SOURCE          cesmrviewertimefield.cpp
       
    69 SOURCE          cesmrvieweralarmfield.cpp
       
    70 SOURCE          cesmrviewerdescriptionfield.cpp
       
    71 SOURCE          cesmrviewerstopdatefield.cpp
       
    72 SOURCE          cesmrviewerrecurrencedatefield.cpp
       
    73 SOURCE          cesmrviewerrecurrencefield.cpp
       
    74 SOURCE          cesmrviewersyncfield.cpp
       
    75 SOURCE          cesmrviewerpriorityfield.cpp
       
    76 SOURCE          cesmrvieweralldayeventfield.cpp
       
    77 SOURCE          cesmrvieweralarmdatefield.cpp
       
    78 SOURCE          cesmrvieweralarmtimefield.cpp
       
    79 SOURCE          cesmrviewerdetailedsubjectfield.cpp
       
    80 
       
    81 SOURCEPATH              ../data
       
    82 START RESOURCE          esmrfieldbuilderplugin.rss
       
    83 TARGET                  esmrfieldbuilderplugin.rsc
       
    84 END
       
    85 
       
    86 // Dependencies to mrui components
       
    87 LIBRARY esmrgui.lib
       
    88 LIBRARY esmrservices.lib           //attachmentinfo handling
       
    89 LIBRARY esmrfieldbuildercommon.lib //cesmrfield, cesmrborderlayer etc
       
    90 LIBRARY esmrcommon.lib             //esmrhelper::locateresourcefile()
       
    91 LIBRARY esmrfieldevent.lib
       
    92 
       
    93 // Dependencies to Symbian/S60 OS components
       
    94 LIBRARY apparc.lib
       
    95 LIBRARY ecom.lib
       
    96 LIBRARY euser.lib
       
    97 LIBRARY bafl.lib
       
    98 LIBRARY cone.lib
       
    99 LIBRARY eikcoctl.lib
       
   100 LIBRARY egul.lib
       
   101 LIBRARY eikctl.lib
       
   102 
       
   103 LIBRARY aknicon.lib
       
   104 LIBRARY aknskins.lib
       
   105 LIBRARY etext.lib
       
   106 LIBRARY calinterimapi.lib
       
   107 LIBRARY commonengine.lib
       
   108 LIBRARY fbscli.lib
       
   109 LIBRARY gdi.lib
       
   110 LIBRARY form.lib
       
   111 LIBRARY avkon.lib
       
   112 LIBRARY aknlayout2.lib
       
   113 LIBRARY cdlengine.lib
       
   114 LIBRARY cmaillogger.lib
       
   115 
       
   116 // End of File