meetingrequest/mrentry/group/esmrentry.mmp
branchRCL_3
changeset 12 4ce476e64c59
parent 4 e7aa27f58ae1
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-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 project esmrentry
    14 * Description:  Project definition file for project esmrentry
    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                  esmrentry.dll
    24 TARGET                  esmrentry.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                 ESMREntry.def
    30 DEFFILE                 ESMREntry.def
    32 
    31 
    33 VERSION                 KEmailBinaryVersionNumber
       
    34 KEmailBinaryDemandPaging
       
    35 
       
    36 SOURCEPATH              ../src
    32 SOURCEPATH              ../src
    37 SOURCE                  cesmrentryprocessor.cpp
       
    38 SOURCE                  cesmrmeetingrequestentry.cpp
    33 SOURCE                  cesmrmeetingrequestentry.cpp
    39 SOURCE                  cesmrconflictchecker.cpp
       
    40 SOURCE                  cesmrfsmailboxutils.cpp
    34 SOURCE                  cesmrfsmailboxutils.cpp
    41 
    35 
    42 USERINCLUDE             .
    36 USERINCLUDE             .
    43 USERINCLUDE             ../inc
    37 USERINCLUDE             ../inc
    44 USERINCLUDE             ../../inc
    38 USERINCLUDE             ../../inc
       
    39 USERINCLUDE             ../../../inc
    45 
    40 
    46 APP_LAYER_SYSTEMINCLUDE
    41 APP_LAYER_SYSTEMINCLUDE
    47 USERINCLUDE ../../../inc
       
    48 
    42 
    49 // ESMR libraries
    43 // ESMR libraries
    50 LIBRARY                 esmrcommon.lib
    44 LIBRARY                 esmrcommon.lib
    51 LIBRARY                 esmrdb.lib
    45 LIBRARY                 esmrdb.lib
    52 LIBRARY                 esmrservices.lib
    46 LIBRARY                 esmrservices.lib
    62 LIBRARY                 caleninterimutils2.lib
    56 LIBRARY                 caleninterimutils2.lib
    63 LIBRARY                 charconv.lib
    57 LIBRARY                 charconv.lib
    64 LIBRARY                 fsmailframework.lib
    58 LIBRARY                 fsmailframework.lib
    65 LIBRARY                 fsfwcommonlib.lib
    59 LIBRARY                 fsfwcommonlib.lib
    66 LIBRARY                 centralrepository.lib
    60 LIBRARY                 centralrepository.lib
    67 LIBRARY                 cmaillogger.lib
    61 LIBRARY                 apgrfx.lib
       
    62 LIBRARY                 apmime.lib
    68 
    63 
    69 #ifdef TRACE_INTO_FILE
    64 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
    70 LIBRARY                 flogger.lib
    65 LIBRARY flogger.lib
    71 #endif // TRACE_INTO_FILE
    66 #endif // ENABLE_TRACES && TRACE_INTO_FILE
    72 
    67 
    73 // EOF
    68 // EOF