os/kernelhwsrv/kerneltest/e32utils/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Development and test tools (e.g. gdbstub)
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 
    24 PRJ_PLATFORMS
    25 
    26 TOOLS
    27 TOOLS2
    28 BASEDEFAULT
    29 
    30 
    31 PRJ_EXPORTS
    32 
    33 
    34 
    35 
    36 ../profiler/profiler.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(profiler.h)
    37 
    38 ../analyse/profiler.rtf	/epoc32/engdoc/profiler/profiler.rtf
    39 
    40 ../d_exc/printstk.pl /epoc32/rom/tools/printstk.pl
    41 ../d_exc/printsym.pl /epoc32/rom/tools/printsym.pl
    42 
    43 ../setcap/setcap.iby  /epoc32/rom/include/setcap.iby
    44 
    45 ../demandpaging/dptest.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(dptest.h)
    46 ../demandpaging/dptestcons.oby /epoc32/rom/include/dptestcons.oby
    47 
    48 PRJ_TESTEXPORTS
    49 ../trace/btracevw.pl /epoc32/tools/btracevw.pl
    50 
    51 PRJ_TESTMMPFILES
    52 #if defined(TOOLS2)
    53 btrace_host
    54 #endif
    55 
    56 PRJ_MMPFILES
    57 
    58 #if defined(TOOLS2)
    59 
    60 // nothing to do
    61 
    62 #elif defined(TOOLS)
    63 
    64 analyse
    65 ../netcards/netcards.mmp
    66 
    67 #else	// !TOOLS
    68 
    69 #if defined(GENERIC_MARM)
    70 #ifndef SMP
    71 profiler
    72 crashread.mmp
    73 sampler
    74 #endif
    75 #endif
    76 
    77 //APPRVATA
    78 #ifndef SMP
    79 
    80 #if !defined(GCCXML) && defined(MARM_ARMV5)
    81 #if defined(GENERIC_MARM) || !defined(WINS) || defined(GENERIC_X86)
    82 #if !defined(MARM_THUMB) && !defined(MARM_ARMI)
    83 
    84 #if !defined(WINS) 
    85 #if !defined(X86)
    86 usbmsapp
    87 #if defined(SYMBIAN_ENABLE_USB_OTG_HOST)
    88 otgusbmsapp
    89 
    90 #endif
    91 #endif
    92 #endif	//!defined(WINS) 
    93 
    94 #endif
    95 #endif
    96 #endif //GCCXML
    97 
    98 #endif	//SMP
    99 
   100 #ifndef SMP
   101 ../d_exc/d_exc
   102 ../sdpartition/sdpartition
   103 #endif
   104 
   105 ../d_exc/minkda
   106 
   107 #ifndef SMP
   108 setcap
   109 btrace
   110 dptest
   111 dptestcons
   112 #endif
   113 
   114 #include "../testusbcldd/group/testusbcldd.inf"
   115 
   116 #endif //	!TOOLS
   117