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