kernel/eka/compsupp/rvct/usrt.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 * usrt.mpp
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #if defined(ARMCC_2_2)
       
    21 target          usrt2_2.lib
       
    22 #elif defined(ARMCC_3_1)
       
    23 target          usrt3_1.lib
       
    24 #elif defined(ARMCC_4_0)
       
    25 target 		    usrt4_0.lib
       
    26 #else
       
    27 target          error
       
    28 #endif
       
    29 
       
    30 SMPSAFE
       
    31 targettype      lib
       
    32 
       
    33 always_build_as_arm
       
    34 
       
    35 source          ucppfini.cpp
       
    36 source          ucppinit.cpp 
       
    37 source          dllexp.cpp
       
    38 source          ../symaehabi/callfirstprocessfn.cpp
       
    39 
       
    40 #if defined(ARMCC_2_2) || defined(ARMCC_3_1)
       
    41 sourcepath      call_via_rx
       
    42 source          r0.cpp r1.cpp r2.cpp r3.cpp 
       
    43 source          r4.cpp r5.cpp r6.cpp r7.cpp 
       
    44 #endif
       
    45 
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 
       
    48 start armcc
       
    49     arminc
       
    50 end