meetingrequest/mrgui/mrfieldevent/group/esmrfieldevent.mmp
branchRCL_3
changeset 12 4ce476e64c59
parent 4 e7aa27f58ae1
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".
    14 * Description:  Project definition file for project esmrfieldevent
    14 * Description:  Project definition file for project esmrfieldevent
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
    18 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    19 #include "../../../inc/esmrinternaluid.h"
    19 #include "../../../../inc/emailtraceconfig.hrh"
    20 #include "../../../../inc/emailtraceconfig.hrh"
    20 #include "../../../inc/esmrinternaluid.h"
       
    21 #include <data_caging_paths.hrh>
    21 #include <data_caging_paths.hrh>
    22 #include <platform_paths.hrh>
    22 #include <platform_paths.hrh>
    23 
    23 
    24 // Target information
    24 // Target information
    25 TARGET          esmrfieldevent.dll
    25 TARGET          esmrfieldevent.dll
    26 TARGETTYPE      dll
    26 TARGETTYPE      dll
    27 UID             KEPOCStaticDllUID2 KESMRDllUid3
    27 UID             KEPOCStaticDllUID2 KESMRDllUid3
    28 
    28 
    29 CAPABILITY      CAP_GENERAL_DLL
    29 CAPABILITY      CAP_GENERAL_DLL
    30 
       
    31 VERSION         KEmailBinaryVersionNumber
       
    32 KEmailBinaryDemandPaging
       
    33 
    30 
    34 // Includes
    31 // Includes
    35 
    32 
    36 APP_LAYER_SYSTEMINCLUDE
    33 APP_LAYER_SYSTEMINCLUDE
    37 
    34 
    44 SOURCE          cesmrfieldcommandevent.cpp
    41 SOURCE          cesmrfieldcommandevent.cpp
    45 SOURCE          cesmrgenericfieldevent.cpp
    42 SOURCE          cesmrgenericfieldevent.cpp
    46 
    43 
    47 // Dependencies to Symbian OS & S60 components
    44 // Dependencies to Symbian OS & S60 components
    48 LIBRARY euser.lib
    45 LIBRARY euser.lib
       
    46 
       
    47 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
    48 LIBRARY flogger.lib
    49 LIBRARY cmaillogger.lib
    49 LIBRARY cmaillogger.lib
    50 
    50 #endif // ENABLE_TRACES && TRACE_INTO_FILE
    51 #ifdef TRACE_INTO_FILE
       
    52 LIBRARY flogger.lib
       
    53 #endif // TRACE_INTO_FILE
       
    54 
    51 
    55 // End of File
    52 // End of File