kernel/eka/compsupp/rvct/ksrt.mmp
changeset 0 a41df078684a
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2008-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 //
       
    15 
       
    16 #if defined(ARMCC_2_2)
       
    17 target          ksrt2_2.lib
       
    18 #elif defined(ARMCC_3_1)
       
    19 target          ksrt3_1.lib
       
    20 #elif defined(ARMCC_4_0)
       
    21 target 		    ksrt4_0.lib
       
    22 #else
       
    23 target          error
       
    24 #endif
       
    25 
       
    26 targettype      klib
       
    27 
       
    28 always_build_as_arm
       
    29 SMPSAFE
       
    30 
       
    31 macro           _NO_FP
       
    32 
       
    33 source          ucppinit.cpp
       
    34 source          dllexp.cpp
       
    35 
       
    36 #if defined(ARMCC_2_2) || defined(ARMCC_3_1)
       
    37 sourcepath      call_via_rx
       
    38 source          r0.cpp r1.cpp r2.cpp r3.cpp 
       
    39 source          r4.cpp r5.cpp r6.cpp r7.cpp 
       
    40 #endif
       
    41 
       
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43