os/kernelhwsrv/kernel/eka/compsupp/bld.inf
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 // Compiler runtime support.
    15 // 
    16 //
    17 
    18 PRJ_PLATFORMS
    19 
    20 ARMV4 ARMV5 ARMV5SMP ARMV7
    21 
    22 
    23 PRJ_EXPORTS
    24 
    25 rvct.h                      SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(rvct/)
    26 gcce/gcce.h                 SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gcce/)
    27 
    28 symcpp/symcpp.h SYMBIAN_OS_LAYER_PUBLIC_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 #if !defined GCCXML && !defined GCCE
    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