# HG changeset patch # User Simon Howkins # Date 1291031223 0 # Node ID dbcb928abe9c48e889859579a820f80244749961 # Parent 0a4059b7d4fe53308d6e3dc2222843cab521f143 Adjusted to avoid exports, etc, from a top-level bld.inf diff -r 0a4059b7d4fe -r dbcb928abe9c photosgallery/exports/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 + +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 + diff -r 0a4059b7d4fe -r dbcb928abe9c photosgallery/group/bld.inf --- 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"