kernel/eka/compsupp/rvct2_2/usrt2_2.mmp
changeset 9 96e5fb8b040d
child 10 36bfc973b146
equal deleted inserted replaced
-1:000000000000 9: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 * USRT2_2.MPP
       
    16 * This version is used to support RVCT 2.2 builds.
       
    17 * Here the init_array (|SHT$$INIT_ARRAY$$Base|) contains pointers rather than offsets. 
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 TARGET 			usrt2_2.lib
       
    23 
       
    24 TARGETTYPE		lib
       
    25 
       
    26 ALWAYS_BUILD_AS_ARM
       
    27 
       
    28 #ifdef MARM_ARMV5
       
    29 OPTION	ARMCC		--dllimport_runtime
       
    30 #endif
       
    31 
       
    32 SOURCEPATH		.
       
    33 
       
    34 #ifndef MARM_ARMV4
       
    35 SOURCE			callviar0.cpp callviar1.cpp callviar2.cpp callviar3.cpp 
       
    36 SOURCE			callviar4.cpp callviar5.cpp callviar6.cpp callviar7.cpp 
       
    37 #endif
       
    38 
       
    39 SOURCE			ucppinit_aeabi.cpp ucppfini.cpp 
       
    40 
       
    41 // This will be overriden by .exps
       
    42 SOURCE			dllexp.cpp
       
    43 
       
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 
       
    46 SOURCEPATH		../symaehabi
       
    47 SOURCE			callfirstprocessfn.cpp
       
    48 
       
    49 START ARMCC
       
    50 ARMINC
       
    51 ARMRT
       
    52 END
       
    53 
       
    54 VENDORID 0x70000001