# HG changeset patch # User Simon Howkins # Date 1289843203 0 # Node ID c80bbe28af4fe7ce0898f6d79dc87cd04bea96d4 # Parent 2f3389f64fd3e369f0e8f19d7639d52c1aa4b8a9 Adjusted to avoid exports, etc, from a top-level bld.inf diff -r 2f3389f64fd3 -r c80bbe28af4f fmradio/conf/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fmradio/conf/bld.inf Mon Nov 15 17:46:43 2010 +0000 @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2006 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: +* +*/ + +#include + +PRJ_EXPORTS +../conf/fmradio.confml CONFML_EXPORT_PATH(fmradio.confml, customsw) +../conf/fmradio_2001b25e.crml CRML_EXPORT_PATH(fmradio_2001b25e.crml, customsw) + diff -r 2f3389f64fd3 -r c80bbe28af4f fmradio/group/bld.inf --- a/fmradio/group/bld.inf Mon Nov 15 11:47:42 2010 +0000 +++ b/fmradio/group/bld.inf Mon Nov 15 17:46:43 2010 +0000 @@ -18,17 +18,6 @@ #include -PRJ_PLATFORMS -DEFAULT - -PRJ_EXPORTS -// export central repository configuration files -../conf/fmradio.confml CONFML_EXPORT_PATH(fmradio.confml, customsw) -../conf/fmradio_2001b25e.crml CRML_EXPORT_PATH(fmradio_2001b25e.crml, customsw) - -// export localization source loc file -../loc/fmradio.loc APP_LAYER_LOC_EXPORT_PATH(fmradio.loc) - PRJ_MMPFILES #include "../activeidleengine/group/bld.inf" #include "../fmradioengine/group/bld.inf" @@ -37,5 +26,7 @@ #include "../fmradio/group/bld.inf" // Help exports #include "../help/group/bld.inf" +#include "../conf/bld.inf" +#include "../loc/bld.inf" // End of File diff -r 2f3389f64fd3 -r c80bbe28af4f fmradio/loc/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fmradio/loc/bld.inf Mon Nov 15 17:46:43 2010 +0000 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2006 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: +* +*/ + +#include + +PRJ_EXPORTS +../loc/fmradio.loc APP_LAYER_LOC_EXPORT_PATH(fmradio.loc) +