# HG changeset patch # User hgs # Date 1278003453 -3600 # Node ID a5496987b1da2601a4fa72e5b95c14fdd70617f4 # Parent a232af6b0b1fad8dbbb1d63493e0809e1442292e 201025_04 diff -r a232af6b0b1f -r a5496987b1da baseapitest/basesvs/group/basesvs.mrp --- a/baseapitest/basesvs/group/basesvs.mrp Wed Jun 23 12:58:21 2010 +0100 +++ b/baseapitest/basesvs/group/basesvs.mrp Thu Jul 01 17:57:33 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 a232af6b0b1f -r a5496987b1da brdbootldr/ubootldr/base_ubootldr.mrp --- a/brdbootldr/ubootldr/base_ubootldr.mrp Wed Jun 23 12:58:21 2010 +0100 +++ b/brdbootldr/ubootldr/base_ubootldr.mrp Thu Jul 01 17:57:33 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 a232af6b0b1f -r a5496987b1da brdbootldr/ubootldr/inflate.c --- a/brdbootldr/ubootldr/inflate.c Wed Jun 23 12:58:21 2010 +0100 +++ b/brdbootldr/ubootldr/inflate.c Thu Jul 01 17:57:33 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 a232af6b0b1f -r a5496987b1da bsptemplate/asspandvariant/base_template.mrp --- a/bsptemplate/asspandvariant/base_template.mrp Wed Jun 23 12:58:21 2010 +0100 +++ b/bsptemplate/asspandvariant/base_template.mrp Thu Jul 01 17:57:33 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 a232af6b0b1f -r a5496987b1da bsptemplate/asspandvariant/template_variant/exiic.mmp --- a/bsptemplate/asspandvariant/template_variant/exiic.mmp Wed Jun 23 12:58:21 2010 +0100 +++ b/bsptemplate/asspandvariant/template_variant/exiic.mmp Thu Jul 01 17:57:33 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 a232af6b0b1f -r a5496987b1da bsptemplate/asspandvariant/template_variant/variant.mmh --- a/bsptemplate/asspandvariant/template_variant/variant.mmh Wed Jun 23 12:58:21 2010 +0100 +++ b/bsptemplate/asspandvariant/template_variant/variant.mmh Thu Jul 01 17:57:33 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 a232af6b0b1f -r a5496987b1da build.config.xml --- a/build.config.xml Wed Jun 23 12:58:21 2010 +0100 +++ b/build.config.xml Thu Jul 01 17:57:33 2010 +0100 @@ -147,12 +147,13 @@ - - @@ -189,8 +191,9 @@ - + + @@ -244,28 +247,32 @@ - + + + + + + @@ -278,7 +285,6 @@ - --> \ No newline at end of file diff -r a232af6b0b1f -r a5496987b1da halservices/hal/base_hal.mrp --- a/halservices/hal/base_hal.mrp Wed Jun 23 12:58:21 2010 +0100 +++ b/halservices/hal/base_hal.mrp Thu Jul 01 17:57:33 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 a232af6b0b1f -r a5496987b1da kernel/eka/base.bld --- a/kernel/eka/base.bld Wed Jun 23 12:58:21 2010 +0100 +++ b/kernel/eka/base.bld Thu Jul 01 17:57:33 2010 +0100 @@ -1,13 +1,13 @@ - -!COMPULSORY -!INCREMENTAL - -