|
1 /* |
|
2 * Copyright (c) 2009 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 * |
|
16 */ |
|
17 |
|
18 #ifndef _MSGBIOUIDS_H_ |
|
19 #define _MSGBIOUIDS_H_ |
|
20 |
|
21 #include <e32uid.h> |
|
22 |
|
23 // |
|
24 /// These are the Bio Message Type UID's. |
|
25 // |
|
26 |
|
27 /// Business Card |
|
28 const TUid KMsgBioUidVCard = {0x10005534}; |
|
29 |
|
30 /// Calendar event |
|
31 const TUid KMsgBioUidVCalendar = {0x10005533}; |
|
32 |
|
33 /// Internet Access Configuration |
|
34 const TUid KMsgBioUidIAC = {0x1000552F}; |
|
35 |
|
36 /// WML Browser Settings |
|
37 const TUid KMsgBioUidWmlBrSettings = {0x10005532}; |
|
38 |
|
39 /// Picture Message |
|
40 const TUid KMsgBioUidPictureMsg = {0x101F4CF4}; |
|
41 |
|
42 /// Email Notification |
|
43 const TUid KMsgBioUidEmailNotif = {0x10005530}; |
|
44 |
|
45 /// Ringing Tone |
|
46 const TUid KMsgBioUidRingingTone = {0x10005535}; |
|
47 |
|
48 /// Operator Logo |
|
49 const TUid KMsgBioUidOperatorLogo = {0x10005536}; |
|
50 |
|
51 /// Compact Business Card |
|
52 const TUid KMsgBioUidCompBusCard = {0x10005531}; |
|
53 |
|
54 /// SyncML |
|
55 const TUid KMsgBioUidSyncML = {0x1000092B}; |
|
56 |
|
57 /// WV settings |
|
58 const TUid KMsgBioUidWVSettings = {0x101F4D8A}; |
|
59 |
|
60 /// ICalendar event |
|
61 const TUid KMsgBioUidICalendar = {0x101F8849}; |
|
62 |
|
63 /// UID for the Provisioning Message type for BIO database |
|
64 const TUid KMsgBioProvisioningMessage = {0x101F84D1}; |
|
65 |
|
66 const TUid KMsgBioNokiaServiceMessage = {0x102832EA}; |
|
67 |
|
68 const TUid KMsgBioNokiaServiceSentMessage = {0x20022FE6}; |
|
69 |
|
70 //// PoC |
|
71 const TUid KMsgBioUidPoC = {0x101FD869}; |
|
72 |
|
73 // DEPRECATED! DO NOT USE! |
|
74 // the following constants are preserved for backward compatibility |
|
75 |
|
76 /// Business Card |
|
77 _LIT( KMsgDllNameVCard, "vCardbc.dll" ); |
|
78 |
|
79 /// Calendar event |
|
80 _LIT( KMsgDllNameVCalendar, "VCalbc.dll" ); |
|
81 |
|
82 /// WML Browser Settings |
|
83 _LIT( KMsgDllNameWmlBrSettings, "WMLBC.dll" ); |
|
84 |
|
85 /// Picture Message |
|
86 _LIT( KMsgDllNamePictureMsg, "gmsModel.dll" ); |
|
87 |
|
88 /// Email Notification |
|
89 _LIT( KMsgDllNameEmailNotif, "ENotifBC.dll" ); |
|
90 |
|
91 /// Ringing Tone |
|
92 _LIT( KMsgDllNameRingingTone, "RingBC.dll" ); |
|
93 |
|
94 /// Operator Logo |
|
95 _LIT( KMsgDllNameOperatorLogo, "OpLogoBC.dll" ); |
|
96 |
|
97 /// Compact Business Card |
|
98 _LIT( KMsgDllNameCompBusCard, "vCardbc.dll" ); |
|
99 |
|
100 /// ICalendar event |
|
101 _LIT( KMsgDllNameICalendar, "ICalBC.dll" ); |
|
102 |
|
103 /// Provisioning Message |
|
104 _LIT( KMsgDllbc, "ProvisioningBC.dll" ); |
|
105 |
|
106 /// PoC Message |
|
107 _LIT( KMsgDllPoC, "PoCBioPlugin.dll" ); |
|
108 |
|
109 #endif //_MSGBIOUIDS_H_ |
|
110 |
|
111 //end of file |