# HG changeset patch # User hgs # Date 1276166881 -3600 # Node ID d9f1e5bfe28c6dd7ce2cf1166e6a885ce8d8d3dd # Parent 5e441a173c6319c325907308274c0261316ef8fd 201021_18 diff -r 5e441a173c63 -r d9f1e5bfe28c baseapitest/basesvs/group/basesvs.mrp --- a/baseapitest/basesvs/group/basesvs.mrp Mon May 24 18:45:46 2010 +0100 +++ b/baseapitest/basesvs/group/basesvs.mrp Thu Jun 10 11:48:01 2010 +0100 @@ -1,19 +1,3 @@ -# -# Copyright (c) 2009 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: -# - component basesvs source \sf\os\kernelhwsrv\baseapitest\basesvs notes_source \sf\os\kernelhwsrv\baseapitest\basesvs\group\release.txt diff -r 5e441a173c63 -r d9f1e5bfe28c brdbootldr/ubootldr/base_ubootldr.mrp --- a/brdbootldr/ubootldr/base_ubootldr.mrp Mon May 24 18:45:46 2010 +0100 +++ b/brdbootldr/ubootldr/base_ubootldr.mrp Thu Jun 10 11:48:01 2010 +0100 @@ -1,18 +1,3 @@ -# -# Copyright (c) 2009 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: -# # component name "Bootstrap" component base_ubootldr diff -r 5e441a173c63 -r d9f1e5bfe28c brdbootldr/ubootldr/inflate.c --- a/brdbootldr/ubootldr/inflate.c Mon May 24 18:45:46 2010 +0100 +++ b/brdbootldr/ubootldr/inflate.c Thu Jun 10 11:48:01 2010 +0100 @@ -1,19 +1,3 @@ -/* -* Copyright (c) 2009 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: -* -*/ /* inflate.c -- Not copyrighted 1992 by Mark Adler version c10p1, 10 January 1993 */ diff -r 5e441a173c63 -r d9f1e5bfe28c bsptemplate/asspandvariant/base_template.mrp --- a/bsptemplate/asspandvariant/base_template.mrp Mon May 24 18:45:46 2010 +0100 +++ b/bsptemplate/asspandvariant/base_template.mrp Thu Jun 10 11:48:01 2010 +0100 @@ -1,18 +1,3 @@ -# -# Copyright (c) 2009 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: -# # component name "Template Variant" component base_template diff -r 5e441a173c63 -r d9f1e5bfe28c bsptemplate/asspandvariant/template_variant/exiic.mmp --- a/bsptemplate/asspandvariant/template_variant/exiic.mmp Mon May 24 18:45:46 2010 +0100 +++ b/bsptemplate/asspandvariant/template_variant/exiic.mmp Thu Jun 10 11:48:01 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of the License "Eclipse Public License v1.0" @@ -17,6 +17,8 @@ #define __USING_ASSP_REGISTER_API__ #define __USING_ASSP_INTERRUPT_API__ +#define __USING_MHA_GPIO_API__ + #include @@ -58,9 +60,6 @@ //SYMBIAN_BASE_SYSTEMINCLUDE(template/specific) -library VariantTarget(gpio,lib) - - //VENDORID 0x70000001 //uid 0x100039d0 0x10285812 diff -r 5e441a173c63 -r d9f1e5bfe28c bsptemplate/asspandvariant/template_variant/variant.mmh --- a/bsptemplate/asspandvariant/template_variant/variant.mmh Mon May 24 18:45:46 2010 +0100 +++ b/bsptemplate/asspandvariant/template_variant/variant.mmh Thu Jun 10 11:48:01 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of the License "Eclipse Public License v1.0" @@ -149,7 +149,13 @@ // For the status of errata of L210 & L220 cache, see the header of source file: // e32\kernel\arm\cachel2.cpp -#if defined(__USING_USING_ASSP_REGISTER_API__) || defined(__USING_INTERRUPT_API__) || defined(__USING_ASSP_REGISTER_API__) +// Modular Hardware Adaptation - Service API library macros +// MMP files define the relevant macro to add the library statement +// +#if defined(__USING_ASSP_INTERRUPT_API__) || defined(__USING_ASSP_REGISTER_API__) library VariantTarget(katemplate,lib) #endif +#if defined(__USING_MHA_GPIO_API__) +library VariantTarget(gpio,lib) +#endif diff -r 5e441a173c63 -r d9f1e5bfe28c halservices/hal/base_hal.mrp --- a/halservices/hal/base_hal.mrp Mon May 24 18:45:46 2010 +0100 +++ b/halservices/hal/base_hal.mrp Thu Jun 10 11:48:01 2010 +0100 @@ -1,18 +1,3 @@ -# -# Copyright (c) 2009 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: -# # component name "User Side Hardware Abstraction" component base_hal diff -r 5e441a173c63 -r d9f1e5bfe28c halservices/hal/src/hal_gcc_shim.cia --- a/halservices/hal/src/hal_gcc_shim.cia Mon May 24 18:45:46 2010 +0100 +++ b/halservices/hal/src/hal_gcc_shim.cia Thu Jun 10 11:48:01 2010 +0100 @@ -1,4 +1,18 @@ +// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of the License "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: +// hal/src/hal_gcc_shim.cia +// // HAL_GCC_SHIM.CIA - generated by GENSHIMSRC.BAT // diff -r 5e441a173c63 -r d9f1e5bfe28c kernel/eka/base.bld --- a/kernel/eka/base.bld Mon May 24 18:45:46 2010 +0100 +++ b/kernel/eka/base.bld Thu Jun 10 11:48:01 2010 +0100 @@ -1,13 +1,13 @@ - -!COMPULSORY -!INCREMENTAL - -