os/kernelhwsrv/kernel/eka/compsupp/rvct/dfpaeabi_vfpv2.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 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #include "dfpaeabi_common.mmh"
    17 
    18 target          dfpaeabi_vfpv2.dll
    19 linkas          dfpaeabi.dll
    20 
    21 noexportlibrary
    22 
    23 start armcc
    24     #if defined (ARMCC_3_1) || defined(ARMCC_4_0)
    25     armlibs     fj_5v.l
    26 
    27     #else
    28     #ifdef MARM_ARMV5
    29     ARMLIBS 	f_tvp.l
    30     #else
    31     ARMLIBS		f_avp.l
    32     #endif
    33 
    34     #endif
    35 end
    36 SMPSAFE