meetingrequest/mrtasks/group/esmrtasks.mmp
branchRCL_3
changeset 25 3533d4323edc
equal deleted inserted replaced
24:d189ee25cf9d 25:3533d4323edc
       
     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 esmrtasks
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "../../inc/esmrinternaluid.h"
       
    20 #include "../../../inc/emailtraceconfig.hrh"
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET                  esmrtasks.dll
       
    25 TARGETTYPE              dll
       
    26 UID                     KEPOCStaticDllUID2 KESMRDllUid3
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 DEFFILE                 ESMRTasks.def
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  cesmrtaskextensionimpl.cpp
       
    34 SOURCE                  cesmrcombinedtask.cpp
       
    35 
       
    36 USERINCLUDE             ../inc
       
    37 USERINCLUDE             ../../inc
       
    38 USERINCLUDE             ../../../inc
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY                 euser.lib
       
    43 LIBRARY                 ecom.lib
       
    44 
       
    45 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
    46 LIBRARY flogger.lib
       
    47 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    48 
       
    49 //End of file