meetingrequest/mrgui/mrfieldbuildercommon/group/esmrfieldbuildercommon.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 
       
    20 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    21 #include "../../../inc/esmrinternaluid.h"
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 // Target information
       
    26 TARGET          esmrfieldbuildercommon.dll
       
    27 TARGETTYPE      dll
       
    28 UID             KEPOCStaticDllUID2 KESMRDllUid3
       
    29 
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 
       
    32 VERSION         KEmailBinaryVersionNumber
       
    33 KEmailBinaryDemandPaging
       
    34 
       
    35 // Includes 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 USERINCLUDE   ../inc
       
    38 USERINCLUDE   ../../inc
       
    39 USERINCLUDE   ../../../inc
       
    40 USERINCLUDE   ../../../../inc 
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 SOURCE          cesmrfield.cpp
       
    44 SOURCE          cesmrborderlayer.cpp
       
    45 SOURCE          cesmriconfield.cpp
       
    46 SOURCE          cesmrviewerlabelfield.cpp
       
    47 SOURCE          cesmreditor.cpp
       
    48 SOURCE          cesmrrichtextlink.cpp
       
    49 SOURCE          cesmrrichtextviewer.cpp
       
    50 SOURCE          cmrbackground.cpp
       
    51 
       
    52 SOURCEPATH      ../../mrfieldevent/src
       
    53 SOURCE          cesmrfieldcommandevent.cpp
       
    54 
       
    55 LIBRARY esmrgui.lib
       
    56 LIBRARY esmrcommon.lib
       
    57 LIBRARY esmrfieldevent.lib
       
    58 
       
    59 // Dependencies to Symbian OS & S60 components
       
    60 LIBRARY commonengine.lib
       
    61 LIBRARY eikcoctl.lib
       
    62 LIBRARY euser.lib
       
    63 LIBRARY avkon.lib
       
    64 LIBRARY cone.lib
       
    65 LIBRARY eikcore.lib // for MEikCommandObserver bridge
       
    66 LIBRARY aknicon.lib
       
    67 LIBRARY eikctl.lib
       
    68 LIBRARY form.lib
       
    69 LIBRARY uiklaf.lib
       
    70 LIBRARY gdi.lib
       
    71 LIBRARY aknskins.lib
       
    72 LIBRARY etext.lib
       
    73 LIBRARY apparc.lib
       
    74 LIBRARY fbscli.lib
       
    75 LIBRARY bafl.lib//clipboard copy
       
    76 LIBRARY estor.lib //clipboard copy streamdictionary
       
    77 LIBRARY touchfeedback.lib
       
    78 LIBRARY ws32.lib
       
    79 LIBRARY cmaillogger.lib
       
    80 
       
    81 // End of File