os/kernelhwsrv/kerneltest/e32utils/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kerneltest/e32utils/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,117 @@
     1.4 +// Copyright (c) 1999-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 "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Development and test tools (e.g. gdbstub)
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 +*/
    1.24 +
    1.25 +
    1.26 +
    1.27 +PRJ_PLATFORMS
    1.28 +
    1.29 +TOOLS
    1.30 +TOOLS2
    1.31 +BASEDEFAULT
    1.32 +
    1.33 +
    1.34 +PRJ_EXPORTS
    1.35 +
    1.36 +
    1.37 +
    1.38 +
    1.39 +../profiler/profiler.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(profiler.h)
    1.40 +
    1.41 +../analyse/profiler.rtf	/epoc32/engdoc/profiler/profiler.rtf
    1.42 +
    1.43 +../d_exc/printstk.pl /epoc32/rom/tools/printstk.pl
    1.44 +../d_exc/printsym.pl /epoc32/rom/tools/printsym.pl
    1.45 +
    1.46 +../setcap/setcap.iby  /epoc32/rom/include/setcap.iby
    1.47 +
    1.48 +../demandpaging/dptest.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(dptest.h)
    1.49 +../demandpaging/dptestcons.oby /epoc32/rom/include/dptestcons.oby
    1.50 +
    1.51 +PRJ_TESTEXPORTS
    1.52 +../trace/btracevw.pl /epoc32/tools/btracevw.pl
    1.53 +
    1.54 +PRJ_TESTMMPFILES
    1.55 +#if defined(TOOLS2)
    1.56 +btrace_host
    1.57 +#endif
    1.58 +
    1.59 +PRJ_MMPFILES
    1.60 +
    1.61 +#if defined(TOOLS2)
    1.62 +
    1.63 +// nothing to do
    1.64 +
    1.65 +#elif defined(TOOLS)
    1.66 +
    1.67 +analyse
    1.68 +../netcards/netcards.mmp
    1.69 +
    1.70 +#else	// !TOOLS
    1.71 +
    1.72 +#if defined(GENERIC_MARM)
    1.73 +#ifndef SMP
    1.74 +profiler
    1.75 +crashread.mmp
    1.76 +sampler
    1.77 +#endif
    1.78 +#endif
    1.79 +
    1.80 +//APPRVATA
    1.81 +#ifndef SMP
    1.82 +
    1.83 +#if !defined(GCCXML) && defined(MARM_ARMV5)
    1.84 +#if defined(GENERIC_MARM) || !defined(WINS) || defined(GENERIC_X86)
    1.85 +#if !defined(MARM_THUMB) && !defined(MARM_ARMI)
    1.86 +
    1.87 +#if !defined(WINS) 
    1.88 +#if !defined(X86)
    1.89 +usbmsapp
    1.90 +#if defined(SYMBIAN_ENABLE_USB_OTG_HOST)
    1.91 +otgusbmsapp
    1.92 +
    1.93 +#endif
    1.94 +#endif
    1.95 +#endif	//!defined(WINS) 
    1.96 +
    1.97 +#endif
    1.98 +#endif
    1.99 +#endif //GCCXML
   1.100 +
   1.101 +#endif	//SMP
   1.102 +
   1.103 +#ifndef SMP
   1.104 +../d_exc/d_exc
   1.105 +../sdpartition/sdpartition
   1.106 +#endif
   1.107 +
   1.108 +../d_exc/minkda
   1.109 +
   1.110 +#ifndef SMP
   1.111 +setcap
   1.112 +btrace
   1.113 +dptest
   1.114 +dptestcons
   1.115 +#endif
   1.116 +
   1.117 +#include "../testusbcldd/group/testusbcldd.inf"
   1.118 +
   1.119 +#endif //	!TOOLS
   1.120 +