|
1 /* |
|
2 * Copyright (c) 2006, 2007 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: Presence Framework DLL uids |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef XIMPDLLUIDS_HRH |
|
19 #define XIMPDLLUIDS_HRH |
|
20 |
|
21 |
|
22 // ----------------------------------------------------------------------------- |
|
23 // System wide UID 2:s for different dll types. |
|
24 // ----------------------------------------------------------------------------- |
|
25 // |
|
26 #define XIMP_DLL_UID_STATIC_INTERFACE 0x1000008d |
|
27 #define XIMP_DLL_UID_ECOM_PLUGIN 0x10009D8D |
|
28 |
|
29 |
|
30 // ----------------------------------------------------------------------------- |
|
31 // Common UID 3 for the XIMP Framework dlls. |
|
32 // ----------------------------------------------------------------------------- |
|
33 // |
|
34 #define XIMP_DLL_UID_COMMON 0x10282DD8 |
|
35 |
|
36 |
|
37 // ----------------------------------------------------------------------------- |
|
38 // UID 3 for the XIMP Framework server exes. |
|
39 // ----------------------------------------------------------------------------- |
|
40 // |
|
41 #define XIMP_EXE_UID_ROOT_SERVER 0x10282DD9 |
|
42 #define XIMP_EXE_UID_PROTOCOL_CONNECTION_SERVER 0x10282DDA |
|
43 |
|
44 |
|
45 // ----------------------------------------------------------------------------- |
|
46 // ECOM implementation UID for MXIMPClient interfaces. |
|
47 // ----------------------------------------------------------------------------- |
|
48 // |
|
49 #define XIMP_ECOM_IMPLEMENTATION_UID_CLIENT_INTERFACE 0x10282DDB |
|
50 #define XIMP_ECOM_IMPLEMENTATION_UID_PRESENCE_INTERFACE 0x2000B186 |
|
51 #define XIMP_ECOM_IMPLEMENTATION_UID_IM_INTERFACE 0x2000B5EA |
|
52 |
|
53 // ----------------------------------------------------------------------------- |
|
54 // Other dll uids |
|
55 // ----------------------------------------------------------------------------- |
|
56 // |
|
57 #define XIMP_DLL_UID_PRESENCE_HOOK 0x2000B1AE |
|
58 #define XIMP_DLL_UID_PRESENCE_MANAGER 0x2000B1AF |
|
59 #define XIMP_DLL_UID_IM_HOOK 0x2000B5EB |
|
60 #define XIMP_DLL_UID_IM_MANAGER 0x2000B5EC |
|
61 |
|
62 |
|
63 #endif // XIMPDLLUIDS_HRH |
|
64 |
|
65 |