Update contrib.
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "ARM EABI LICENCE.txt"
5 // which accompanies this distribution, and is available
6 // in kernel/eka/compsupp.
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32\compsupp\rvct2_2\rvct2_2.h
15 // This is the preinclude file for the rvct 2.2 compiler
16 // It contains all the compiler specific definitions required by the SOS source
26 #ifdef __ARMCC_VERSION
27 #if (__ARMCC_VERSION < 220435 || __ARMCC_VERSION >= 230000)
28 #error This instantiation of the build requires use of RVCT 2.2 Build 435 (or later)
32 #include <rvct/rvct.h>