kernel/eka/compsupp/rvct2_0/udfp.mmp
changeset 43 96e5fb8b040d
child 44 36bfc973b146
equal deleted inserted replaced
-1:000000000000 43:96e5fb8b040d
       
     1 /*
       
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * UDFP.MPP
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET 			udfp.dll
       
    21 
       
    22 TARGETTYPE		dll
       
    23 
       
    24 SOURCEPATH		.
       
    25 SOURCE			udfpfrce.cpp
       
    26 // default _fp_init definition - should be overridden by fp library
       
    27 SOURCE			sftfpini.cpp	
       
    28 // dummy for now, needs to go away
       
    29 SOURCE			rte32dll.cpp	
       
    30 
       
    31 // yuk
       
    32 LIBRARY 		euser.lib	 
       
    33 
       
    34 START ARMCC
       
    35 //ARMRT - would like to be able to say this but there circularity with EUSER (argghhh!!!)
       
    36 ARMINC
       
    37 // we want the 'pure' versions to go with softvfp
       
    38 #ifdef MARM_ARMV5
       
    39 ARMLIBS			f_t_p.l c_t__un.l
       
    40 #else
       
    41 ARMLIBS			f_a_p.l c_a__un.l
       
    42 #endif
       
    43 END
       
    44 
       
    45 capability		all
       
    46 
       
    47 VENDORID 0x70000001
       
    48 
       
    49 SMPSAFE