# HG changeset patch # User Simon Howkins # Date 1289574347 0 # Node ID 1aca8c36e17c2c65b661449ec3294557a5e1bc60 # Parent ed95320285d071b2c31a8bdeab546196425776fe Adjusted to avoid exports from a top-level bld.inf diff -r ed95320285d0 -r 1aca8c36e17c defaultapplicationsettings/group/bld.inf --- a/defaultapplicationsettings/group/bld.inf Wed Oct 13 14:33:04 2010 +0300 +++ b/defaultapplicationsettings/group/bld.inf Fri Nov 12 15:05:47 2010 +0000 @@ -2,7 +2,7 @@ * Copyright (c) 2005-2006 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"" +* 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". * @@ -15,16 +15,11 @@ * */ - #include #include "../services_db/group/bld.inf" #include "../server/group/bld.inf" #include "../service/group/bld.inf" #include "../gsplugin/group/bld.inf" - -PRJ_EXPORTS +#include "../rom/group/bld.inf" -../rom/DefaultApplicationSettings.iby CORE_APP_LAYER_IBY_EXPORT_PATH(defaultapplicationsettings.iby) -../rom/DefaultApplicationSettingsResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(defaultapplicationsettingsresources.iby) - diff -r ed95320285d0 -r 1aca8c36e17c defaultapplicationsettings/rom/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/defaultapplicationsettings/rom/group/bld.inf Fri Nov 12 15:05:47 2010 +0000 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2005-2006 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 DefaultApplicationSettings +* +*/ + +#include + +PRJ_EXPORTS + +../DefaultApplicationSettings.iby CORE_APP_LAYER_IBY_EXPORT_PATH(defaultapplicationsettings.iby) +../DefaultApplicationSettingsResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(defaultapplicationsettingsresources.iby) +