|
1 /* |
|
2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * This file contains common declarations for resources of Logs. |
|
16 * The file can be included in C++ or resource file. |
|
17 * |
|
18 * |
|
19 */ |
|
20 |
|
21 |
|
22 #ifndef __Logs_Constants_HRH__ |
|
23 #define __Logs_Constants_HRH__ |
|
24 |
|
25 // CONSTANTS |
|
26 |
|
27 /// phone number max length NOTE! In LOGWRAP.H KLogMaxNumberLength = 100; |
|
28 #define KLogsPhoneNumberMaxLen 100 |
|
29 |
|
30 /// Sip uri max length NOTE! In LOGWRAP.H KLogMaxNumberLength = 100; so |
|
31 /// KLogsSipUriMaxLen should at least be the same |
|
32 #define KLogsSipUriMaxLen 100 |
|
33 |
|
34 /// Constant for temporary buffer size (5) |
|
35 #define KLogsBuff5 5 |
|
36 |
|
37 /// Constant for temporary buffer size (50) |
|
38 #define KLogsBuff50 50 |
|
39 |
|
40 /// Constant for temporary buffer size (128) |
|
41 #define KLogsBuff128 128 |
|
42 |
|
43 /// Constant for temporary buffer size (256) |
|
44 #define KLogsBuff256 256 |
|
45 |
|
46 /// No events in the iEventArray |
|
47 #define KLogsNoEvents -1 |
|
48 |
|
49 /************* |
|
50 //#define KLogsCallUiAiwId 1 //This is just a freely selectable number: if needed |
|
51 //(groups several AIW criterias to a group) |
|
52 //#define KLogsPoCUiAiwId 2 |
|
53 *************/ |
|
54 |
|
55 // Logs implementation UID for CGSPluginInterface |
|
56 #define KLogsPluginImplUID 0x102750EC |
|
57 |
|
58 #endif // __Logs_Constants_HRH__ |
|
59 // End of File |