bsptemplate/asspandvariant/template_variant/variant.mmh
changeset 109 b3a1d9898418
parent 90 947f0dc9f7a8
--- a/bsptemplate/asspandvariant/template_variant/variant.mmh	Mon May 03 13:47:38 2010 +0300
+++ b/bsptemplate/asspandvariant/template_variant/variant.mmh	Fri May 14 17:13:29 2010 +0300
@@ -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