os/kernelhwsrv/kernel/eka/compsupp/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kernel/eka/compsupp/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,75 @@
     1.4 +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of the License "ARM EABI LICENCE.txt"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// in kernel/eka/compsupp.
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Compiler runtime support.
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +PRJ_PLATFORMS
    1.22 +
    1.23 +ARMV4 ARMV5 ARMV5SMP ARMV7
    1.24 +
    1.25 +
    1.26 +PRJ_EXPORTS
    1.27 +
    1.28 +rvct.h                      SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(rvct/)
    1.29 +gcce/gcce.h                 SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gcce/)
    1.30 +
    1.31 +symcpp/symcpp.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(symcpp.h)
    1.32 +
    1.33 +compsupp.iby                /epoc32/rom/include/
    1.34 +
    1.35 +// Unzip runtimes not being built
    1.36 +
    1.37 +#if !defined(ARMCC_2_2)
    1.38 +:zip rt_2_2_export.zip
    1.39 +#endif
    1.40 +
    1.41 +#if !defined(ARMCC_3_1)
    1.42 +:zip rt_3_1_export.zip
    1.43 +#endif
    1.44 +
    1.45 +#if !defined(ARMCC_4_0)
    1.46 +:zip rt_4_0_export.zip
    1.47 +#endif
    1.48 +
    1.49 +
    1.50 +PRJ_MMPFILES
    1.51 +
    1.52 +#if !defined GCCXML && !defined GCCE
    1.53 +
    1.54 +    symcpp/scppnwdl.mmp
    1.55 +    rvct/dfprvct-thunk.mmp
    1.56 +    rvct/usrt.mmp
    1.57 +    rvct/ksrt.mmp
    1.58 +
    1.59 +    #ifndef SMP // Only static libraries build for SMP.
    1.60 +
    1.61 +    rvct/drtaeabi.mmp
    1.62 +
    1.63 +    rvct/dfpaeabi.mmp
    1.64 +    rvct/dfpaeabi_vfpv2.mmp
    1.65 +
    1.66 +    #if defined(ARMCC_2_2) || defined(ARMCC_3_1)
    1.67 +
    1.68 +        rvct/drtrvct.mmp
    1.69 +        rvct/drtrvct_vfpv2.mmp
    1.70 +
    1.71 +        rvct/dfprvct.mmp
    1.72 +        rvct/dfprvct_vfpv2.mmp
    1.73 +    #endif
    1.74 +
    1.75 +    #endif
    1.76 +
    1.77 +#endif
    1.78 +