|
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 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 VERSION 10.0 |
|
23 TARGET geoconverter.dll |
|
24 TARGETTYPE DLL |
|
25 UID 0x1000008d 0x2002E6A1 |
|
26 |
|
27 VENDORID VID_DEFAULT |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 |
|
30 |
|
31 #if defined(WINSCW) |
|
32 deffile ../bwincw/geoconverterwinscw.def |
|
33 #elif defined(ARMCC) |
|
34 deffile ../eabi/geoconverterarm.def |
|
35 #endif |
|
36 nostrictdef |
|
37 |
|
38 |
|
39 USERINCLUDE ../inc |
|
40 USERINCLUDE ../../inc |
|
41 USERINCLUDE ../../../inc |
|
42 |
|
43 SYSTEMINCLUDE /epoc32/include/stdapis |
|
44 SYSTEMINCLUDE /epoc32/include/platform/lbs |
|
45 MW_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 SOURCEPATH ../src |
|
48 SOURCE cgeoconverter.cpp |
|
49 |
|
50 |
|
51 LIBRARY euser.lib |
|
52 LIBRARY etel3rdparty.lib |
|
53 |
|
54 #include "../../inc/locplatsupport.mmh" |
|
55 #ifdef _LOC_GEOTAGGING_CELLID |
|
56 MACRO LOC_GEOTAGGING_CELLID |
|
57 LIBRARY lbslocationinfoconverter.lib |
|
58 LIBRARY lbslocationinfodatatypes.lib |
|
59 #endif |
|
60 LIBRARY lbs.lib |
|
61 DEBUGLIBRARY flogger.lib |
|
62 LIBRARY libc.lib |
|
63 |
|
64 PAGED |
|
65 BYTEPAIRCOMPRESSTARGET |
|
66 OPTION ARMCC -O3 -OTime |
|
67 |
|
68 // End of file |
|
69 |