debugsrv/runmodedebug/rmdebug_test/rm_debug/group/t_rmdebug2_oem.mmp
changeset 56 aa2539c91954
parent 54 a151135b0cf9
child 60 e54443a6878c
child 62 1c2bb2fc7c87
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
     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 // Same tests as t_rmdebug2.mmp but with OEM rights conferred
       
    15 // by the OEMDebug_F123ABCD.exe token file.
       
    16 // 
       
    17 //
       
    18 
       
    19 // This is an RTest configured to run on Sirocco, hence the testexecuteutils linked in lib below.
       
    20 
       
    21 #include "t_rmdebug2.mmh"
       
    22 
       
    23 target         t_rmdebug2_oem.exe
       
    24 
       
    25 sourcepath	   	../basic_tests
       
    26 source        	t_rmdebug2.cpp 
       
    27 source		r_low_memory_security_svr_session.cpp
       
    28 source		r_kernel_low_memory_security_svr_session.cpp
       
    29 source		r_user_low_memory_security_svr_session.cpp
       
    30 
       
    31 library		testexecuteutils.lib // for Sirocco
       
    32 
       
    33 UID            0x0 0x4321bbbb
       
    34 SECUREID       0xF123abcd
       
    35 VENDORID       0x70000001
       
    36 
       
    37 CAPABILITY 	READUSERDATA POWERMGMT ALLFILES
       
    38 
       
    39 // Used when compiling tests to work in the presence of an
       
    40 // OEM Debug Token
       
    41 macro SOMECAPS_DEBUGTOKEN
       
    42