os/kernelhwsrv/kerneltest/e32utils/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 1999-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
// Development and test tools (e.g. gdbstub)
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
/**
sl@0
    19
 @file
sl@0
    20
*/
sl@0
    21
sl@0
    22
sl@0
    23
sl@0
    24
PRJ_PLATFORMS
sl@0
    25
sl@0
    26
TOOLS
sl@0
    27
TOOLS2
sl@0
    28
BASEDEFAULT
sl@0
    29
sl@0
    30
sl@0
    31
PRJ_EXPORTS
sl@0
    32
sl@0
    33
sl@0
    34
sl@0
    35
sl@0
    36
../profiler/profiler.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(profiler.h)
sl@0
    37
sl@0
    38
../analyse/profiler.rtf	/epoc32/engdoc/profiler/profiler.rtf
sl@0
    39
sl@0
    40
../d_exc/printstk.pl /epoc32/rom/tools/printstk.pl
sl@0
    41
../d_exc/printsym.pl /epoc32/rom/tools/printsym.pl
sl@0
    42
sl@0
    43
../setcap/setcap.iby  /epoc32/rom/include/setcap.iby
sl@0
    44
sl@0
    45
../demandpaging/dptest.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(dptest.h)
sl@0
    46
../demandpaging/dptestcons.oby /epoc32/rom/include/dptestcons.oby
sl@0
    47
sl@0
    48
PRJ_TESTEXPORTS
sl@0
    49
../trace/btracevw.pl /epoc32/tools/btracevw.pl
sl@0
    50
sl@0
    51
PRJ_TESTMMPFILES
sl@0
    52
#if defined(TOOLS2)
sl@0
    53
btrace_host
sl@0
    54
#endif
sl@0
    55
sl@0
    56
PRJ_MMPFILES
sl@0
    57
sl@0
    58
#if defined(TOOLS2)
sl@0
    59
sl@0
    60
// nothing to do
sl@0
    61
sl@0
    62
#elif defined(TOOLS)
sl@0
    63
sl@0
    64
analyse
sl@0
    65
../netcards/netcards.mmp
sl@0
    66
sl@0
    67
#else	// !TOOLS
sl@0
    68
sl@0
    69
#if defined(GENERIC_MARM)
sl@0
    70
#ifndef SMP
sl@0
    71
profiler
sl@0
    72
crashread.mmp
sl@0
    73
sampler
sl@0
    74
#endif
sl@0
    75
#endif
sl@0
    76
sl@0
    77
//APPRVATA
sl@0
    78
#ifndef SMP
sl@0
    79
sl@0
    80
#if !defined(GCCXML) && defined(MARM_ARMV5)
sl@0
    81
#if defined(GENERIC_MARM) || !defined(WINS) || defined(GENERIC_X86)
sl@0
    82
#if !defined(MARM_THUMB) && !defined(MARM_ARMI)
sl@0
    83
sl@0
    84
#if !defined(WINS) 
sl@0
    85
#if !defined(X86)
sl@0
    86
usbmsapp
sl@0
    87
#if defined(SYMBIAN_ENABLE_USB_OTG_HOST)
sl@0
    88
otgusbmsapp
sl@0
    89
sl@0
    90
#endif
sl@0
    91
#endif
sl@0
    92
#endif	//!defined(WINS) 
sl@0
    93
sl@0
    94
#endif
sl@0
    95
#endif
sl@0
    96
#endif //GCCXML
sl@0
    97
sl@0
    98
#endif	//SMP
sl@0
    99
sl@0
   100
#ifndef SMP
sl@0
   101
../d_exc/d_exc
sl@0
   102
../sdpartition/sdpartition
sl@0
   103
#endif
sl@0
   104
sl@0
   105
../d_exc/minkda
sl@0
   106
sl@0
   107
#ifndef SMP
sl@0
   108
setcap
sl@0
   109
btrace
sl@0
   110
dptest
sl@0
   111
dptestcons
sl@0
   112
#endif
sl@0
   113
sl@0
   114
#include "../testusbcldd/group/testusbcldd.inf"
sl@0
   115
sl@0
   116
#endif //	!TOOLS
sl@0
   117