|
1 /* |
|
2 * Copyright (c) 2003 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: Common UID constants for wvuing. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // uids for all component |
|
20 |
|
21 #ifndef __CHATNGCOMMONUIDS_H |
|
22 #define __CHATNGCOMMONUIDS_H |
|
23 |
|
24 // MACROS |
|
25 //Uid3:s part of wvservice setting |
|
26 #define KWVSERVICESETINGDLLUID2 0x1000008d |
|
27 #define KWVSERVICESETINGDLLUID3 0x10282E14 |
|
28 |
|
29 // part of imindicatorplugin dll |
|
30 #define KECOMRECOGNITIONUID2 0x10009d8d |
|
31 #define KIMINDICATORPLUGINUID3 0x102823BD |
|
32 // There is only one implementation for IM indicator plugin |
|
33 #define KIMINDICATORPLUGINIMPLEMENTATIONUIDVALUE KIMINDICATORPLUGINUID3 |
|
34 #define KIMINDICATORPLUGININTERFACEUID 0x101FB0CC |
|
35 |
|
36 // uids part of ImLauncher |
|
37 #define KIMLAUNCHERUID2 0x10009D8D |
|
38 #define KIMLAUNCHERUID3 0x102824CC |
|
39 // There is only one implementation for IM application launcher |
|
40 #define KIMLAUNCHERIMPLEMENTATIONUIDVALUE KIMLAUNCHERUID3 |
|
41 #define KIMLAUNCHERINTERFACEUID 0x101FB0CC |
|
42 |
|
43 // Uid2:s |
|
44 // uids part of impsconnectionuing |
|
45 #define KUNICODEAPPLICATIONUID2 0x100039ce // CSI: 8 # No need for uppercase |
|
46 #define KSTATICINTERFACEDLLUID2 0x1000008d // CSI: 8 # No need for uppercase |
|
47 #define KIMPSCONNECTIONUIMULTICSPUID3 0x10282E13 // CSI: 8 # No need for uppercase |
|
48 |
|
49 // Uid3:s part of always online plugin |
|
50 #define KIMPSCONNECTIONUIUID3 0x10005A37 // CSI: 8 # No need for uppercase |
|
51 #define KIMPSALWAYSONLINEUID2 0x10009D8D // CSI: 8 # No need for uppercase |
|
52 #define KIMPSALWAYSONLINEUID3 0x10282E12 // CSI: 8 # No need for uppercase |
|
53 |
|
54 |
|
55 //uids part of imutils |
|
56 #define KIMUTILSDLLUID1 0x1000008d |
|
57 #define KIMUTILSDLLUID2 0x10282460 |
|
58 |
|
59 //uids part of audiomanager |
|
60 #define KAUDIOMANAGERUIDS1 0x1000008d |
|
61 #define KAUDIOMANAGERUIDS2 0x1028243C |
|
62 |
|
63 //uids part of wvcommandutils dll |
|
64 #define KCOMMANDUTILSUIDS1 0x1000008d |
|
65 #define KCOMMANDUTILSUIDS2 0x1028243F |
|
66 |
|
67 //uid part of logger dll |
|
68 #define KLOGGERDLLUIDS1 0x1000008d |
|
69 #define KLOGGERDLLUIDS2 0x10282441 |
|
70 |
|
71 // uids part of adpter |
|
72 #define KADAPTERDLLUIDS1 0x1000008d |
|
73 #define KADAPTERDLLUIDS2 0x10282440 |
|
74 |
|
75 // uids part of ave component |
|
76 #define KWVUIAVEEXEUIDS1 0x100039CE |
|
77 #define KWVUIAVEEXEUIDS2 0x101F4673 |
|
78 |
|
79 //uids part of ui engine component |
|
80 #define KWVUIENGINEIDS1 0x1000008d |
|
81 #define KWVUIENGINEIDS2 0x1028243A |
|
82 |
|
83 // uids part of wvui presence component |
|
84 #define KWVUIPRESENCEUIDS1 0x1000008d |
|
85 #define KWVUIPRESENCEUIDS2 0x1028243B |
|
86 |
|
87 // uids part od process component |
|
88 #define KWVUIPROCESSUIDS1 0x1000008d |
|
89 #define KWVUIPROCESSUIDS2 0x10282442 |
|
90 |
|
91 //uid s part of wv storage component |
|
92 #define KWVUISTORAGEUIDS1 0x1000008d |
|
93 #define KWVUISTORAGEUIDS2 0x1028243D |
|
94 |
|
95 //uids part of wvvariant component |
|
96 #define KWVUIVAIANTUIDS1 0x1000008d |
|
97 #define KWVUIVAIANTUIDS2 0x1028243E |
|
98 |
|
99 #endif // __CHATNGCOMMONUIDS_H |
|
100 |
|
101 // End of File |
|
102 |
|
103 |