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