kernel/eka/compsupp/rvct2_0/udfp.mmp
changeset 266 0008ccd16016
parent 259 57b9594f5772
child 272 70a6efdb753f
child 281 13fbfa31d2ba
equal deleted inserted replaced
259:57b9594f5772 266:0008ccd16016
     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