locationmanager/geotagger/group/geotagger.mmp
branchRCL_3
changeset 63 e538444823de
parent 57 2872ae438bf7
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
     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 #include "../../inc/locplatsupport.mmh"
       
    21 
       
    22 VERSION         10.0
       
    23 TARGET          geotagger.dll
       
    24 TARGETTYPE      DLL
       
    25 UID             0x1000008d 0x2002700E 
       
    26 
       
    27 VENDORID 	    VID_DEFAULT
       
    28 CAPABILITY 	    CAP_GENERAL_DLL
       
    29 
       
    30 #if defined(WINSCW)
       
    31 #elif defined(EABI)
       
    32 deffile ../eabi/geotaggerarm.def
       
    33 #endif
       
    34 nostrictdef
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../inc
       
    38 USERINCLUDE     ../../../inc
       
    39 
       
    40 
       
    41 #ifdef     _LOC_GEOTAGGING_CELLID
       
    42 MACRO LOC_GEOTAGGING_CELLID
       
    43 USERINCLUDE     ../../geoconverter/inc
       
    44 #endif
       
    45 
       
    46 #ifdef _LOC_REVERSEGEOCODE
       
    47 MACRO LOC_REVERSEGEOCODE
       
    48 USERINCLUDE     ../../tagcreator/inc
       
    49 #endif
       
    50 
       
    51 
       
    52 SOURCEPATH      ../src
       
    53 SOURCE          cgeotagger.cpp
       
    54 SOURCE          cinternalgeotagger.cpp 
       
    55 
       
    56 MW_LAYER_SYSTEMINCLUDE
       
    57 SYSTEMINCLUDE     /epoc32/include/ecom
       
    58 SYSTEMINCLUDE     /epoc32/include/platform/lbs
       
    59 SYSTEMINCLUDE     /epoc32/include/stdapis
       
    60 
       
    61 LIBRARY         euser.lib 
       
    62 LIBRARY         efsrv.lib
       
    63 LIBRARY         lbs.lib
       
    64 LIBRARY	        mdeclient.lib
       
    65 LIBRARY         etel3rdparty.lib
       
    66 LIBRARY         estor.lib
       
    67 LIBRARY	        platformenv.lib
       
    68 
       
    69 LIBRARY         ecom.lib 
       
    70 LIBRARY	        libc.lib
       
    71 
       
    72 #ifdef     _LOC_GEOTAGGING_CELLID
       
    73 LIBRARY         geoconverter.lib
       
    74 #endif
       
    75 
       
    76 #ifdef _LOC_REVERSEGEOCODE
       
    77 LIBRARY        tagcreator.lib 
       
    78 #endif
       
    79 
       
    80 PAGED
       
    81 BYTEPAIRCOMPRESSTARGET
       
    82 OPTION ARMCC -O3 -OTime
       
    83 
       
    84 // End of file
       
    85