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 "ARM EABI LICENCE.txt" sl@0: // which accompanies this distribution, and is available sl@0: // in kernel/eka/compsupp. sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Compiler runtime support. sl@0: // sl@0: // sl@0: sl@0: PRJ_PLATFORMS sl@0: sl@0: ARMV4 ARMV5 ARMV5SMP ARMV7 sl@0: sl@0: sl@0: PRJ_EXPORTS sl@0: sl@0: rvct.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(rvct/) sl@0: gcce/gcce.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gcce/) sl@0: sl@0: symcpp/symcpp.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(symcpp.h) sl@0: sl@0: compsupp.iby /epoc32/rom/include/ sl@0: sl@0: // Unzip runtimes not being built sl@0: sl@0: #if !defined(ARMCC_2_2) sl@0: :zip rt_2_2_export.zip sl@0: #endif sl@0: sl@0: #if !defined(ARMCC_3_1) sl@0: :zip rt_3_1_export.zip sl@0: #endif sl@0: sl@0: #if !defined(ARMCC_4_0) sl@0: :zip rt_4_0_export.zip sl@0: #endif sl@0: sl@0: sl@0: PRJ_MMPFILES sl@0: sl@0: #if !defined GCCXML && !defined GCCE sl@0: sl@0: symcpp/scppnwdl.mmp sl@0: rvct/dfprvct-thunk.mmp sl@0: rvct/usrt.mmp sl@0: rvct/ksrt.mmp sl@0: sl@0: #ifndef SMP // Only static libraries build for SMP. sl@0: sl@0: rvct/drtaeabi.mmp sl@0: sl@0: rvct/dfpaeabi.mmp sl@0: rvct/dfpaeabi_vfpv2.mmp sl@0: sl@0: #if defined(ARMCC_2_2) || defined(ARMCC_3_1) sl@0: sl@0: rvct/drtrvct.mmp sl@0: rvct/drtrvct_vfpv2.mmp sl@0: sl@0: rvct/dfprvct.mmp sl@0: rvct/dfprvct_vfpv2.mmp sl@0: #endif sl@0: sl@0: #endif sl@0: sl@0: #endif sl@0: