Adjusted to avoid exports, etc, from a top-level bld.inf
authorSimon Howkins <simonh@symbian.org>
Mon, 15 Nov 2010 12:11:29 +0000
changeset 23 f296d4eb022c
parent 21 7cf23ec47b99
child 24 f8a4151f4fe1
Adjusted to avoid exports, etc, from a top-level bld.inf
imageeditor/exports/bld.inf
imageeditor/group/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
+
--- 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 <data_caging_paths.hrh>
 
-// 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