debugsrv/runmodedebug/rmdebug_test/rm_debug/group/t_multi_agent_launcher.mmp
branchRCL_3
changeset 20 ca8a1b6995f6
equal deleted inserted replaced
19:07b41fa8d1dd 20:ca8a1b6995f6
       
     1 // Copyright (c) 2006-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 // Application that launches multiple agents which in-turn test the ability of 
       
    15 // the run mode debug component to debug several targets
       
    16 // 
       
    17 //
       
    18 
       
    19 // This is an RTest configured to run on Sirocco, hence the testexecuteutils linked in lib below.
       
    20 
       
    21 targettype     exe
       
    22 target         t_multi_agent_launcher.exe
       
    23 
       
    24 library		euser.lib hal.lib
       
    25 library		testexecuteutils.lib // for Sirocco
       
    26 
       
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    28 
       
    29 userinclude    ../debug_targets
       
    30 userinclude    ../common
       
    31 userinclude    ../multi_agent_tests
       
    32 
       
    33 sourcepath	   ../multi_agent_tests
       
    34 source         t_multi_agent_launcher.cpp 
       
    35 
       
    36 UID            0x0 0x4321bbbc
       
    37 SECUREID       0x1234aaab
       
    38 VENDORID       0x70000001
       
    39 
       
    40 DEBUGGABLE
       
    41 
       
    42 macro NO_DEBUGTOKEN
       
    43 
       
    44 SMPSAFE