equal
deleted
inserted
replaced
|
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 * Common header for Logs application UIDs. All subcomponents should |
|
16 * use the UID constants defined in this file. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #ifndef __Logs_Common_LogsUID_H__ |
|
22 #define __Logs_Common_LogsUID_H__ |
|
23 |
|
24 // INCLUDES |
|
25 |
|
26 // CONSTANTS |
|
27 |
|
28 // MACROS |
|
29 |
|
30 // Logs application UID3 |
|
31 |
|
32 #define KLogsAppUID3 270486741 //101F4CD5 |
|
33 |
|
34 // |
|
35 // Common system UIDs |
|
36 |
|
37 //#define KEPOCAppUID2 0x100039ce |
|
38 #ifndef KEPOCAppUID2 |
|
39 #define KEPOCAppUID2 0x1000008d |
|
40 #endif |
|
41 |
|
42 // DATA TYPES |
|
43 |
|
44 // FUNCTION PROTOTYPES |
|
45 |
|
46 // FORWARD DECLARATIONS |
|
47 |
|
48 // CLASS DECLARATION |
|
49 |
|
50 #endif // __Logs_Common_LogsUID_H__ |
|
51 |