0
|
1 |
// Copyright (c) 2006-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 |
// e32test/group/t_rmdebug2_oem.mmp
|
|
15 |
// Same tests as t_rmdebug2.mmp but with OEM rights conferred
|
|
16 |
// by the OEMDebug_F123ABCD.exe token file.
|
|
17 |
//
|
|
18 |
//
|
|
19 |
|
|
20 |
#include "t_rmdebug2.mmh"
|
|
21 |
|
|
22 |
target t_rmdebug2_oem.exe
|
|
23 |
|
|
24 |
UID 0x0 0x4321bbbb
|
|
25 |
SECUREID 0xF123abcd
|
|
26 |
VENDORID 0x70000001
|
|
27 |
|
|
28 |
CAPABILITY READUSERDATA POWERMGMT ALLFILES
|
|
29 |
|
|
30 |
// Used when compiling tests to work in the presence of an
|
|
31 |
// OEM Debug Token
|
|
32 |
macro SYMBIAN_OEMDEBUG
|
|
33 |
|