sl@0: // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // e32/nkernsmp/nkern_ext.mmh sl@0: // sl@0: // sl@0: sl@0: macro __KERNEL_MODE__ sl@0: sl@0: #ifndef __BUILD_AS_THUMB__ sl@0: ALWAYS_BUILD_AS_ARM sl@0: #endif sl@0: sl@0: // Pick up any Variant or ASSP headers first sl@0: #ifdef VariantNKernIncludePath sl@0: macro __VARIANT_NKERN_INCLUDE_PATH_PRESENT__ sl@0: userinclude VariantNKernIncludePath sl@0: systeminclude VariantNKernIncludePath sl@0: #endif sl@0: #ifdef AsspNKernIncludePath sl@0: macro __ASSP_NKERN_INCLUDE_PATH_PRESENT__ sl@0: userinclude AsspNKernIncludePath sl@0: systeminclude AsspNKernIncludePath sl@0: #endif sl@0: sl@0: SYMBIAN_BASE_SYSTEMINCLUDE(nkernsmp) sl@0: sl@0: #ifdef MARM sl@0: SYMBIAN_BASE_SYSTEMINCLUDE(nkernsmp/arm) sl@0: #endif sl@0: sl@0: #ifdef X86 sl@0: SYMBIAN_BASE_SYSTEMINCLUDE(nkernsmp/x86) sl@0: #endif sl@0: sl@0: #ifdef WINS sl@0: #error No SMP on WINS sl@0: #endif sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: #define NKERN_DIR nkernsmp sl@0: sl@0: #ifdef STANDALONE_NANOKERNEL sl@0: #ifndef ExtraNKernIncludePath sl@0: #ifdef MARM sl@0: #define ExtraNKernIncludePath SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(kernel/arm) sl@0: #elif defined(X86) sl@0: #define ExtraNKernIncludePath SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(kernel/x86) sl@0: #endif sl@0: #endif sl@0: #ifdef ExtraNKernIncludePath sl@0: userinclude ExtraNKernIncludePath sl@0: systeminclude ExtraNKernIncludePath sl@0: #endif sl@0: #endif