2 * Copyright (c) 2002 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.
15 * The UID's related to Bio Messaging (Smart Messaging).
21 #ifndef _MSGBIOUIDS_H_
22 #define _MSGBIOUIDS_H_
27 /// These are the Bio Message Type UID's.
31 const TUid KMsgBioUidVCard = {0x10005534};
34 const TUid KMsgBioUidVCalendar = {0x10005533};
36 /// Internet Access Configuration
37 const TUid KMsgBioUidIAC = {0x1000552F};
39 /// WML Browser Settings
40 const TUid KMsgBioUidWmlBrSettings = {0x10005532};
43 const TUid KMsgBioUidPictureMsg = {0x101F4CF4};
45 /// Email Notification
46 const TUid KMsgBioUidEmailNotif = {0x10005530};
49 const TUid KMsgBioUidRingingTone = {0x10005535};
52 const TUid KMsgBioUidOperatorLogo = {0x10005536};
54 /// Compact Business Card
55 const TUid KMsgBioUidCompBusCard = {0x10005531};
58 const TUid KMsgBioUidSyncML = {0x1000092B};
61 const TUid KMsgBioUidWVSettings = {0x101F4D8A};
64 const TUid KMsgBioUidICalendar = {0x101F8849};
66 /// UID for the Provisioning Message type for BIO database
67 const TUid KMsgBioProvisioningMessage = {0x101F84D1};
70 const TUid KMsgBioUidPoC = {0x101FD869};
72 // DEPRECATED! DO NOT USE!
73 // the following constants are preserved for backward compatibility
76 _LIT( KMsgDllNameVCard, "vCardbc.dll" );
79 _LIT( KMsgDllNameVCalendar, "VCalbc.dll" );
81 /// WML Browser Settings
82 _LIT( KMsgDllNameWmlBrSettings, "WMLBC.dll" );
85 _LIT( KMsgDllNamePictureMsg, "gmsModel.dll" );
87 /// Email Notification
88 _LIT( KMsgDllNameEmailNotif, "ENotifBC.dll" );
91 _LIT( KMsgDllNameRingingTone, "RingBC.dll" );
94 _LIT( KMsgDllNameOperatorLogo, "OpLogoBC.dll" );
96 /// Compact Business Card
97 _LIT( KMsgDllNameCompBusCard, "vCardbc.dll" );
100 _LIT( KMsgDllNameICalendar, "ICalBC.dll" );
102 /// Provisioning Message
103 _LIT( KMsgDllbc, "ProvisioningBC.dll" );
106 _LIT( KMsgDllPoC, "PoCBioPlugin.dll" );
108 #endif //_MSGBIOUIDS_H_