kernel/eka/compsupp/bld.inf
changeset 0 a41df078684a
child 15 4122176ea935
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     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 // Compiler runtime support.
       
    15 // 
       
    16 //
       
    17 
       
    18 PRJ_PLATFORMS
       
    19 
       
    20 ARMV4 ARMV5 ARMV5SMP ARMV7
       
    21 
       
    22 
       
    23 PRJ_EXPORTS
       
    24 
       
    25 rvct.h                      rvct/
       
    26 gcce/gcce.h                 gcce/
       
    27 
       
    28 symcpp/symcpp.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(symcpp.h)
       
    29 
       
    30 compsupp.iby                /epoc32/rom/include/
       
    31 
       
    32 // Unzip runtimes not being built
       
    33 
       
    34 #if !defined(ARMCC_2_2)
       
    35 :zip rt_2_2_export.zip
       
    36 #endif
       
    37 
       
    38 #if !defined(ARMCC_3_1)
       
    39 :zip rt_3_1_export.zip
       
    40 #endif
       
    41 
       
    42 #if !defined(ARMCC_4_0)
       
    43 :zip rt_4_0_export.zip
       
    44 #endif
       
    45 
       
    46 
       
    47 PRJ_MMPFILES
       
    48 
       
    49 #ifndef GCCXML
       
    50 
       
    51     symcpp/scppnwdl.mmp
       
    52     rvct/dfprvct-thunk.mmp
       
    53     rvct/usrt.mmp
       
    54     rvct/ksrt.mmp
       
    55 
       
    56     #ifndef SMP // Only static libraries build for SMP.
       
    57 
       
    58     rvct/drtaeabi.mmp
       
    59 
       
    60     rvct/dfpaeabi.mmp
       
    61     rvct/dfpaeabi_vfpv2.mmp
       
    62 
       
    63     #if defined(ARMCC_2_2) || defined(ARMCC_3_1)
       
    64 
       
    65         rvct/drtrvct.mmp
       
    66         rvct/drtrvct_vfpv2.mmp
       
    67 
       
    68         rvct/dfprvct.mmp
       
    69         rvct/dfprvct_vfpv2.mmp
       
    70     #endif
       
    71 
       
    72     #endif
       
    73 
       
    74 #endif
       
    75