locationmapnavfw/aiwprovider/group/mnaiwprovider.mmp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2005-2006 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 Map and Navigation AIW Provider
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          mnaiwprovider.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x1020690C
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 
       
    29 USERINCLUDE     .
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../../loc
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 SYSTEMINCLUDE   ../../inc
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          mnaiwprovider.cpp
       
    39 SOURCE          mnaiwcommandhandlerbase.cpp
       
    40 SOURCE          mnmapviewcmdhandlerbase.cpp
       
    41 SOURCE          mnshowonmaphandler.cpp
       
    42 SOURCE          mnselectfrommaphandler.cpp
       
    43 SOURCE          mnnavigatetohandler.cpp
       
    44 SOURCE          mngeocodingcmdhandlerbase.cpp
       
    45 SOURCE          mnfetchaddresshandler.cpp
       
    46 SOURCE          mnfetchcoordinateshandler.cpp
       
    47 
       
    48 START RESOURCE  ../data/1020690C.rss
       
    49 TARGET          mnaiwprovider.rsc
       
    50 TARGETPATH      ECOM_RESOURCE_DIR
       
    51 END
       
    52 
       
    53 START RESOURCE  ../data/mnaiwproviderres.rss
       
    54 HEADER
       
    55 TARGET          mnaiwproviderres.rsc
       
    56 TARGETPATH      RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 LIBRARY         euser.lib bafl.lib
       
    61 LIBRARY         servicehandler.lib apparc.lib
       
    62 LIBRARY         avkon.lib eikcore.lib cone.lib aknnotify.lib
       
    63 LIBRARY         lbs.lib eposlandmarks.lib mnclientlib.lib
       
    64 
       
    65 DEBUGLIBRARY    flogger.lib
       
    66 
       
    67 SMPSAFE
       
    68 
       
    69 // END OF FILE
       
    70