meetingrequest/mrgui/mrlocationplugin/group/esmrlocationplugin.mmp
branchRCL_3
changeset 12 4ce476e64c59
parent 4 e7aa27f58ae1
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
     1 /*
     2 * Copyright (c) 2008-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 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 ESMR Location plugin
    14 * Description:  Project definition file for project ESMR Location plugin
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
       
    19 #include "../../../inc/esmrinternaluid.h"
       
    20 #include "../../../../inc/emailtraceconfig.hrh"
       
    21 #include <data_caging_paths.hrh>
    19 #include <platform_paths.hrh>
    22 #include <platform_paths.hrh>
    20 #include <data_caging_paths.hrh>
       
    21 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    22 #include "../../../../inc/emailtraceconfig.hrh"
       
    23 #include "../../../inc/esmrinternaluid.h"
       
    24 
    23 
    25 TARGET                  esmrlocationplugin.dll
    24 TARGET                  esmrlocationplugin.dll
    26 TARGETTYPE              PLUGIN
    25 TARGETTYPE              PLUGIN
    27 UID                     KEComRecognitionUID2 KESMRLocationPluginDllUid
    26 UID                     KEComRecognitionUID2 KESMRLocationPluginDllUid
    28 
    27 
    29 CAPABILITY              CAP_ECOM_PLUGIN
    28 CAPABILITY              CAP_ECOM_PLUGIN
    30 VENDORID                VID_DEFAULT
    29 VENDORID                VID_DEFAULT
    31 
       
    32 VERSION                 KEmailBinaryVersionNumber
       
    33 KEmailBinaryDemandPaging
       
    34 
    30 
    35 SOURCEPATH              ../src
    31 SOURCEPATH              ../src
    36 SOURCE                  cesmrlocationpluginimpl.cpp
    32 SOURCE                  cesmrlocationpluginimpl.cpp
    37 SOURCE                  esmrlocationpluginentrypoint.cpp
    33 SOURCE                  esmrlocationpluginentrypoint.cpp
    38 
    34 
    52 LIBRARY ecom.lib
    48 LIBRARY ecom.lib
    53 LIBRARY mnclientlib.lib
    49 LIBRARY mnclientlib.lib
    54 LIBRARY eposlandmarks.lib
    50 LIBRARY eposlandmarks.lib
    55 LIBRARY lbs.lib
    51 LIBRARY lbs.lib
    56 LIBRARY cone.lib
    52 LIBRARY cone.lib
    57 LIBRARY commonengine.lib 
    53 LIBRARY commonengine.lib
    58 LIBRARY bafl.lib
    54 LIBRARY bafl.lib
    59 LIBRARY avkon.lib
    55 LIBRARY avkon.lib
    60 LIBRARY apparc.lib
    56 LIBRARY apparc.lib
    61 LIBRARY cmaillogger.lib
    57 LIBRARY calinterimapi.lib
    62 
    58 
    63 #ifdef TRACE_INTO_FILE
    59 #if defined( ENABLE_TRACES ) && defined( TRACE_INTO_FILE )
    64 LIBRARY flogger.lib
    60 LIBRARY flogger.lib
    65 #endif // TRACE_INTO_FILE
    61 #endif // ENABLE_TRACES && TRACE_INTO_FILE
       
    62 
       
    63 // EOF