# HG changeset patch # User Simon Howkins # Date 1289823089 0 # Node ID f296d4eb022cdf353f6c20e57a15972c8bf74a54 # Parent 7cf23ec47b993c508208f7da10e36d96924b6a92 Adjusted to avoid exports, etc, from a top-level bld.inf diff -r 7cf23ec47b99 -r f296d4eb022c imageeditor/exports/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/imageeditor/exports/bld.inf Mon Nov 15 12:11:29 2010 +0000 @@ -0,0 +1,31 @@ +/* +* Copyright (c) 2010 Ixonos Plc. +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the "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: +* Ixonos Plc +* +* Description: +* ImageEditor bld.inf file. +* +*/ + + +PRJ_EXPORTS +../loc/ImageEditor.loc APP_LAYER_LOC_EXPORT_PATH(ImageEditor.loc) + +../data/ImageEditorStub.sis /epoc32/data/z/system/install/ImageEditorStub.sis +//../inc/imageeditordebugutils.h /epoc32/include/imageeditordebugutils.h + +// ROM description +../rom/ImageEditor_Resource.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(ImageEditor_Resource.iby) +// +//../inc/ImageEditorUids.hrh /epoc32/include/ImageEditorUids.hrh + diff -r 7cf23ec47b99 -r f296d4eb022c imageeditor/group/bld.inf --- a/imageeditor/group/bld.inf Fri Oct 29 13:03:13 2010 +0100 +++ b/imageeditor/group/bld.inf Mon Nov 15 12:11:29 2010 +0000 @@ -22,10 +22,6 @@ #include "../inc/definitions.def" #include -// Erase temp files in WINS env -PRJ_MMPFILES -//gnumakefile erasetempfiles.mk - /// Plugin framework #include "../PB/group/bld.inf" #include "../IEPB/group/bld.inf" @@ -62,20 +58,6 @@ // Editor AIW Provider #include "../EditorProvider/group/bld.inf" -// makefiles -PRJ_MMPFILES -//gnumakefile bldsis.mk - -// Exported files -PRJ_EXPORTS -../loc/ImageEditor.loc APP_LAYER_LOC_EXPORT_PATH(ImageEditor.loc) - -../data/ImageEditorStub.sis /epoc32/data/z/system/install/ImageEditorStub.sis -//../inc/imageeditordebugutils.h /epoc32/include/imageeditordebugutils.h - -// ROM description -../rom/ImageEditor_Resource.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(ImageEditor_Resource.iby) -// -//../inc/ImageEditorUids.hrh /epoc32/include/ImageEditorUids.hrh +#include "../exports/bld.inf" // End of File