os/kernelhwsrv/kernel/eka/compsupp/rvct2_2/dfprvct2_2_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 "dfprvct2_2_common.mmh"
    17 
    18 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    19 
    20 target 			dfprvct2_2_vfpv2.dll
    21 linkas			dfprvct2_2.dll
    22 noexportlibrary
    23 start armcc
    24 // we want the vfpv2 supporting versions
    25 #ifdef MARM_ARMV5
    26 armlibs			f_tvp.l g_tvp.l
    27 #else //!MARM_ARMV5
    28 armlibs			f_avp.l g_avp.l
    29 #endif //MARM_ARMV5
    30 end // armcc
    31 
    32 unpagedcode