locationmanager/locationtrail/group/locationtrail.mmp
changeset 45 a93990e5815e
parent 36 aa5a574040a4
child 56 fd6cce931a8a
equal deleted inserted replaced
36:aa5a574040a4 45:a93990e5815e
    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
    75 LIBRARY	        PlatformEnv.lib
    75 LIBRARY	        PlatformEnv.lib
    76 LIBRARY 	centralrepository.lib 
    76 LIBRARY 	centralrepository.lib 
    77 LIBRARY         ecom.lib
    77 LIBRARY         ecom.lib
    78 LIBRARY         commsdat.lib
    78 LIBRARY         commsdat.lib
    79 
    79 
       
    80 LIBRARY        geotagger.lib
       
    81 LIBRARY        libc.lib
    80 
    82 
    81 DEBUGLIBRARY flogger.lib
       
    82 LIBRARY        libc.lib
       
    83 #ifdef _LOC_REVERSEGEOCODE
    83 #ifdef _LOC_REVERSEGEOCODE
    84 LIBRARY        reversegeocode.lib 
    84 LIBRARY        reversegeocode.lib 
    85 LIBRARY        tagcreator.lib 
    85 LIBRARY        tagcreator.lib 
    86 LIBRARY        geotagger.lib
       
    87 #endif
    86 #endif
    88 
    87 
    89 #ifdef     _LOC_GEOTAGGING_CELLID
    88 #ifdef     _LOC_GEOTAGGING_CELLID
    90 LIBRARY       geoconverter.lib
    89 LIBRARY       geoconverter.lib
    91 #endif
    90 #endif