meetingrequest/mrgui/mrlocationplugin/group/esmrlocationplugin.mmp
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2008-2008 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 ESMR Location plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    22 #include "../../../inc/esmrinternaluid.h"
       
    23 
       
    24 TARGET                  esmrlocationplugin.dll
       
    25 TARGETTYPE              PLUGIN
       
    26 UID                     KEComRecognitionUID2 KESMRLocationPluginDllUid
       
    27 
       
    28 CAPABILITY              CAP_ECOM_PLUGIN
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 VERSION                 KEmailBinaryVersionNumber
       
    32 KEmailBinaryDemandPaging
       
    33 
       
    34 SOURCEPATH              ../src
       
    35 SOURCE                  cesmrlocationpluginimpl.cpp
       
    36 SOURCE                  esmrlocationpluginentrypoint.cpp
       
    37 
       
    38 SOURCEPATH              ../data
       
    39 START RESOURCE          esmrlocationplugin.rss
       
    40 TARGET                  esmrlocationplugin.rsc
       
    41 END
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 USERINCLUDE         ../inc
       
    46 USERINCLUDE         ../../inc
       
    47 USERINCLUDE         ../../../inc
       
    48 USERINCLUDE         ../../../../inc
       
    49 
       
    50 LIBRARY euser.lib
       
    51 LIBRARY ecom.lib
       
    52 LIBRARY mnclientlib.lib
       
    53 LIBRARY eposlandmarks.lib
       
    54 LIBRARY lbs.lib
       
    55 LIBRARY cone.lib
       
    56 LIBRARY commonengine.lib 
       
    57 LIBRARY bafl.lib
       
    58 LIBRARY avkon.lib
       
    59 LIBRARY apparc.lib
       
    60 LIBRARY cmaillogger.lib
       
    61