locationsystemui/locationsysui/posindicator/posreversegeocodeplugin/group/posreversegeocodeplugin.mmp
branchRCL_3
changeset 44 2b4ea9893b66
child 50 4c28d569e1fe
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 /*
       
     2 * Copyright (c) 2010 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 reverse geo-code plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET                  posrevgeocodeplugin.dll
       
    25 TARGETTYPE              PLUGIN
       
    26 UID                     0x10009D8D 0x2002E68A
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 SYSTEMINCLUDE           /epoc32/include/ecom
       
    33 
       
    34 
       
    35 USERINCLUDE             ../inc
       
    36 USERINCLUDE             ../../inc
       
    37 USERINCLUDE             ../data
       
    38 
       
    39 SOURCEPATH              ../src
       
    40 
       
    41 SOURCE                  posrevgeocodeplugin.cpp
       
    42 SOURCE                  posrevgeocodeconnectiontimer.cpp 
       
    43 SOURCE                  posrevgeocodexmlparser.cpp
       
    44 SOURCE                  posrevgeocodehttpclientengine.cpp
       
    45 
       
    46 
       
    47 START RESOURCE          ../data/2002E68A.rss
       
    48 TARGET                  posrevgeocodeplugin.rsc
       
    49 END
       
    50 
       
    51 LIBRARY                 euser.lib
       
    52 LIBRARY                 ecom.lib
       
    53 LIBRARY                 posreversegeocodeinterface.lib
       
    54 LIBRARY                 insock.lib  
       
    55 LIBRARY                 inetprotutil.lib
       
    56 LIBRARY                 http.lib
       
    57 LIBRARY                 bafl.lib
       
    58 LIBRARY                 commdb.lib
       
    59 LIBRARY                 cmmanager.lib 
       
    60 LIBRARY                 xmlframework.lib
       
    61 LIBRARY                 esock.lib
       
    62 LIBRARY                 lbs.lib
       
    63 LIBRARY                 libc.lib
       
    64 LIBRARY                 charconv.lib
       
    65 LIBRARY                 extendedconnpref.lib
       
    66 LIBRARY                 eposlandmarks.lib
       
    67 LIBRARY                 extendedconnpref.lib
       
    68 LIBRARY                 netmeta.lib
       
    69 LIBRARY                 flogger.lib
       
    70 PAGED
       
    71 // END OF FILE