os/kernelhwsrv/kernel/eka/compsupp/rvct/usrt.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 //
     9 // Initial Contributors:
    10 // Nokia Corporation - initial contribution.
    11 //
    12 // Contributors:
    13 //
    14 // Description:
    15 // usrt.mpp
    16 // 
    17 //
    18 
    19 #if defined(ARMCC_2_2)
    20 target          usrt2_2.lib
    21 #elif defined(ARMCC_3_1)
    22 target          usrt3_1.lib
    23 #elif defined(ARMCC_4_0)
    24 target 		    usrt4_0.lib
    25 #else
    26 target          error
    27 #endif
    28 
    29 SMPSAFE
    30 targettype      lib
    31 
    32 always_build_as_arm
    33 
    34 source          ucppfini.cpp
    35 source          ucppinit.cpp 
    36 source          dllexp.cpp
    37 source          ../symaehabi/callfirstprocessfn.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 
    47 start armcc
    48     arminc
    49 end