meetingrequest/mrviewer/group/esmrviewer.mmp
branchRCL_3
changeset 64 3533d4323edc
equal deleted inserted replaced
63:d189ee25cf9d 64:3533d4323edc
       
     1 /*
       
     2 * Copyright (c) 2005-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 esmrviewer.dll.
       
    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      esmrviewer.dll
       
    25 TARGETTYPE  dll
       
    26 UID         KEPOCStaticDllUID2 KESMRDllUid3
       
    27 
       
    28 CAPABILITY  CAP_GENERAL_DLL
       
    29 VENDORID    VID_DEFAULT
       
    30 DEFFILE     ESMRViewer.def
       
    31 
       
    32 SOURCEPATH  ../src
       
    33 SOURCE      cesmrviewerctrl.cpp
       
    34 
       
    35 USERINCLUDE    . ../inc
       
    36 USERINCLUDE    ../../inc
       
    37 USERINCLUDE    ../../../inc
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 LIBRARY esmrcommon.lib
       
    41 LIBRARY esmrpolicy.lib
       
    42 LIBRARY esmrservices.lib
       
    43 LIBRARY esmrutils.lib
       
    44 LIBRARY mrguicommon.lib
       
    45 LIBRARY esmrgui.lib
       
    46 LIBRARY esmrtasks.lib
       
    47 
       
    48 LIBRARY euser.lib
       
    49 LIBRARY ecom.lib
       
    50 LIBRARY eikcore.lib
       
    51 LIBRARY cone.lib
       
    52 LIBRARY calinterimapi.lib
       
    53 LIBRARY caleninterimutils2.lib
       
    54 
       
    55 //<cmail> flags are not in cmail, nor profiler
       
    56 //#ifdef ESMR_ENABLE_PROFILE
       
    57 //LIBRARY esmrprofile.lib
       
    58 //#endif
       
    59 //</cmail>
       
    60 
       
    61 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
    62 LIBRARY flogger.lib
       
    63 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    64 
       
    65 // <cmail> Removed profiling. </cmail>
       
    66 
       
    67 // End of file
       
    68 
       
    69