meetingrequest/mrviewer/group/esmrviewer.mmp
branchRCL_3
changeset 12 4ce476e64c59
parent 4 e7aa27f58ae1
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-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 esmrviewer.dll.
    14 * Description: Project definition file for esmrviewer.dll.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
    19 #include "../../inc/esmrinternaluid.h"
    20 #include "../../../inc/emailtraceconfig.hrh"
    20 #include "../../../inc/emailtraceconfig.hrh"
    21 #include "../../inc/esmrinternaluid.h"
       
    22 #include <data_caging_paths.hrh>
    21 #include <data_caging_paths.hrh>
    23 #include <platform_paths.hrh>
    22 #include <platform_paths.hrh>
    24 
    23 
    25 TARGET      esmrviewer.dll
    24 TARGET      esmrviewer.dll
    26 TARGETTYPE  dll
    25 TARGETTYPE  dll
    28 
    27 
    29 CAPABILITY  CAP_GENERAL_DLL
    28 CAPABILITY  CAP_GENERAL_DLL
    30 VENDORID    VID_DEFAULT
    29 VENDORID    VID_DEFAULT
    31 DEFFILE     ESMRViewer.def
    30 DEFFILE     ESMRViewer.def
    32 
    31 
    33 VERSION     KEmailBinaryVersionNumber
       
    34 KEmailBinaryDemandPaging
       
    35 
       
    36 SOURCEPATH  ../src
    32 SOURCEPATH  ../src
    37 SOURCE      cesmrviewerctrl.cpp
    33 SOURCE      cesmrviewerctrl.cpp
    38 
    34 
    39 USERINCLUDE    . ../inc
    35 USERINCLUDE    . ../inc
    40 USERINCLUDE    ../../inc
    36 USERINCLUDE    ../../inc
       
    37 USERINCLUDE    ../../../inc
    41 APP_LAYER_SYSTEMINCLUDE
    38 APP_LAYER_SYSTEMINCLUDE
    42 
    39 
    43 USERINCLUDE ../../../inc
    40 LIBRARY esmrcommon.lib
    44 
       
    45 LIBRARY esmrpolicy.lib
    41 LIBRARY esmrpolicy.lib
    46 LIBRARY esmrservices.lib
    42 LIBRARY esmrservices.lib
    47 LIBRARY esmrutils.lib
    43 LIBRARY esmrutils.lib
    48 LIBRARY esmrentry.lib
    44 LIBRARY mrguicommon.lib
       
    45 LIBRARY esmrgui.lib
       
    46 LIBRARY esmrtasks.lib
    49 
    47 
    50 LIBRARY euser.lib
    48 LIBRARY euser.lib
    51 LIBRARY ecom.lib
    49 LIBRARY ecom.lib
    52 LIBRARY eikcore.lib
    50 LIBRARY eikcore.lib
    53 LIBRARY esmrgui.lib
       
    54 LIBRARY cone.lib
    51 LIBRARY cone.lib
    55 LIBRARY cmaillogger.lib
    52 LIBRARY calinterimapi.lib
       
    53 LIBRARY caleninterimutils2.lib
    56 
    54 
    57 #ifdef TRACE_INTO_FILE
    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 )
    58 LIBRARY flogger.lib
    62 LIBRARY flogger.lib
    59 #endif // TRACE_INTO_FILE
    63 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    64 
       
    65 // <cmail> Removed profiling. </cmail>
    60 
    66 
    61 // End of file
    67 // End of file
       
    68 
       
    69