meetingrequest/mrentry/group/esmrentry.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 esmrentry
       
    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                  esmrentry.dll
       
    25 TARGETTYPE              dll
       
    26 UID                     KEPOCStaticDllUID2 KESMRDllUid3
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 DEFFILE                 ESMREntry.def
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  cesmrmeetingrequestentry.cpp
       
    34 SOURCE                  cesmrfsmailboxutils.cpp
       
    35 
       
    36 USERINCLUDE             .
       
    37 USERINCLUDE             ../inc
       
    38 USERINCLUDE             ../../inc
       
    39 USERINCLUDE             ../../../inc
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 // ESMR libraries
       
    44 LIBRARY                 esmrcommon.lib
       
    45 LIBRARY                 esmrdb.lib
       
    46 LIBRARY                 esmrservices.lib
       
    47 
       
    48 // System and S60 libraries
       
    49 LIBRARY                 bafl.lib
       
    50 LIBRARY                 cone.lib
       
    51 LIBRARY                 euser.lib
       
    52 LIBRARY                 efsrv.lib
       
    53 LIBRARY                 estor.lib
       
    54 LIBRARY                 ecom.lib
       
    55 LIBRARY                 calinterimapi.lib
       
    56 LIBRARY                 caleninterimutils2.lib
       
    57 LIBRARY                 charconv.lib
       
    58 LIBRARY                 fsmailframework.lib
       
    59 LIBRARY                 fsfwcommonlib.lib
       
    60 LIBRARY                 centralrepository.lib
       
    61 LIBRARY                 apgrfx.lib
       
    62 LIBRARY                 apmime.lib
       
    63 
       
    64 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
       
    65 LIBRARY flogger.lib
       
    66 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    67 
       
    68 // EOF