meetingrequest/mrgui/mrfieldevent/group/esmrfieldevent.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 esmrfieldevent
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    19 #include "../../../inc/esmrinternaluid.h"
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 // Target information
       
    24 TARGET          esmrfieldevent.dll
       
    25 TARGETTYPE      dll
       
    26 UID             KEPOCStaticDllUID2 KESMRDllUid3
       
    27 
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 
       
    30 VERSION         KEmailBinaryVersionNumber
       
    31 KEmailBinaryDemandPaging
       
    32 
       
    33 // Includes
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 USERINCLUDE   ../../../../inc
       
    38 USERINCLUDE   ../../../inc
       
    39 USERINCLUDE   ../inc
       
    40 USERINCLUDE   .
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 SOURCE          cesmrfieldcommandevent.cpp
       
    44 SOURCE          cesmrgenericfieldevent.cpp
       
    45 
       
    46 // Dependencies to Symbian OS & S60 components
       
    47 LIBRARY euser.lib
       
    48 LIBRARY cmaillogger.lib
       
    49 
       
    50 // End of File