os/kernelhwsrv/kernel/eka/compsupp/rvct2_2/drtrvct2_2_common.mmh
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 // DRTRVCT2_2_COMMON.MMP
    15 // 
    16 //
    17 
    18 TARGETTYPE		dll
    19 
    20 OPTION ARMCC	--no_exceptions --no_exceptions_unwind
    21 
    22 SOURCEPATH		.
    23 SOURCE			rtabort.cpp 
    24 SOURCE			rtdiv0.cpp 
    25 SOURCE			rtexit.cpp 
    26 SOURCE			rtlib.cpp 
    27 SOURCE			rtraise.cpp
    28 SOURCE			drtrvct2_2.cpp
    29 // global new/delete operators
    30 SOURCE			rtopnew.cpp rtopdel.cpp
    31 
    32 // exception support - from RVCT 2.1 onwards
    33 // SOURCE			exception_support.cpp
    34 // default _fp_init definition - should be overridden by fp library
    35 SOURCE			sftfpini.cpp	
    36 // dummy for now, needs to go away
    37 // SOURCE			rte32dll.cpp	
    38 
    39 // yuk
    40 LIBRARY 		scppnwdl.lib euser.lib
    41 
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    43 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
    44 SYSTEMINCLUDE		../../include
    45 #endif
    46 
    47 START ARMCC
    48 ARMRT
    49 ARMINC
    50 #ifdef MARM_ARMV5
    51 ARMLIBS			c_t__un.l 
    52 ARMLIBS			h_t__un.l
    53 //ARMLIBS		cpprt_t__u.l
    54 // shouldn't really need this if btod.o wasn't so monolithic....
    55 #else
    56 ARMLIBS			c_a__un.l 
    57 ARMLIBS			h_a__un.l
    58 //ARMLIBS		cpprt_a__u.l
    59 // shouldn't really need this if btod.o wasn't so monolithic....
    60 #endif
    61 END
    62 
    63 capability		all
    64 VENDORID 0x70000001
    65 
    66 SMPSAFE