group/bld.inf
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 10:20:41 +0300
branchRCL_3
changeset 19 b73252188534
parent 6 646a02f170b9
child 20 f23c07ec56e2
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Build information file
*
*/


#include <platform_paths.hrh>
#include "../locationmanager/inc/locplatsupport.mmh"

#include "../metadataengine/group/bld.inf"
#include "../locationmanager/group/bld.inf"
#include "../contextengine/group/bld.inf"
#include "../harvester/group/bld.inf"
#include "../mds_plat/group/bld.inf"
#include "../mds_pub/group/bld.inf"
#include "../watchdog/group/bld.inf"

#ifdef RD_MDS_2_5 
#include "../clfwrapper/group/bld.inf"
#endif

PRJ_PLATFORMS
    DEFAULT

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)