Update contrib.
1 // Copyright (c) 2007-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef T_RMDEBUG_APP_H
17 #define T_RMDEBUG_APP_H
19 _LIT(KRMDebugTestApplication, "z:\\sys\\bin\\t_rmdebug_app.exe");
20 _LIT(KUserPanic, "UserPanic");
21 const TInt KUserPanicCode = 0x1234ABCD;
23 enum TMyPropertyKeys {EMyPropertyInteger};
26 // enumeration of functions to call in test debug application
27 enum TDebugFunctionType
29 EDefaultDebugFunction,
30 EPrefetchAbortFunction,
32 EStackOverflowFunction,
34 EUndefInstructionFunction,
35 EDataReadErrorFunction,
36 EDataWriteErrorFunction,
37 EUserExceptionFunction,
38 EWaitFiveSecondsThenExit,
40 ESpinForeverWithBreakPoint
43 #endif //T_RMDEBUG_APP_H