kernel/eka/compsupp/rvct2_2/ksrt2_2.mmp
changeset 266 0008ccd16016
parent 259 57b9594f5772
child 272 70a6efdb753f
child 281 13fbfa31d2ba
equal deleted inserted replaced
259:57b9594f5772 266:0008ccd16016
     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.
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // KSRT2_2.MPP
       
    15 // This version is used to support RVCT 2.2 builds.
       
    16 // Here the init_array (|SHT$$INIT_ARRAY$$Base|) contains pointers rather than offsets. 
       
    17 // 
       
    18 //
       
    19 
       
    20 ALWAYS_BUILD_AS_ARM
       
    21 
       
    22 MACRO	_NO_FP
       
    23 
       
    24 TARGET 			ksrt2_2.lib
       
    25 
       
    26 TARGETTYPE		klib
       
    27 
       
    28 #ifdef MARM_ARMV5
       
    29 OPTION	ARMCC		--dllimport_runtime
       
    30 #endif
       
    31 
       
    32 SOURCEPATH		.
       
    33 
       
    34 #ifndef MARM_ARMV4
       
    35 SOURCE			callviar0.cpp callviar1.cpp callviar2.cpp callviar3.cpp 
       
    36 SOURCE			callviar4.cpp callviar5.cpp callviar6.cpp callviar7.cpp 
       
    37 #endif
       
    38 
       
    39 SOURCE			ucppinit_aeabi.cpp // ucppfini.cpp 
       
    40 
       
    41 // This will be overriden by .exps
       
    42 SOURCE                  dllexp.cpp
       
    43 
       
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 
       
    46 START ARMCC
       
    47 ARMRT
       
    48 END
       
    49 
       
    50 VENDORID 0x70000001