kernel/eka/compsupp/rvct/dfpaeabi_common.mmh
changeset 0 a41df078684a
child 36 538db54a451d
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 targettype      dll
       
    17 
       
    18 source          no_extras.cpp
       
    19 
       
    20 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    21 
       
    22 start armcc
       
    23     armrt
       
    24     arminc
       
    25 
       
    26     #if defined(ARMCC_3_1)
       
    27     armlibs     c_5.l
       
    28 
       
    29     #else
       
    30     #ifdef MARM_ARMV5
       
    31     armlibs		c_t__un.l
       
    32     #else
       
    33     armlibs		c_a__un.l
       
    34     #endif
       
    35 
       
    36     #endif
       
    37 end
       
    38 
       
    39 #if defined(ARMCC_2_2)
       
    40 library         drtrvct2_2.lib
       
    41 #elif defined(ARMCC_3_1)
       
    42 library         drtrvct3_1.lib
       
    43 #endif
       
    44 capability      all
       
    45 
       
    46 VENDORID        0x70000001
       
    47 
       
    48 UNPAGED
       
    49 SMPSAFE
       
    50