equal
deleted
inserted
replaced
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
|
20 #include "../locationmanager/inc/locplatsupport.mmh" |
20 |
21 |
21 #include "../metadataengine/group/bld.inf" |
22 #include "../metadataengine/group/bld.inf" |
22 #include "../locationmanager/group/bld.inf" |
23 #include "../locationmanager/group/bld.inf" |
23 #include "../contextengine/group/bld.inf" |
24 #include "../contextengine/group/bld.inf" |
24 #include "../harvester/group/bld.inf" |
25 #include "../harvester/group/bld.inf" |
32 |
33 |
33 PRJ_PLATFORMS |
34 PRJ_PLATFORMS |
34 DEFAULT |
35 DEFAULT |
35 |
36 |
36 PRJ_EXPORTS |
37 PRJ_EXPORTS |
37 ../rom/mds.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) |
38 |
|
39 #if defined(_LOC_GEOTAGGING_CELLID) |
|
40 #ifdef _LOC_REVERSEGEOCODE |
|
41 ../rom/mds_cellid_reverse_geocode_enabled.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) |
|
42 #else |
|
43 ../rom/mds_cellidenabled.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) |
|
44 #endif |
|
45 #elif defined(_LOC_REVERSEGEOCODE) |
|
46 #ifdef _LOC_GEOTAGGING_CELLID |
|
47 ../rom/mds_cellid_reverse_geocode_enabled.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) |
|
48 #else |
|
49 ../rom/mds_reverse_geocode_enabled_only.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) |
|
50 #endif |
|
51 #else |
|
52 ../rom/mds.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) |
|
53 #endif |
38 |
54 |
39 #ifdef RD_MDS_2_5 |
55 #ifdef RD_MDS_2_5 |
40 ../rom/ContentListingFramework.iby CORE_MW_LAYER_IBY_EXPORT_PATH( ContentListingFramework.iby ) |
56 ../rom/ContentListingFramework.iby CORE_MW_LAYER_IBY_EXPORT_PATH( ContentListingFramework.iby ) |
41 #endif |
57 #endif |
42 |
58 |