26 VENDORID VID_DEFAULT |
27 VENDORID VID_DEFAULT |
27 CAPABILITY CAP_GENERAL_DLL |
28 CAPABILITY CAP_GENERAL_DLL |
28 |
29 |
29 #if defined(WINSCW) |
30 #if defined(WINSCW) |
30 deffile ../bwincw/locationtrailwinscw.def |
31 deffile ../bwincw/locationtrailwinscw.def |
31 #elif defined(ARMCC) |
32 #elif defined(EABI) |
32 deffile ../eabi/locationtrailarm.def |
33 deffile ../eabi/locationtrailarm.def |
33 #endif |
34 #endif |
34 nostrictdef |
35 nostrictdef |
35 |
36 |
36 USERINCLUDE ../inc |
37 USERINCLUDE ../inc |
37 USERINCLUDE ../../inc |
38 USERINCLUDE ../../inc |
38 USERINCLUDE ../../../inc |
39 USERINCLUDE ../../../inc |
|
40 |
|
41 #ifdef _LOC_REVERSEGEOCODE |
|
42 MACRO LOC_REVERSEGEOCODE |
|
43 USERINCLUDE ../../tagcreator/inc |
|
44 USERINCLUDE ../../ReverseGeocode/inc |
|
45 USERINCLUDE ../../ReverseGeoCoderPlugin/inc |
|
46 #endif |
|
47 |
|
48 #ifdef _LOC_GEOTAGGING_CELLID |
|
49 MACRO LOC_GEOTAGGING_CELLID |
|
50 USERINCLUDE ../../geoconverter/inc |
|
51 #endif |
|
52 |
|
53 SYSTEMINCLUDE /epoc32/include/stdapis |
|
54 SYSTEMINCLUDE /epoc32/include/ecom |
|
55 SYSTEMINCLUDE /epoc32/include/platform/lbs |
|
56 |
|
57 MW_LAYER_SYSTEMINCLUDE |
39 |
58 |
40 SOURCEPATH ../src |
59 SOURCEPATH ../src |
41 SOURCE clocationrecord.cpp |
60 SOURCE clocationrecord.cpp |
42 SOURCE cnetworkinfo.cpp |
61 SOURCE cnetworkinfo.cpp |
43 SOURCE cpositioninfo.cpp |
62 SOURCE cpositioninfo.cpp |
44 SOURCE ctracklog.cpp |
63 SOURCE ctracklog.cpp |
45 SOURCE cgpxconverterao.cpp |
64 SOURCE cgpxconverterao.cpp |
46 SOURCE locationremappingao.cpp |
65 SOURCE locationremappingao.cpp |
47 |
66 |
48 MW_LAYER_SYSTEMINCLUDE |
|
49 |
|
50 LIBRARY euser.lib |
67 LIBRARY euser.lib |
51 LIBRARY efsrv.lib |
68 LIBRARY efsrv.lib |
52 LIBRARY lbs.lib |
69 LIBRARY lbs.lib |
53 LIBRARY etel3rdparty.lib |
70 LIBRARY etel3rdparty.lib |
54 LIBRARY mdeclient.lib |
71 LIBRARY etel.lib |
|
72 LIBRARY etelmm.lib |
|
73 LIBRARY mdeclient.lib |
55 LIBRARY estor.lib |
74 LIBRARY estor.lib |
56 LIBRARY PlatformEnv.lib |
75 LIBRARY PlatformEnv.lib |
57 LIBRARY centralrepository.lib |
76 LIBRARY centralrepository.lib |
|
77 LIBRARY ecom.lib |
|
78 LIBRARY commsdat.lib |
|
79 |
|
80 LIBRARY geotagger.lib |
|
81 LIBRARY libc.lib |
|
82 |
|
83 #ifdef _LOC_REVERSEGEOCODE |
|
84 LIBRARY reversegeocode.lib |
|
85 LIBRARY tagcreator.lib |
|
86 #endif |
|
87 |
|
88 #ifdef _LOC_GEOTAGGING_CELLID |
|
89 LIBRARY geoconverter.lib |
|
90 #endif |
|
91 |
58 |
92 |
59 PAGED |
93 PAGED |
60 BYTEPAIRCOMPRESSTARGET |
94 BYTEPAIRCOMPRESSTARGET |
61 OPTION ARMCC -O3 -OTime |
95 OPTION ARMCC -O3 -OTime |
62 |
96 |
63 |
97 // End of file |
|
98 |