os/kernelhwsrv/kernel/eka/compsupp/rvct2_0/udfp.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) 2002-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 // UDFP.MPP
    15 // 
    16 //
    17 
    18 TARGET 			udfp.dll
    19 
    20 TARGETTYPE		dll
    21 
    22 SOURCEPATH		.
    23 SOURCE			udfpfrce.cpp
    24 // default _fp_init definition - should be overridden by fp library
    25 SOURCE			sftfpini.cpp	
    26 // dummy for now, needs to go away
    27 SOURCE			rte32dll.cpp	
    28 
    29 // yuk
    30 LIBRARY 		euser.lib	 
    31 
    32 START ARMCC
    33 //ARMRT - would like to be able to say this but there circularity with EUSER (argghhh!!!)
    34 ARMINC
    35 // we want the 'pure' versions to go with softvfp
    36 #ifdef MARM_ARMV5
    37 ARMLIBS			f_t_p.l c_t__un.l
    38 #else
    39 ARMLIBS			f_a_p.l c_a__un.l
    40 #endif
    41 END
    42 
    43 capability		all
    44 
    45 VENDORID 0x70000001
    46 
    47 SMPSAFE