group/bld.inf
branchRCL_3
changeset 50 85f623e1ef41
parent 49 f23c07ec56e2
child 63 e538444823de
equal deleted inserted replaced
49:f23c07ec56e2 50:85f623e1ef41
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 
    20 #include "../locationmanager/inc/locplatsupport.mmh"
    21 #include "../rom/bld.inf"
       
    22 
    21 
    23 #include "../metadataengine/group/bld.inf"
    22 #include "../metadataengine/group/bld.inf"
    24 #include "../locationmanager/group/bld.inf"
    23 #include "../locationmanager/group/bld.inf"
    25 #include "../contextengine/group/bld.inf"
    24 #include "../contextengine/group/bld.inf"
    26 #include "../harvester/group/bld.inf"
    25 #include "../harvester/group/bld.inf"
    35 PRJ_PLATFORMS
    34 PRJ_PLATFORMS
    36     DEFAULT
    35     DEFAULT
    37 
    36 
    38 PRJ_EXPORTS
    37 PRJ_EXPORTS
    39 
    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
       
    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 
    40 PRJ_TESTMMPFILES
    62 PRJ_TESTMMPFILES
    41 
    63 
    42 PRJ_TESTEXPORTS
    64 PRJ_TESTEXPORTS
       
    65 ../rom/mds_testers.iby	CORE_MW_LAYER_IBY_EXPORT_PATH(mds_testers.iby)
    43 
    66