diff -r 000000000000 -r 522cd55cc3d7 basiclocationinfodisplay/blid/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/basiclocationinfodisplay/blid/group/bld.inf Tue Feb 02 00:16:03 2010 +0200 @@ -0,0 +1,53 @@ +/* +* 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: +* This file provides the information required for building the +* whole of a location application. +* +*/ + +#include + +PRJ_PLATFORMS +DEFAULT + +// Export the Blid API files +PRJ_EXPORTS + +// Export the IBY file +../rom/blid.iby CORE_APP_LAYER_IBY_EXPORT_PATH(blid.iby) +../rom/blid_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(blid_resources.iby) +../rom/blidstub.iby CORE_APP_LAYER_IBY_EXPORT_PATH(blidstub.iby) + +// Export the Blid.loc file +../loc/Blid.loc APP_LAYER_LOC_EXPORT_PATH(Blid.loc) + +// Export Configuration Markup language and Central Repository Mark up language files +../conf/odometersettings.confml APP_LAYER_CONFML(odometersettings.confml) +../conf/odometersettings_101F85A0.crml APP_LAYER_CRML(odometersettings_101F85A0.crml) + +// TODO: Remove it after Crml +../cenrep/101F85A0.txt /epoc32/data/Z/private/10202be9/101F85A0.txt +../cenrep/101F85A0.txt /epoc32/release/winscw/udeb/Z/private/10202be9/101F85A0.txt + +// Backup CenRep Settings +../data/backup_registration.xml /epoc32/RELEASE/winscw/udeb/z/private/101F85A0/backup_registration.xml +../data/backup_registration.xml /epoc32/data/z/private/101F85A0/backup_registration.xml + +#include "../engine/group/bld.inf" +#include "../ui/group/bld.inf" +#include "../help/group/bld.inf" + +PRJ_MMPFILES +// End of File