locationmanager/locationtrail/group/locationtrail.mmp
changeset 54 a3cc46f37772
parent 36 aa5a574040a4
equal deleted inserted replaced
36:aa5a574040a4 54:a3cc46f37772
    27 VENDORID 	    VID_DEFAULT
    27 VENDORID 	    VID_DEFAULT
    28 CAPABILITY 	    CAP_GENERAL_DLL
    28 CAPABILITY 	    CAP_GENERAL_DLL
    29 
    29 
    30 #if defined(WINSCW)
    30 #if defined(WINSCW)
    31 deffile ../bwincw/locationtrailwinscw.def
    31 deffile ../bwincw/locationtrailwinscw.def
    32 #elif defined(ARMCC)
    32 #elif defined(EABI)
    33 deffile ../eabi/locationtrailarm.def
    33 deffile ../eabi/locationtrailarm.def
    34 #endif
    34 #endif
    35 nostrictdef
    35 nostrictdef
    36 
    36 
    37 USERINCLUDE     ../inc
    37 USERINCLUDE     ../inc
    39 USERINCLUDE     ../../../inc
    39 USERINCLUDE     ../../../inc
    40 
    40 
    41 #ifdef _LOC_REVERSEGEOCODE
    41 #ifdef _LOC_REVERSEGEOCODE
    42 MACRO LOC_REVERSEGEOCODE
    42 MACRO LOC_REVERSEGEOCODE
    43 USERINCLUDE     ../../tagcreator/inc
    43 USERINCLUDE     ../../tagcreator/inc
    44 USERINCLUDE     ../../ReverseGeocode/inc
       
    45 USERINCLUDE	../../ReverseGeoCoderPlugin/inc
       
    46 #endif
    44 #endif
    47 
    45 
    48 #ifdef     _LOC_GEOTAGGING_CELLID
    46 #ifdef     _LOC_GEOTAGGING_CELLID
    49 MACRO LOC_GEOTAGGING_CELLID
    47 MACRO LOC_GEOTAGGING_CELLID
    50 USERINCLUDE     ../../geoconverter/inc
    48 USERINCLUDE     ../../geoconverter/inc
    75 LIBRARY	        PlatformEnv.lib
    73 LIBRARY	        PlatformEnv.lib
    76 LIBRARY 	centralrepository.lib 
    74 LIBRARY 	centralrepository.lib 
    77 LIBRARY         ecom.lib
    75 LIBRARY         ecom.lib
    78 LIBRARY         commsdat.lib
    76 LIBRARY         commsdat.lib
    79 
    77 
       
    78 LIBRARY        geotagger.lib
       
    79 LIBRARY        libc.lib
    80 
    80 
    81 DEBUGLIBRARY flogger.lib
       
    82 LIBRARY        libc.lib
       
    83 #ifdef _LOC_REVERSEGEOCODE
    81 #ifdef _LOC_REVERSEGEOCODE
    84 LIBRARY        reversegeocode.lib 
       
    85 LIBRARY        tagcreator.lib 
    82 LIBRARY        tagcreator.lib 
    86 LIBRARY        geotagger.lib
       
    87 #endif
    83 #endif
    88 
    84 
    89 #ifdef     _LOC_GEOTAGGING_CELLID
    85 #ifdef     _LOC_GEOTAGGING_CELLID
    90 LIBRARY       geoconverter.lib
    86 LIBRARY       geoconverter.lib
    91 #endif
    87 #endif