debugsrv/runmodedebug/rmdebug_test/rm_debug/group/bld.inf
changeset 56 aa2539c91954
parent 54 a151135b0cf9
child 60 e54443a6878c
child 62 1c2bb2fc7c87
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
     1 // Copyright (c) 2010 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 // e32test/group/bld.inf
       
    15 // Kernel and User library test code
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 
       
    26 BASEDEFAULT
       
    27 
       
    28 PRJ_TESTEXPORTS
       
    29 
       
    30 ./t_rmdebug_tests.iby					/epoc32/rom/include/t_rmdebug_tests.iby
       
    31 ./mytraces_rm_debug_ekern.txt			/epoc32/rombuild/mytraces_rm_debug_ekern.txt
       
    32 ./mytraces_rm_debug.txt					/epoc32/rombuild/mytraces_rm_debug.txt
       
    33 
       
    34 ./rmdebug.iby							/epoc32/rom/include/rmdebug.iby
       
    35 ../scripts/tef_execute_rtests.script	z:/scripts/tef_execute_rtests.script
       
    36 
       
    37 
       
    38 PRJ_TESTMMPFILES
       
    39 
       
    40 /******************************************************************************
       
    41  Put all device drivers here. These build both SMP and non-SMP variants.
       
    42  User side code builds a single variant for both.
       
    43  *NOTE: Base BTB will build properly any kernel-side test code embedded within 
       
    44  positive check ( #ifdef SMP ), however these binaries will not be included in BTB 
       
    45  autotest images for SMP platforms. Refer to DTW-KHS BTB00055 for more details.
       
    46  ******************************************************************************/
       
    47 
       
    48 /******************************************************************************
       
    49  User side code here - builds a single variant for both SMP and non-SMP.
       
    50  ******************************************************************************/
       
    51 
       
    52 #if defined(MARM_ARMV5)
       
    53 ./t_rmdebug_app support
       
    54 ./t_rmdebug_app1 support
       
    55 ./t_rmdebug_app2 support
       
    56 ./t_rmdebug_app3 support
       
    57 ./t_rmdebug_app4 support
       
    58 ./t_rmdebug_app5 support
       
    59 ./t_rmdebug_app6 support
       
    60 ./t_rmdebug_app7 support
       
    61 ./t_rmdebug_app8 support
       
    62 ./t_rmdebug_app9 support
       
    63 ./t_rmdebug_app10 support
       
    64 
       
    65 ./t_rmdebug_dll support
       
    66 
       
    67 ./t_rmdebug_security0 support
       
    68 ./t_rmdebug_security1 support
       
    69 ./t_rmdebug_security2 support
       
    70 ./t_rmdebug_security3 support
       
    71 
       
    72 ./t_rmdebug2.mmp
       
    73 
       
    74 ./t_rmdebug2_oem.mmp
       
    75 ./t_rmdebug2_oemtoken support
       
    76 
       
    77 ./t_rmdebug2_oem2.mmp
       
    78 ./t_rmdebug2_oemtoken2 support
       
    79 
       
    80 ./t_rmdebug2_allcaps.mmp
       
    81 ./t_rmdebug2_allcapstoken support
       
    82 
       
    83 ./t_rmdebug_target_launcher support
       
    84 ./t_rmdebug_multi_target.mmp
       
    85 
       
    86 ./t_rmdebug_multi_agent support
       
    87 ./t_multi_agent_launcher.mmp
       
    88 
       
    89 ./t_rmdebug_performance_allcapstoken
       
    90 ./t_performance_test.mmp
       
    91 
       
    92 #endif
       
    93 
       
    94