os/kernelhwsrv/kernel/eka/compsupp/rvct2_2/dfpaeabi_vfpv2.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2005-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 NOEXPORTLIBRARY
    21 START ARMCC
    22 ARMRT
    23 // we want the vfpv2 supporting versions
    24 #ifdef MARM_ARMV5
    25 ARMLIBS			f_tvp.l
    26 #else
    27 ARMLIBS			f_avp.l
    28 #endif
    29 END
    30 
    31 unpagedcode