2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Uid definitions for SendUI services.
20 #ifndef SENDUICONSTS_H
21 #define SENDUICONSTS_H
24 #define KSenduiMtmSmtpUidValue 0x10001028
25 #define KSenduiMtmImap4UidValue 0x1000102A
26 #define KSenduiMtmPop3UidValue 0x10001029
27 #define KSenduiMtmSmsUidValue 0x1000102C
28 #define KSenduiMtmMmsUidValue 0x100058E1
29 #define KSenduiMtmIrUidValue 0x100053A4
30 #define KSenduiMtmBtUidValue 0x10009ED5
31 #define KSenduiMtmPushMtm1UidValue 0x10009158
32 #define KSenduiMtmPushMtm2UidValue 0x10009158
33 #define KSenduiMtmPushMtm3UidValue 0x10009158
34 #define KSenduiMtmPushMtmUidValue 0x10009158
35 #define KSenduiMtmBioUidValue 0x10001262
36 #define KSenduiMailEditorUidValue 0x101F4CD6
37 #define KSenduiMMSEditorUidValue 0x100058DE // Deprecated since 3.2
38 #define KSenduiMMSNotificationUidValue 0x100059C8
39 #define KSenduiMtmFaxUidValue 0x1000102B
40 #define KSenduiMtmSyncMLEmailUidValue 0x101f7c5c
41 #define KMmsUploadService1 0x101F8835
42 #define KMmsUploadService2 0x101F8836
43 #define KMmsUploadService3 0x101F8837
44 #define KMmsUploadService4 0x101F8838
45 #define KSenduiMtmRoUidValue 0x101F6DC2
46 #define KSenduiMtmPostcardUidValue 0x10207245
47 #define KDrmLinkSenderValue 0x10207388
48 #define KSenduiMtmAudioMessageUidValue 0x1020745B
49 #define KSenduiMtmUniMessageUidValue 0x102072D6
50 #define KSenduiUniEditorUidValue 0x102072D8
51 #define KSendUiGenericMtmPluginUidValue 0x102823B7
52 #define KSenduiMtmOnlineAlbumUidValue 0x200009D5
55 #define KSenduiTechnologySmsUidValue 0x10008A30
56 #define KSenduiTechnologyMmsUidValue 0x100058E2
57 #define KSenduiTechnologyMailUidValue 0x10001671
58 #define KSenduiTechnologyUniEditorUidValue 0x102072D5
59 #define KSenduiTechnologyIrUidValue 0x1000539F
60 #define KSenduiTechnologyBtUidValue 0x10009ED6
61 #define KSenduiTechnologyIMUidValue 0x2000B4E8
64 const TUid KSenduiMtmSmtpUid = { KSenduiMtmSmtpUidValue };
65 const TUid KSenduiMtmImap4Uid = { KSenduiMtmImap4UidValue };
66 const TUid KSenduiMtmPop3Uid = { KSenduiMtmPop3UidValue };
67 const TUid KSenduiMtmSmsUid = { KSenduiMtmSmsUidValue };
68 const TUid KSenduiMtmMmsUid = { KSenduiMtmMmsUidValue };
69 const TUid KSenduiMtmIrUid = { KSenduiMtmIrUidValue };
70 const TUid KSenduiMtmBtUid = { KSenduiMtmBtUidValue };
71 const TUid KSenduiMtmPushMtm1Uid = { KSenduiMtmPushMtm1UidValue };
72 const TUid KSenduiMtmPushMtm2Uid = { KSenduiMtmPushMtm2UidValue };
73 const TUid KSenduiMtmPushMtm3Uid = { KSenduiMtmPushMtm3UidValue };
74 const TUid KSenduiMtmPushMtmUid = { KSenduiMtmPushMtmUidValue };
75 const TUid KSenduiMtmFaxUid = { KSenduiMtmFaxUidValue };
76 const TUid KSenduiMtmSyncMLEmailUid = { KSenduiMtmSyncMLEmailUidValue };
77 const TUid KSenduiMtmBioUid = { KSenduiMtmBioUidValue };
78 const TUid KSenduiMtmRoUid = { KSenduiMtmRoUidValue };
79 const TUid KSenduiMMSNotificationUid = { KSenduiMMSNotificationUidValue };
80 const TUid KSenduiMtmPostcardUid = { KSenduiMtmPostcardUidValue };
81 const TUid KSenduiMtmAudioMessageUid = { KSenduiMtmAudioMessageUidValue };
82 const TUid KSenduiMtmUniMessageUid = { KSenduiMtmUniMessageUidValue };
83 const TUid KSenduiMtmOnlineAlbumUid = { KSenduiMtmOnlineAlbumUidValue };
87 const TUid KMmsDirectUpload = { 0x101F87F5 };
88 const TUid KMmsIndirectUpload = { 0x101F87F7 };
89 const TUid KMmsUploadService1Id = { KMmsUploadService1 };
90 const TUid KMmsUploadService2Id = { KMmsUploadService2 };
91 const TUid KMmsUploadService3Id = { KMmsUploadService3 };
92 const TUid KMmsUploadService4Id = { KMmsUploadService4 };
93 const TUid KMeetingRequestSender = { 0x101FD69A };
94 const TUid KDrmLinkSender = { KDrmLinkSenderValue };
95 const TUid KGenericMtmPlugin = { KSendUiGenericMtmPluginUidValue};
98 const TUid KSenduiTechnologySmsUid = { KSenduiTechnologySmsUidValue };
99 const TUid KSenduiTechnologyMmsUid = { KSenduiTechnologyMmsUidValue };
100 const TUid KSenduiTechnologyMailUid = { KSenduiTechnologyMailUidValue };
101 const TUid KSenduiTechnologyUniEditorUid = { KSenduiTechnologyUniEditorUidValue };
102 const TUid KSenduiTechnologyIrUid = { KSenduiTechnologyIrUidValue };
103 const TUid KSenduiTechnologyBtUid = { KSenduiTechnologyBtUidValue };
104 const TUid KSenduiTechnologyIMUid = { KSenduiTechnologyIMUidValue };
106 // Message data types
107 const TUid KSenduiMsgDataBase = { 0x101FD695 };
108 const TUid KSenduiMsgDataMeetingRequest = { 0x101FD696 };
111 const TUid KSenduiMailEditorUid = { KSenduiMailEditorUidValue };
112 const TUid KSenduiMMSEditorUid = { KSenduiMMSEditorUidValue }; // Deprecated since 3.2
113 const TUid KSenduiUniEditorUid = { KSenduiUniEditorUidValue };
115 #endif // SENDUICONSTS_H