kernel/eka/compsupp/rvct/usrt_nx.mmp
changeset 266 0008ccd16016
equal deleted inserted replaced
259:57b9594f5772 266:0008ccd16016
       
     1 // Copyright (c) 2009-2010 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 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 // 
       
    16 //
       
    17 
       
    18 #if defined(ARMCC_2_2)
       
    19 target          usrt_nx_2_2.lib
       
    20 #elif defined(ARMCC_3_1)
       
    21 target          usrt_nx_3_1.lib
       
    22 #elif defined(ARMCC_4_0)
       
    23 target 		    usrt_nx_4_0.lib
       
    24 #endif
       
    25 
       
    26 SMPSAFE
       
    27 targettype      lib
       
    28 
       
    29 macro           ENABLE_2ND_EMERGENCY_BUFFER
       
    30 
       
    31 always_build_as_arm
       
    32 
       
    33 source          ucppfini.cpp
       
    34 source          ucppinit.cpp 
       
    35 source          dllexp.cpp
       
    36 source          ../symaehabi/callfirstprocessfn.cpp
       
    37 
       
    38 #if defined(ARMCC_2_2) || defined(ARMCC_3_1)
       
    39 sourcepath      call_via_rx
       
    40 source          r0.cpp r1.cpp r2.cpp r3.cpp 
       
    41 source          r4.cpp r5.cpp r6.cpp r7.cpp 
       
    42 #endif
       
    43 
       
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 
       
    46 start armcc
       
    47     arminc
       
    48 end
       
    49