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" |
|
21 |
20 |
22 #include "../metadataengine/group/bld.inf" |
21 #include "../metadataengine/group/bld.inf" |
23 #include "../locationmanager/group/bld.inf" |
22 #include "../locationmanager/group/bld.inf" |
24 #include "../contextengine/group/bld.inf" |
23 #include "../contextengine/group/bld.inf" |
25 #include "../harvester/group/bld.inf" |
24 #include "../harvester/group/bld.inf" |
33 |
32 |
34 PRJ_PLATFORMS |
33 PRJ_PLATFORMS |
35 DEFAULT |
34 DEFAULT |
36 |
35 |
37 PRJ_EXPORTS |
36 PRJ_EXPORTS |
38 |
37 ../rom/mds.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) |
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 |
|
54 |
38 |
55 #ifdef RD_MDS_2_5 |
39 #ifdef RD_MDS_2_5 |
56 ../rom/ContentListingFramework.iby CORE_MW_LAYER_IBY_EXPORT_PATH( ContentListingFramework.iby ) |
40 ../rom/ContentListingFramework.iby CORE_MW_LAYER_IBY_EXPORT_PATH( ContentListingFramework.iby ) |
57 #endif |
41 #endif |
58 |
42 |