sl@0: // Copyright (c) 2008-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 "ARM EABI LICENCE.txt" sl@0: // which accompanies this distribution, and is available sl@0: // in kernel/eka/compsupp. sl@0: // sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // usrt.mpp sl@0: // sl@0: // sl@0: sl@0: #if defined(ARMCC_2_2) sl@0: target usrt2_2.lib sl@0: #elif defined(ARMCC_3_1) sl@0: target usrt3_1.lib sl@0: #elif defined(ARMCC_4_0) sl@0: target usrt4_0.lib sl@0: #else sl@0: target error sl@0: #endif sl@0: sl@0: SMPSAFE sl@0: targettype lib sl@0: sl@0: always_build_as_arm sl@0: sl@0: source ucppfini.cpp sl@0: source ucppinit.cpp sl@0: source dllexp.cpp sl@0: source ../symaehabi/callfirstprocessfn.cpp sl@0: sl@0: #if defined(ARMCC_2_2) || defined(ARMCC_3_1) sl@0: sourcepath call_via_rx sl@0: source r0.cpp r1.cpp r2.cpp r3.cpp sl@0: source r4.cpp r5.cpp r6.cpp r7.cpp sl@0: #endif sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: start armcc sl@0: arminc sl@0: end