os/kernelhwsrv/kernel/eka/euser/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) 2007-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 "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
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
// e32/euser/bld.inf
sl@0
    15
// User Library
sl@0
    16
// 
sl@0
    17
//
sl@0
    18
sl@0
    19
/**
sl@0
    20
 @file
sl@0
    21
*/
sl@0
    22
sl@0
    23
sl@0
    24
PRJ_PLATFORMS
sl@0
    25
sl@0
    26
BASEDEFAULT
sl@0
    27
sl@0
    28
PRJ_EXPORTS
sl@0
    29
sl@0
    30
sl@0
    31
PRJ_MMPFILES
sl@0
    32
#if defined(GENERIC_MARM) || defined(WINS) || defined(GENERIC_X86)
sl@0
    33
sl@0
    34
#if defined(GENERIC_MARM) && !defined(ARMCC)
sl@0
    35
epoc/egcc
sl@0
    36
#endif
sl@0
    37
sl@0
    38
epoc/edllstub
sl@0
    39
edll
sl@0
    40
eexe
sl@0
    41
eexe_instrumented_heap
sl@0
    42
eexe_monitor_heap
sl@0
    43
sl@0
    44
#ifdef WINS
sl@0
    45
#ifndef SMP		// NO SMP EMULATOR
sl@0
    46
estub
sl@0
    47
epoc
sl@0
    48
emulator
sl@0
    49
scppnwdl
sl@0
    50
scppnwdl_kern
sl@0
    51
#endif
sl@0
    52
#endif
sl@0
    53
sl@0
    54
#if !defined(MARM_THUMB) && !defined(MARM_ARMI)
sl@0
    55
sl@0
    56
#if !defined(SMP)
sl@0
    57
euser_lib
sl@0
    58
rpipe
sl@0
    59
#endif
sl@0
    60
sl@0
    61
#if defined(GENERIC_MARM)
sl@0
    62
#if defined(SMP)
sl@0
    63
euser_v6k_smp
sl@0
    64
euser_v7_smp
sl@0
    65
#else
sl@0
    66
#if defined(MARM_ARM4) || defined(MARM_ARMV4)
sl@0
    67
euser_v4
sl@0
    68
#endif
sl@0
    69
euser_v5
sl@0
    70
euser_v6
sl@0
    71
euser_v6k
sl@0
    72
#endif
sl@0
    73
#elif defined(EPOC32) && !defined(MARM)
sl@0
    74
euser
sl@0
    75
#elif !defined(EPOC32)
sl@0
    76
euser
sl@0
    77
#endif
sl@0
    78
sl@0
    79
#if defined(GENERIC_MARM) && !defined(ARMCC)
sl@0
    80
#ifndef SMP
sl@0
    81
epoc/arm/eka1_entry_stub
sl@0
    82
#endif
sl@0
    83
#endif
sl@0
    84
sl@0
    85
#endif	// #if !defined(MARM_THUMB) && !defined(MARM_ARMI)
sl@0
    86
#endif	// #if defined(GENERIC_MARM) || defined(WINS) || defined(GENERIC_X86)
sl@0
    87
sl@0
    88