meetingrequest/mrviewer/group/esmrviewer.mmp
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     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/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    20 #include "../../inc/esmrinternaluid.h"
       
    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 VERSION     KEmailBinaryVersionNumber
       
    33 KEmailBinaryDemandPaging
       
    34 
       
    35 SOURCEPATH  ../src
       
    36 SOURCE      cesmrviewerctrl.cpp
       
    37 
       
    38 USERINCLUDE    . ../inc
       
    39 USERINCLUDE    ../../inc
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 USERINCLUDE ../../../inc
       
    43 
       
    44 LIBRARY esmrpolicy.lib
       
    45 LIBRARY esmrservices.lib
       
    46 LIBRARY esmrutils.lib
       
    47 LIBRARY esmrentry.lib
       
    48 
       
    49 LIBRARY euser.lib
       
    50 LIBRARY ecom.lib
       
    51 LIBRARY eikcore.lib
       
    52 LIBRARY esmrgui.lib
       
    53 LIBRARY cone.lib
       
    54 LIBRARY cmaillogger.lib
       
    55 
       
    56 // End of file