sl@0: // Copyright (c) 2006-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: // e32test/nkernsa/nktest_lib.mmp sl@0: // sl@0: // sl@0: sl@0: #define STANDALONE_NANOKERNEL sl@0: macro __STANDALONE_NANOKERNEL__ sl@0: sl@0: #include sl@0: sl@0: target VariantTarget(nktest_lib,lib) sl@0: targettype klib sl@0: sl@0: USERINCLUDE ../../../kernel/eka/include/kernel sl@0: sl@0: #ifdef SMP sl@0: #include sl@0: #else sl@0: #include sl@0: #endif sl@0: sl@0: #if defined(MARM) sl@0: sourcepath arm sl@0: source armutils.cpp sl@0: source armutils.cia sl@0: sl@0: sourcepath ../../../kernel/eka/common/arm sl@0: userinclude ../../../kernel/eka/common sl@0: source cmem.cia sl@0: #if defined(GCC32) sl@0: source cgcchelp.cpp cgcchelp.cia sl@0: #elif defined(ARMCC) sl@0: source armcchlp.cpp sl@0: #ifndef SBSV2 sl@0: source armcchlp.cia sl@0: #endif sl@0: #endif sl@0: sl@0: #elif defined(X86) sl@0: sourcepath x86 sl@0: source x86utils.cpp sl@0: source x86utils.cia sl@0: sl@0: sourcepath ../../../kernel/eka/common/x86 sl@0: userinclude ../../../kernel/eka/common sl@0: source cmem.cia sl@0: sl@0: #elif defined(WINS) sl@0: #error Not yet implemented on WINS sl@0: #endif sl@0: sl@0: sourcepath . sl@0: source init.cpp kprintf.cpp tlsf.cpp nkutils.cpp sl@0: source diag.cpp sl@0: source main.cpp sl@0: source testutils.cpp sl@0: source threadbasic.cpp sl@0: source fastsem.cpp sl@0: source fastmutex.cpp sl@0: source debug.cpp sl@0: source testipi.cpp sl@0: source testdfc.cpp sl@0: source fastbuf.cpp sl@0: source benchmark.cpp sl@0: source rwspinlock.cpp sl@0: source tiedevents.cpp sl@0: SMPSAFE