os/kernelhwsrv/kernel/eka/compsupp/rvct/dfpaeabi_common.mmh
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 // 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) || defined(ARMCC_4_0)
    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