|
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 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\resmanus\d_resmanusbtraceconst.h |
|
15 // |
|
16 // |
|
17 |
|
18 #ifndef D_RESMANUSBTRACECONST_H_ |
|
19 #define D_RESMANUSBTRACECONST_H_ |
|
20 |
|
21 |
|
22 const TUint KClientId = 0x12345678; |
|
23 const TInt KClientHandle = 0x10; |
|
24 const TUint8 KStatsRes1 = 0x20; |
|
25 const TUint8 KStatsRes2 = 0x21; |
|
26 const TUint8 KStatsRes3 = 0x22; |
|
27 const TUint KResourceId = 0x80; |
|
28 const TUint KLevel = 0x90; |
|
29 const TUint KClient = 0xC800FFFF; |
|
30 const TUint KResult = 0x100; |
|
31 const TInt KMinLevel = -99; |
|
32 const TInt KMaxLevel = 99; |
|
33 const TInt KDefaultLevel = 50; |
|
34 const TInt KResCount = 20; |
|
35 const TInt KSize = 999; |
|
36 const TInt KRetVal = KErrNoMemory; |
|
37 const TUint KFlags = 0xAAAAAAAA; |
|
38 |
|
39 _LIT8(KRESOURCENAME, "ResourceName"); |
|
40 _LIT8(KCLIENTNAME, "ClientName"); |
|
41 |
|
42 struct TLogInfo |
|
43 { |
|
44 TAny* iPR; |
|
45 TAny* iPC; |
|
46 TAny* iPN; |
|
47 TAny* iPCb; |
|
48 TAny* iPClient; |
|
49 TAny* iPCallback; |
|
50 }; |
|
51 |
|
52 |
|
53 |
|
54 #endif /* D_RESMANUSBTRACECONST_H_ */ |