locationmanager/ReverseGeocode/group/reversegeocode.mmp
branchRCL_3
changeset 47 b73252188534
equal deleted inserted replaced
46:63c982fb92f2 47:b73252188534
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 #if defined(WINSCW)
       
    22 deffile ../bwincw/reversegeocodewinscw.def
       
    23 #elif defined(EABI)
       
    24 deffile ../eabi/reversegeocodearm.def
       
    25 #endif
       
    26 nostrictdef
       
    27 
       
    28 VERSION         10.0
       
    29 TARGET		  reversegeocode.dll
       
    30 TARGETTYPE	  dll
       
    31 UID			 0x1000008d 0xEF7E39A4
       
    32 
       
    33 VENDORID 	    VID_DEFAULT
       
    34 CAPABILITY	  	CAP_GENERAL_DLL
       
    35 
       
    36 USERINCLUDE	 ../inc
       
    37 USERINCLUDE	 ../../inc
       
    38 USERINCLUDE      ../../../inc
       
    39 
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE /epoc32/include/stdapis
       
    43 
       
    44 SOURCEPATH     ../src
       
    45 
       
    46 SOURCE	      clientengine.cpp 
       
    47 SOURCE        xmlhandler.cpp 
       
    48 SOURCE        internalreversegeocode.cpp 
       
    49 SOURCE        internaladdressinfo.cpp 
       
    50 SOURCE        reversegeocode.cpp
       
    51 SOURCE        connectiontimerhandler.cpp
       
    52 
       
    53 LIBRARY    cone.lib 
       
    54 LIBRARY    netmeta.lib
       
    55 LIBRARY	   euser.lib
       
    56 LIBRARY	   insock.lib  
       
    57 LIBRARY	   inetprotutil.lib
       
    58 LIBRARY    http.lib
       
    59 LIBRARY    ecom.lib         // for HTTP Client API
       
    60 LIBRARY    bafl.lib
       
    61 LIBRARY    commdb.lib
       
    62 LIBRARY    cmmanager.lib // ALR / SNAP
       
    63 LIBRARY    xmlframework.lib
       
    64 LIBRARY    esock.lib
       
    65 LIBRARY    lbs.lib
       
    66 LIBRARY    charconv.lib
       
    67 LIBRARY    extendedconnpref.lib
       
    68 LIBRARY    etel.lib
       
    69 LIBRARY    etelmm.lib
       
    70 LIBRARY    libc.lib
       
    71 
       
    72 PAGED
       
    73 BYTEPAIRCOMPRESSTARGET
       
    74 OPTION ARMCC -O3 -OTime
       
    75 
       
    76 // End of file
       
    77