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.
sl@0
     1
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of the License "ARM EABI LICENCE.txt"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// in kernel/eka/compsupp.
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// Compiler runtime support.
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
PRJ_PLATFORMS
sl@0
    19
sl@0
    20
ARMV4 ARMV5 ARMV5SMP ARMV7
sl@0
    21
sl@0
    22
sl@0
    23
PRJ_EXPORTS
sl@0
    24
sl@0
    25
rvct.h                      SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(rvct/)
sl@0
    26
gcce/gcce.h                 SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gcce/)
sl@0
    27
sl@0
    28
symcpp/symcpp.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(symcpp.h)
sl@0
    29
sl@0
    30
compsupp.iby                /epoc32/rom/include/
sl@0
    31
sl@0
    32
// Unzip runtimes not being built
sl@0
    33
sl@0
    34
#if !defined(ARMCC_2_2)
sl@0
    35
:zip rt_2_2_export.zip
sl@0
    36
#endif
sl@0
    37
sl@0
    38
#if !defined(ARMCC_3_1)
sl@0
    39
:zip rt_3_1_export.zip
sl@0
    40
#endif
sl@0
    41
sl@0
    42
#if !defined(ARMCC_4_0)
sl@0
    43
:zip rt_4_0_export.zip
sl@0
    44
#endif
sl@0
    45
sl@0
    46
sl@0
    47
PRJ_MMPFILES
sl@0
    48
sl@0
    49
#if !defined GCCXML && !defined GCCE
sl@0
    50
sl@0
    51
    symcpp/scppnwdl.mmp
sl@0
    52
    rvct/dfprvct-thunk.mmp
sl@0
    53
    rvct/usrt.mmp
sl@0
    54
    rvct/ksrt.mmp
sl@0
    55
sl@0
    56
    #ifndef SMP // Only static libraries build for SMP.
sl@0
    57
sl@0
    58
    rvct/drtaeabi.mmp
sl@0
    59
sl@0
    60
    rvct/dfpaeabi.mmp
sl@0
    61
    rvct/dfpaeabi_vfpv2.mmp
sl@0
    62
sl@0
    63
    #if defined(ARMCC_2_2) || defined(ARMCC_3_1)
sl@0
    64
sl@0
    65
        rvct/drtrvct.mmp
sl@0
    66
        rvct/drtrvct_vfpv2.mmp
sl@0
    67
sl@0
    68
        rvct/dfprvct.mmp
sl@0
    69
        rvct/dfprvct_vfpv2.mmp
sl@0
    70
    #endif
sl@0
    71
sl@0
    72
    #endif
sl@0
    73
sl@0
    74
#endif
sl@0
    75