meetingrequest/mrviewercalplugin/group/esmrviewercalplugin.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 esmrviewercalplugin.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      esmrviewercalplugin.dll
       
    25 TARGETTYPE  PLUGIN
       
    26 
       
    27 UID         KEComRecognitionUID2 KESMRViewerCalPluginDllUid3
       
    28 CAPABILITY  CAP_ECOM_PLUGIN
       
    29 VENDORID    VID_DEFAULT
       
    30 DEFFILE     ESMRViewerCalPlugin.def
       
    31 
       
    32 VERSION     KEmailBinaryVersionNumber
       
    33 KEmailBinaryDemandPaging
       
    34 
       
    35 SOURCEPATH  ../src
       
    36 SOURCE      esmrviewermain.cpp
       
    37 SOURCE      cesmrviewersimpl.cpp
       
    38 
       
    39 USERINCLUDE    ../inc
       
    40 USERINCLUDE    ../../inc
       
    41 USERINCLUDE    ../../../inc
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SOURCEPATH      ../data
       
    46 START RESOURCE  2001E27E.rss
       
    47 TARGET          esmrviewercalplugin.rsc
       
    48 END
       
    49 
       
    50 LIBRARY esmrviewer.lib
       
    51 
       
    52 LIBRARY euser.lib
       
    53 LIBRARY ecom.lib
       
    54 LIBRARY eikcore.lib
       
    55 LIBRARY esmrgui.lib
       
    56 LIBRARY calinterimapi.lib
       
    57 LIBRARY cmaillogger.lib
       
    58 
       
    59 // End of file