# HG changeset patch # User Simon Howkins # Date 1289573887 0 # Node ID 5042b6604f6f3597909890aa1afb49ece8055fc3 # Parent 5d5344402085e392c9c917705ce978e40348dcd8 Adjusted to avoid exports from a top-level bld.inf diff -r 5d5344402085 -r 5042b6604f6f applicationmanagement/conf/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/applicationmanagement/conf/group/bld.inf Fri Nov 12 14:58:07 2010 +0000 @@ -0,0 +1,24 @@ +/* +* Copyright (c) 2005 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: Customization +* +*/ + +#include + +PRJ_EXPORTS +// Generic configuration interface for component cenrep settings +../application_management.confml APP_LAYER_CONFML(application_management.confml) +../application_management_1020781C.crml APP_LAYER_CRML(application_management_1020781C.crml) + diff -r 5d5344402085 -r 5042b6604f6f applicationmanagement/group/bld.inf --- a/applicationmanagement/group/bld.inf Wed Oct 13 14:17:13 2010 +0300 +++ b/applicationmanagement/group/bld.inf Fri Nov 12 14:58:07 2010 +0000 @@ -15,26 +15,13 @@ * */ - - #include -PRJ_EXPORTS -//../rom/1020781c.txt /epoc32/data/Z/private/10202be9/1020781c.txt -//../rom/1020781c.txt /epoc32/RELEASE/winscw/UDEB/z/private/10202be9/1020781c.txt -//../rom/1020781c.txt /epoc32/RELEASE/winscw/UREL/z/private/10202be9/1020781c.txt - -../rom/appmgmt.iby CORE_APP_LAYER_IBY_EXPORT_PATH(appmgmt.iby) -../rom/appmgmtresources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(appmgmtresources.iby) -// Generic configuration interface for component cenrep settings -../conf/application_management.confml APP_LAYER_CONFML(application_management.confml) -../conf/application_management_1020781C.crml APP_LAYER_CRML(application_management_1020781C.crml) - -PRJ_MMPFILES - #include "../options/group/bld.inf" #include "../client/group/bld.inf" #include "../server/group/bld.inf" #include "../RfsPlugin/group/bld.inf" #include "../amadapter2/group/bld.inf" #include "../omascomoadapter/group/bld.inf" +#include "../conf/group/bld.inf" +#include "../rom/group/bld.inf" diff -r 5d5344402085 -r 5042b6604f6f applicationmanagement/rom/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/applicationmanagement/rom/group/bld.inf Fri Nov 12 14:58:07 2010 +0000 @@ -0,0 +1,28 @@ +/* +* Copyright (c) 2005 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: Customization +* +*/ + +#include + +PRJ_EXPORTS + +//../rom/1020781c.txt /epoc32/data/Z/private/10202be9/1020781c.txt +//../rom/1020781c.txt /epoc32/RELEASE/winscw/UDEB/z/private/10202be9/1020781c.txt +//../rom/1020781c.txt /epoc32/RELEASE/winscw/UREL/z/private/10202be9/1020781c.txt + +../rom/appmgmt.iby CORE_APP_LAYER_IBY_EXPORT_PATH(appmgmt.iby) +../rom/appmgmtresources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(appmgmtresources.iby) + diff -r 5d5344402085 -r 5042b6604f6f customization/conf/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/customization/conf/group/bld.inf Fri Nov 12 14:58:07 2010 +0000 @@ -0,0 +1,25 @@ +/* +* Copyright (c) 2005 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: Customization +* +*/ + +#include + +PRJ_EXPORTS + +// Generic configuration interface for component cenrep settings +../customization.confml APP_LAYER_CONFML(customization.confml) +../customization_10207831.crml APP_LAYER_CRML(customization_10207831.crml) + diff -r 5d5344402085 -r 5042b6604f6f customization/group/bld.inf --- a/customization/group/bld.inf Wed Oct 13 14:17:13 2010 +0300 +++ b/customization/group/bld.inf Fri Nov 12 14:58:07 2010 +0000 @@ -15,20 +15,11 @@ * */ - - #include PRJ_PLATFORMS DEFAULT -PRJ_EXPORTS - -// Generic configuration interface for component cenrep settings -../conf/customization.confml APP_LAYER_CONFML(customization.confml) -../conf/customization_10207831.crml APP_LAYER_CRML(customization_10207831.crml) -PRJ_MMPFILES - //#include "../UISettingsSrv/Client/group/bld.inf" #include "../DMUtils/bld/bld.inf" //#include "../UISettingsSrv/Server/group/bld.inf" @@ -42,3 +33,5 @@ #include "../ThemesAdapter/bld/bld.inf" #include "../EmbeddedLinkAdapter/bld/bld.inf" +#include "../conf/group/bld.inf" +