Adjusted to avoid exports, etc, from a top-level bld.inf RCL_3 tip
authorSimon Howkins <simonh@symbian.org>
Mon, 29 Nov 2010 11:47:03 +0000
branchRCL_3
changeset 78 dbcb928abe9c
parent 77 0a4059b7d4fe
Adjusted to avoid exports, etc, from a top-level bld.inf
photosgallery/exports/bld.inf
photosgallery/group/bld.inf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/photosgallery/exports/bld.inf	Mon Nov 29 11:47:03 2010 +0000
@@ -0,0 +1,31 @@
+/*
+* Copyright (c) 2008-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 for project mgallery.
+*
+*/
+
+#include <platform_paths.hrh>     
+
+PRJ_PLATFORMS
+DEFAULT
+
+PRJ_EXPORTS
+../rom/glxgallery.iby                   CORE_APP_LAYER_IBY_EXPORT_PATH(glxgallery.iby)
+../rom/glxgallery_resources.iby         LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(glxgallery_resources.iby)
+
+#ifdef APP_LAYER_LOC_EXPORT_PATH
+// export engineering english loc file
+../gallery/loc/photos.loc  		APP_LAYER_LOC_EXPORT_PATH(photos.loc)
+#endif 
+
--- a/photosgallery/group/bld.inf	Mon Nov 15 11:46:06 2010 +0000
+++ b/photosgallery/group/bld.inf	Mon Nov 29 11:47:03 2010 +0000
@@ -25,20 +25,11 @@
 PRJ_PLATFORMS
 DEFAULT
 
-//  Help exports
+// Help exports
 #include "../help/group/bld.inf"
 
-
-PRJ_EXPORTS
-../rom/glxgallery.iby                   CORE_APP_LAYER_IBY_EXPORT_PATH(glxgallery.iby)
-../rom/glxgallery_resources.iby         LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(glxgallery_resources.iby)
-
-
-#ifdef APP_LAYER_LOC_EXPORT_PATH
-// export engineering english loc file
-../gallery/loc/photos.loc  		APP_LAYER_LOC_EXPORT_PATH(photos.loc)
-#endif 
-
+// Exports
+#include "../exports/bld.inf"
 
 // Include the glxlogging.dll
 #include "../logging/group/bld.inf"
@@ -74,4 +65,4 @@
 #include "../memoryplugin/group/bld.inf"
 
 //include imageviewer
-#include "../imgvwr/group/bld.inf"
\ No newline at end of file
+#include "../imgvwr/group/bld.inf"