diff -r 63c982fb92f2 -r b73252188534 locationmanager/locationtrail/group/locationtrail.mmp --- a/locationmanager/locationtrail/group/locationtrail.mmp Thu Jul 15 19:07:24 2010 +0300 +++ b/locationmanager/locationtrail/group/locationtrail.mmp Thu Aug 19 10:20:41 2010 +0300 @@ -17,6 +17,7 @@ #include #include +#include "../../inc/locplatsupport.mmh" VERSION 10.0 TARGET LocationTrail.dll @@ -28,7 +29,7 @@ #if defined(WINSCW) deffile ../bwincw/locationtrailwinscw.def -#elif defined(ARMCC) +#elif defined(EABI) deffile ../eabi/locationtrailarm.def #endif nostrictdef @@ -37,6 +38,24 @@ USERINCLUDE ../../inc USERINCLUDE ../../../inc +#ifdef _LOC_REVERSEGEOCODE +MACRO LOC_REVERSEGEOCODE +USERINCLUDE ../../tagcreator/inc +USERINCLUDE ../../ReverseGeocode/inc +USERINCLUDE ../../ReverseGeoCoderPlugin/inc +#endif + +#ifdef _LOC_GEOTAGGING_CELLID +MACRO LOC_GEOTAGGING_CELLID +USERINCLUDE ../../geoconverter/inc +#endif + +SYSTEMINCLUDE /epoc32/include/stdapis +SYSTEMINCLUDE /epoc32/include/ecom +SYSTEMINCLUDE /epoc32/include/platform/lbs + +MW_LAYER_SYSTEMINCLUDE + SOURCEPATH ../src SOURCE clocationrecord.cpp SOURCE cnetworkinfo.cpp @@ -45,19 +64,35 @@ SOURCE cgpxconverterao.cpp SOURCE locationremappingao.cpp -MW_LAYER_SYSTEMINCLUDE - LIBRARY euser.lib LIBRARY efsrv.lib LIBRARY lbs.lib LIBRARY etel3rdparty.lib -LIBRARY mdeclient.lib +LIBRARY etel.lib +LIBRARY etelmm.lib +LIBRARY mdeclient.lib LIBRARY estor.lib -LIBRARY PlatformEnv.lib -LIBRARY centralrepository.lib +LIBRARY PlatformEnv.lib +LIBRARY centralrepository.lib +LIBRARY ecom.lib +LIBRARY commsdat.lib + +LIBRARY geotagger.lib +LIBRARY libc.lib + +#ifdef _LOC_REVERSEGEOCODE +LIBRARY reversegeocode.lib +LIBRARY tagcreator.lib +#endif + +#ifdef _LOC_GEOTAGGING_CELLID +LIBRARY geoconverter.lib +#endif + PAGED BYTEPAIRCOMPRESSTARGET OPTION ARMCC -O3 -OTime - +// End of file +