author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
sl@0 | 1 |
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
sl@0 | 2 |
// All rights reserved. |
sl@0 | 3 |
// This component and the accompanying materials are made available |
sl@0 | 4 |
// under the terms of the License "Eclipse Public License v1.0" |
sl@0 | 5 |
// which accompanies this distribution, and is available |
sl@0 | 6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
sl@0 | 7 |
// |
sl@0 | 8 |
// Initial Contributors: |
sl@0 | 9 |
// Nokia Corporation - initial contribution. |
sl@0 | 10 |
// |
sl@0 | 11 |
// Contributors: |
sl@0 | 12 |
// |
sl@0 | 13 |
// Description: |
sl@0 | 14 |
// e32test/nkernsa/nktest_lib.mmp |
sl@0 | 15 |
// |
sl@0 | 16 |
// |
sl@0 | 17 |
|
sl@0 | 18 |
#define STANDALONE_NANOKERNEL |
sl@0 | 19 |
macro __STANDALONE_NANOKERNEL__ |
sl@0 | 20 |
|
sl@0 | 21 |
#include <variant.mmh> |
sl@0 | 22 |
|
sl@0 | 23 |
target VariantTarget(nktest_lib,lib) |
sl@0 | 24 |
targettype klib |
sl@0 | 25 |
|
sl@0 | 26 |
USERINCLUDE ../../../kernel/eka/include/kernel |
sl@0 | 27 |
|
sl@0 | 28 |
#ifdef SMP |
sl@0 | 29 |
#include <nkernsmp/nkern_ext.mmh> |
sl@0 | 30 |
#else |
sl@0 | 31 |
#include <nkern/nkern_ext.mmh> |
sl@0 | 32 |
#endif |
sl@0 | 33 |
|
sl@0 | 34 |
#if defined(MARM) |
sl@0 | 35 |
sourcepath arm |
sl@0 | 36 |
source armutils.cpp |
sl@0 | 37 |
source armutils.cia |
sl@0 | 38 |
|
sl@0 | 39 |
sourcepath ../../../kernel/eka/common/arm |
sl@0 | 40 |
userinclude ../../../kernel/eka/common |
sl@0 | 41 |
source cmem.cia |
sl@0 | 42 |
#if defined(GCC32) |
sl@0 | 43 |
source cgcchelp.cpp cgcchelp.cia |
sl@0 | 44 |
#elif defined(ARMCC) |
sl@0 | 45 |
source armcchlp.cpp |
sl@0 | 46 |
#ifndef SBSV2 |
sl@0 | 47 |
source armcchlp.cia |
sl@0 | 48 |
#endif |
sl@0 | 49 |
#endif |
sl@0 | 50 |
|
sl@0 | 51 |
#elif defined(X86) |
sl@0 | 52 |
sourcepath x86 |
sl@0 | 53 |
source x86utils.cpp |
sl@0 | 54 |
source x86utils.cia |
sl@0 | 55 |
|
sl@0 | 56 |
sourcepath ../../../kernel/eka/common/x86 |
sl@0 | 57 |
userinclude ../../../kernel/eka/common |
sl@0 | 58 |
source cmem.cia |
sl@0 | 59 |
|
sl@0 | 60 |
#elif defined(WINS) |
sl@0 | 61 |
#error Not yet implemented on WINS |
sl@0 | 62 |
#endif |
sl@0 | 63 |
|
sl@0 | 64 |
sourcepath . |
sl@0 | 65 |
source init.cpp kprintf.cpp tlsf.cpp nkutils.cpp |
sl@0 | 66 |
source diag.cpp |
sl@0 | 67 |
source main.cpp |
sl@0 | 68 |
source testutils.cpp |
sl@0 | 69 |
source threadbasic.cpp |
sl@0 | 70 |
source fastsem.cpp |
sl@0 | 71 |
source fastmutex.cpp |
sl@0 | 72 |
source debug.cpp |
sl@0 | 73 |
source testipi.cpp |
sl@0 | 74 |
source testdfc.cpp |
sl@0 | 75 |
source fastbuf.cpp |
sl@0 | 76 |
source benchmark.cpp |
sl@0 | 77 |
source rwspinlock.cpp |
sl@0 | 78 |
source tiedevents.cpp |
sl@0 | 79 |
SMPSAFE |