kerneltest/e32test/group/t_drtaeabi.mmp
changeset 0 a41df078684a
child 6 0173bcd7697c
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     1 // Copyright (c) 2004-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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET 			t_drtaeabi.dll
       
    17 
       
    18 TARGETTYPE		dll
       
    19 
       
    20 #if defined ARMCC_2_1
       
    21 SOURCEPATH		../../../kernel/eka/compsupp/rvct2_1
       
    22 #elif defined ARMCC_2_2
       
    23 SOURCEPATH		../../../kernel/eka/compsupp/rvct2_2
       
    24 #elif defined ARMCC_3_1
       
    25 SOURCEPATH		../../../kernel/eka/compsupp/rvct3_1
       
    26 #endif
       
    27 SOURCE			aeabidiv0.cpp
       
    28 SOURCE			drtaeabi.cpp
       
    29 SOURCE			type_info.cpp
       
    30 
       
    31 USERINCLUDE	../../../kernel/eka/include
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 SOURCEPATH		../../../kernel/eka/compsupp/symaehabi
       
    35 SOURCE			symbian_support.cpp
       
    36 SOURCE			symbian_rtti.cpp
       
    37 SOURCE			unwinder.c
       
    38 SOURCE			unwind_pr.c
       
    39 SOURCE			cppsemantics.cpp
       
    40 
       
    41 SOURCEPATH		../cppexceptions
       
    42 SOURCE			export_internals.cpp
       
    43 
       
    44 // we're building a runtime support lib so we have to add the libraries we want by hand
       
    45 
       
    46 #if defined ARMCC_2_1
       
    47 LIBRARY 		euser.lib dfpaeabi.lib dfprvct2_1.lib drtrvct2_1.lib
       
    48 #elif defined ARMCC_2_2
       
    49 LIBRARY 		euser.lib dfpaeabi.lib dfprvct2_2.lib drtrvct2_2.lib
       
    50 #elif defined ARMCC_3_1
       
    51 LIBRARY 		euser.lib dfpaeabi.lib dfprvct3_1.lib drtrvct3_1.lib scppnwdl.lib
       
    52 #endif
       
    53 
       
    54 START ARMCC
       
    55 ARMRT // we're building a runtime support lib so suppress all the default libraries
       
    56 ARMINC
       
    57 // we want the 'pure' versions to go with softvfp
       
    58 #if defined ARMCC_3_1
       
    59     #ifdef MARM_ARMV5
       
    60     ARMLIBS     c_5.l h_5.l cpprt_5.l
       
    61     #else
       
    62     ARMLIBS     c_4.l h_4.l cpprt_4.l
       
    63     #endif
       
    64 #else
       
    65     #ifdef MARM_ARMV5
       
    66     ARMLIBS		c_t__un.l cpprt_t__u.l
       
    67     #else
       
    68     ARMLIBS		c_a__un.l cpprt_a__u.l
       
    69     #endif
       
    70 #endif
       
    71 END
       
    72 
       
    73 capability		all
       
    74 vendorid		0x70000001
       
    75 
       
    76 
       
    77 SMPSAFE