group/bld.inf
changeset 43 c5e73110f733
parent 36 aa5a574040a4
child 50 85f623e1ef41
equal deleted inserted replaced
40:910a23996aa0 43:c5e73110f733
    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 #include "../rom/bld.inf"
    21 
    22 
    22 #include "../metadataengine/group/bld.inf"
    23 #include "../metadataengine/group/bld.inf"
    23 #include "../locationmanager/group/bld.inf"
    24 #include "../locationmanager/group/bld.inf"
    24 #include "../contextengine/group/bld.inf"
    25 #include "../contextengine/group/bld.inf"
    25 #include "../harvester/group/bld.inf"
    26 #include "../harvester/group/bld.inf"
    34 PRJ_PLATFORMS
    35 PRJ_PLATFORMS
    35     DEFAULT
    36     DEFAULT
    36 
    37 
    37 PRJ_EXPORTS
    38 PRJ_EXPORTS
    38 
    39 
    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 
       
    55 #ifdef RD_MDS_2_5
       
    56 ../rom/ContentListingFramework.iby	CORE_MW_LAYER_IBY_EXPORT_PATH( ContentListingFramework.iby )
       
    57 #endif
       
    58 
       
    59 //Stubs
       
    60 ../sis/mds/mds_stub.sis  /epoc32/data/z/system/install/mds_stub.sis
       
    61 
       
    62 PRJ_TESTMMPFILES
    40 PRJ_TESTMMPFILES
    63 
    41 
    64 PRJ_TESTEXPORTS
    42 PRJ_TESTEXPORTS
    65 ../rom/mds_testers.iby	CORE_MW_LAYER_IBY_EXPORT_PATH(mds_testers.iby)
       
    66 
    43