# HG changeset patch # User Simon Howkins # Date 1289557769 0 # Node ID c9e0495c1cd6e1e2c97097957dfb0982a96b7bc1 # Parent 96b9ec297e5690bf9dc887eb69a89886477a13b6 Adjusted to avoid exports from a top-level bld.inf diff -r 96b9ec297e56 -r c9e0495c1cd6 group/bld.inf --- a/group/bld.inf Wed Oct 13 15:08:19 2010 +0300 +++ b/group/bld.inf Fri Nov 12 10:29:29 2010 +0000 @@ -28,9 +28,5 @@ #include "../mulwidgets/group/bld.inf" - +#include "../rom/group/bld.inf" -PRJ_EXPORTS - -../rom/alfcollect.iby CORE_MW_LAYER_IBY_EXPORT_PATH(alfcollect.iby) -../rom/alfwidgets.iby CORE_MW_LAYER_IBY_EXPORT_PATH(alfwidgets.iby) \ No newline at end of file diff -r 96b9ec297e56 -r c9e0495c1cd6 rom/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rom/group/bld.inf Fri Nov 12 10:29:29 2010 +0000 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2010 Symbian Foundation. +* 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: +* Symbian Foundation - initial contribution. +* +* Contributors: +* +* Description: Exports IBY files not processed by any other bld.inf in +* this package +* +*/ + +#include + +PRJ_EXPORTS + +../rom/alfcollect.iby CORE_MW_LAYER_IBY_EXPORT_PATH(alfcollect.iby) +../rom/alfwidgets.iby CORE_MW_LAYER_IBY_EXPORT_PATH(alfwidgets.iby)