Adjusted to avoid exports, etc, from a top-level bld.inf RCL_3 tip
authorSimon Howkins <simonh@symbian.org>
Mon, 15 Nov 2010 15:22:23 +0000
branchRCL_3
changeset 46 4bd0ef495c42
parent 44 5033d469f7c9
Adjusted to avoid exports, etc, from a top-level bld.inf
eventsui/conf/bld.inf
eventsui/data/bld.inf
eventsui/group/bld.inf
eventsui/loc/bld.inf
eventsui/rom/bld.inf
landmarksui/group/bld.inf
landmarksui/loc/bld.inf
landmarksui/rom/bld.inf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eventsui/conf/bld.inf	Mon Nov 15 15:22:23 2010 +0000
@@ -0,0 +1,25 @@
+/*
+* Copyright (c) 2008 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 file for project Events UI
+*
+*/
+
+
+// To get the APP_LAYER_LOC_EXPORT_PATH macro definitions
+#include <platform_paths.hrh>
+
+PRJ_EXPORTS
+evtstorage.confml               APP_LAYER_CONFML(evtstorage.confml) 
+evtstorage_2001E66D.crml        APP_LAYER_CRML(evtstorage_2001E66D.crml)
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eventsui/data/bld.inf	Mon Nov 15 15:22:23 2010 +0000
@@ -0,0 +1,20 @@
+/*
+* Copyright (c) 2008 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 file for project Events UI
+*
+*/
+
+PRJ_EXPORTS
+backup_registration.xml     z:/private/2001E663/backup_registration.xml
+
--- a/eventsui/group/bld.inf	Wed Oct 13 14:24:28 2010 +0300
+++ b/eventsui/group/bld.inf	Mon Nov 15 15:22:23 2010 +0000
@@ -29,20 +29,16 @@
 PRJ_EXPORTS
 
 // Export Localization Files
-../loc/evtui.loc               		APP_LAYER_LOC_EXPORT_PATH(evtui.loc)
+#include "../loc/bld.inf"
 
-// Export the IBY file
-../rom/eventsui.iby             	CORE_APP_LAYER_IBY_EXPORT_PATH(eventsui.iby)
-../rom/eventsui_resources.iby   	LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(eventsui_resources.iby)
-../rom/eventsuistub.iby            	CORE_APP_LAYER_IBY_EXPORT_PATH(eventsuistub.iby)
+// Export the IBY files
+#include "../rom/bld.inf"
 
 // Export Configuration Markup language and Central Repository Mark up language files
-../conf/evtstorage.confml               APP_LAYER_CONFML(evtstorage.confml) 
-../conf/evtstorage_2001E66D.crml        APP_LAYER_CRML(evtstorage_2001E66D.crml)
-
+#include "../conf/bld.inf"
 
 // Backup Db files
-../data/backup_registration.xml     z:/private/2001E663/backup_registration.xml
+#include "../data/bld.inf"
 
 PRJ_MMPFILES
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eventsui/loc/bld.inf	Mon Nov 15 15:22:23 2010 +0000
@@ -0,0 +1,23 @@
+/*
+* Copyright (c) 2008 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 file for project Events UI
+*
+*/
+
+// To get the APP_LAYER_LOC_EXPORT_PATH macro definitions
+#include <platform_paths.hrh>
+
+PRJ_EXPORTS
+evtui.loc               		APP_LAYER_LOC_EXPORT_PATH(evtui.loc)
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eventsui/rom/bld.inf	Mon Nov 15 15:22:23 2010 +0000
@@ -0,0 +1,25 @@
+/*
+* Copyright (c) 2008 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 file for project Events UI
+*
+*/
+
+// To get the APP_LAYER_LOC_EXPORT_PATH macro definitions
+#include <platform_paths.hrh>
+
+PRJ_EXPORTS
+eventsui.iby             	CORE_APP_LAYER_IBY_EXPORT_PATH(eventsui.iby)
+eventsui_resources.iby   	LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(eventsui_resources.iby)
+eventsuistub.iby            	CORE_APP_LAYER_IBY_EXPORT_PATH(eventsuistub.iby)
+
--- a/landmarksui/group/bld.inf	Wed Oct 13 14:24:28 2010 +0300
+++ b/landmarksui/group/bld.inf	Mon Nov 15 15:22:23 2010 +0000
@@ -49,4 +49,6 @@
 #include "../commonui/group/bld.inf"
 #include "../app/group/bld.inf"
 #include "../msgviewer/group/bld.inf"
+#include "../loc/bld.inf"
+#include "../rom/bld.inf"
 //  End of File  
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/landmarksui/loc/bld.inf	Mon Nov 15 15:22:23 2010 +0000
@@ -0,0 +1,25 @@
+/*
+* Copyright (c) 2002 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:    LandmarksUi Content Localisation
+*/
+
+#include <platform_paths.hrh>
+#include <data_caging_paths.hrh>
+
+PRJ_EXPORTS
+// Export the IBY files
+../rom/LocationLandmarksUi.iby			CORE_APP_LAYER_IBY_EXPORT_PATH(LocationLandmarksUi.iby)
+../rom/LocationLandmarksUi_resources.iby	LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(LocationLandmarksUi_resources.iby)
+../rom/LocationLandmarksUiStub.iby 		CORE_APP_LAYER_IBY_EXPORT_PATH(LocationLandmarksUiStub.iby)
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/landmarksui/rom/bld.inf	Mon Nov 15 15:22:23 2010 +0000
@@ -0,0 +1,28 @@
+/*
+* Copyright (c) 2002 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:    LandmarksUi Content File -    
+*	 This file provides the information required for building the
+*    	 whole of a Landmarks application.
+*
+*/
+
+#include <platform_paths.hrh>
+#include <data_caging_paths.hrh>
+
+PRJ_EXPORTS
+// Export Localization files
+../loc/landmarks.loc                     	APP_LAYER_LOC_EXPORT_PATH(landmarks.loc)  
+../loc/lmkmsgviewer.loc                  	APP_LAYER_LOC_EXPORT_PATH(lmkmsgviewer.loc)  
+
+