# HG changeset patch # User Simon Howkins # Date 1289834543 0 # Node ID 4bd0ef495c427f8cfa0b59cbef033d4ad966ff35 # Parent 5033d469f7c99bff1d478b0fbea5065f60e16847 Adjusted to avoid exports, etc, from a top-level bld.inf diff -r 5033d469f7c9 -r 4bd0ef495c42 eventsui/conf/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 + +PRJ_EXPORTS +evtstorage.confml APP_LAYER_CONFML(evtstorage.confml) +evtstorage_2001E66D.crml APP_LAYER_CRML(evtstorage_2001E66D.crml) + diff -r 5033d469f7c9 -r 4bd0ef495c42 eventsui/data/bld.inf --- /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 + diff -r 5033d469f7c9 -r 4bd0ef495c42 eventsui/group/bld.inf --- 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 diff -r 5033d469f7c9 -r 4bd0ef495c42 eventsui/loc/bld.inf --- /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 + +PRJ_EXPORTS +evtui.loc APP_LAYER_LOC_EXPORT_PATH(evtui.loc) + diff -r 5033d469f7c9 -r 4bd0ef495c42 eventsui/rom/bld.inf --- /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 + +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) + diff -r 5033d469f7c9 -r 4bd0ef495c42 landmarksui/group/bld.inf --- 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 diff -r 5033d469f7c9 -r 4bd0ef495c42 landmarksui/loc/bld.inf --- /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 +#include + +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) + diff -r 5033d469f7c9 -r 4bd0ef495c42 landmarksui/rom/bld.inf --- /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 +#include + +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) + +