kernel/eka/compsupp/rvct/ksrt.mmp
changeset 9 96e5fb8b040d
child 10 36bfc973b146
equal deleted inserted replaced
-1:000000000000 9:96e5fb8b040d
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(ARMCC_2_2)
       
    20 target          ksrt2_2.lib
       
    21 #elif defined(ARMCC_3_1)
       
    22 target          ksrt3_1.lib
       
    23 #elif defined(ARMCC_4_0)
       
    24 target 		    ksrt4_0.lib
       
    25 #else
       
    26 target          error
       
    27 #endif
       
    28 
       
    29 targettype      klib
       
    30 
       
    31 always_build_as_arm
       
    32 SMPSAFE
       
    33 
       
    34 macro           _NO_FP
       
    35 
       
    36 source          ucppinit.cpp
       
    37 source          dllexp.cpp
       
    38 
       
    39 #if defined(ARMCC_2_2) || defined(ARMCC_3_1)
       
    40 sourcepath      call_via_rx
       
    41 source          r0.cpp r1.cpp r2.cpp r3.cpp 
       
    42 source          r4.cpp r5.cpp r6.cpp r7.cpp 
       
    43 #endif
       
    44 
       
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46