Adjusted to avoid exports from a top-level bld.inf RCL_3
authorSimon Howkins <simonh@symbian.org>
Fri, 12 Nov 2010 10:29:29 +0000
branchRCL_3
changeset 32 c9e0495c1cd6
parent 30 96b9ec297e56
child 33 2d34f54f7334
Adjusted to avoid exports from a top-level bld.inf
group/bld.inf
rom/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
--- /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 <platform_paths.hrh>
+
+PRJ_EXPORTS
+
+../rom/alfcollect.iby CORE_MW_LAYER_IBY_EXPORT_PATH(alfcollect.iby)
+../rom/alfwidgets.iby CORE_MW_LAYER_IBY_EXPORT_PATH(alfwidgets.iby)