sl@0: // Copyright (c) 1997-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/nkern/nkern.mmp sl@0: // sl@0: // sl@0: sl@0: sourcepath ../nkern sl@0: source nkern.cpp sl@0: #ifdef MARM sl@0: sourcepath ../common/arm sl@0: source atomics.cia sl@0: sourcepath ../nkern/arm sl@0: source vectors.cia ncsched.cpp ncsched.cia nctimer.cia ncutilf.cia sl@0: sl@0: // X86 sl@0: #elif defined(X86) sl@0: #if defined(GCC32) sl@0: sourcepath ../common/x86 sl@0: source atomics.cia sl@0: #elif defined(VC32) sl@0: sourcepath ../common/win32 sl@0: source atomics.cpp sl@0: #endif sl@0: sourcepath ../nkern/x86 sl@0: source ncsched.cia sl@0: source ncthrd.cia sl@0: source ncutilf.cia sl@0: source ncutils.cia sl@0: source vectors.cia sl@0: source ncsched.cpp sl@0: source nctimer.cpp sl@0: source ncutilf.cpp sl@0: source ncutils.cpp sl@0: source vectors.cpp sl@0: #elif defined(WINS) sl@0: sourcepath ../common/win32 sl@0: source atomics.cpp sl@0: sourcepath ../nkern/win32 sl@0: source vectors.cpp ncsched.cpp nctimer.cpp ncutilf.cpp ncutils.cpp sl@0: #endif sl@0: sl@0: sourcepath ../nkern sl@0: source nkerns.cpp sched.cpp dfcs.cpp nk_timer.cpp sl@0: #ifdef MARM sl@0: sourcepath ../nkern/arm sl@0: source ncutils.cia sl@0: source ncutils.cpp sl@0: #elif defined(X86) sl@0: sourcepath ../nkern/x86 sl@0: #elif defined(WINS) sl@0: sourcepath ../nkern/win32 sl@0: #endif sl@0: source ncthrd.cpp ncglob.cpp sl@0: sl@0: START ARMCC sl@0: ARMRT sl@0: #ifdef ARMCC_2 sl@0: ARMLIBS c_a__un.l cpprt_a__u.l sl@0: #ifndef ARMCC_2_1 sl@0: ARMLIBS h_a__un.l sl@0: #endif sl@0: #else sl@0: ARMLIBS c_4.l h_4.l cpprt_4.l sl@0: #endif sl@0: END sl@0: sl@0: