os/kernelhwsrv/kernel/eka/compsupp/rvct/drtaeabi.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 //
    15 
    16 target          drtaeabi.dll
    17 targettype      dll
    18 
    19 source          aeabidiv0.cpp
    20 source          drtaeabi.cpp
    21 source          aeabimem.cpp
    22 source          type_info.cpp
    23 source          no_extras.cpp
    24 
    25 sourcepath      ../symaehabi
    26 source          symbian_support.cpp 
    27 source          symbian_rtti.cpp
    28 source          unwinder.c
    29 source          unwind_pr.c
    30 source          cppsemantics.cpp
    31 
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 
    34 start armcc
    35     armrt
    36     arminc
    37 
    38     #if defined(ARMCC_3_1) || defined(ARMCC_4_0)
    39     armlibs     c_5.l cpprt_5.l h_5.l
    40 
    41     #elif defined(ARMCC_2_2)
    42     #ifdef MARM_ARMV5
    43 	ARMLIBS		c_t__un.l cpprt_t__u.l
    44     #else
    45 	ARMLIBS		c_a__un.l cpprt_a__u.l
    46     #endif
    47 
    48     #endif
    49 end
    50 
    51 library	        scppnwdl.lib euser.lib
    52 
    53 #if defined(ARMCC_2_2)
    54 library         drtrvct2_2.lib
    55 #elif defined(ARMCC_3_1)
    56 library         drtrvct3_1.lib
    57 #endif
    58 
    59 armfpu          softvfp
    60 
    61 
    62 capability      all
    63 
    64 vendorid        0x70000001
    65 
    66 UNPAGED
    67 SMPSAFE
    68