diff -r f23c07ec56e2 -r 85f623e1ef41 group/bld.inf --- a/group/bld.inf Tue Aug 31 15:37:30 2010 +0300 +++ b/group/bld.inf Wed Sep 01 12:24:24 2010 +0100 @@ -17,8 +17,7 @@ #include - -#include "../rom/bld.inf" +#include "../locationmanager/inc/locplatsupport.mmh" #include "../metadataengine/group/bld.inf" #include "../locationmanager/group/bld.inf" @@ -37,7 +36,31 @@ PRJ_EXPORTS +#if defined(_LOC_GEOTAGGING_CELLID) +#ifdef _LOC_REVERSEGEOCODE +../rom/mds_cellid_reverse_geocode_enabled.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) +#else +../rom/mds_cellidenabled.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) +#endif +#elif defined(_LOC_REVERSEGEOCODE) +#ifdef _LOC_GEOTAGGING_CELLID +../rom/mds_cellid_reverse_geocode_enabled.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) +#else +../rom/mds_reverse_geocode_enabled_only.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) +#endif +#else +../rom/mds.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds.iby) +#endif + +#ifdef RD_MDS_2_5 +../rom/ContentListingFramework.iby CORE_MW_LAYER_IBY_EXPORT_PATH( ContentListingFramework.iby ) +#endif + +//Stubs +../sis/mds/mds_stub.sis /epoc32/data/z/system/install/mds_stub.sis + PRJ_TESTMMPFILES PRJ_TESTEXPORTS +../rom/mds_testers.iby CORE_MW_LAYER_IBY_EXPORT_PATH(mds_testers.iby)