00001 /* 00002 * ============================================================================ 00003 * Name : MsgBioUids.h 00004 * Part of : MsgEditorUtils 00005 * 00006 * Description: 00007 * The UID's related to Bio Messaging (Smart Messaging). 00008 * Version: 00009 * 00010 * Copyright (C) 2002 Nokia Corporation. 00011 * This material, including documentation and any related 00012 * computer programs, is protected by copyright controlled by 00013 * Nokia Corporation. All rights are reserved. Copying, 00014 * including reproducing, storing, adapting or translating, any 00015 * or all of this material requires the prior written consent of 00016 * Nokia Corporation. This material also contains confidential 00017 * information which may not be disclosed to others without the 00018 * prior written consent of Nokia Corporation. 00019 * 00020 * ============================================================================ 00021 */ 00022 00023 #ifndef _MSGBIOUIDS_H_ 00024 #define _MSGBIOUIDS_H_ 00025 00026 #include <e32uid.h> 00027 00028 // 00030 // 00031 00033 const TUid KMsgBioUidVCard = {0x10005534}; 00034 00036 const TUid KMsgBioUidVCalendar = {0x10005533}; 00037 00039 const TUid KMsgBioUidIAC = {0x1000552F}; 00040 00042 const TUid KMsgBioUidWmlBrSettings = {0x10005532}; 00043 00045 const TUid KMsgBioUidPictureMsg = {0x101F4CF4}; 00046 00048 const TUid KMsgBioUidEmailNotif = {0x10005530}; 00049 00051 const TUid KMsgBioUidRingingTone = {0x10005535}; 00052 00054 const TUid KMsgBioUidOperatorLogo = {0x10005536}; 00055 00057 const TUid KMsgBioUidCompBusCard = {0x10005531}; 00058 00060 const TUid KMsgBioUidSyncML = {0x1000092B}; 00061 00063 const TUid KMsgBioUidWVSettings = {0x101F4D8A}; 00064 00066 const TUid KMsgBioUidICalendar = {0x101F8849}; 00067 00069 const TUid KMsgBioProvisioningMessage = {0x101F84D1}; 00070 00072 const TUid KMsgBioUidPoC = {0x101FD869}; 00073 00074 // DEPRECATED! DO NOT USE! 00075 // the following constants are preserved for backward compatibility 00076 00078 _LIT( KMsgDllNameVCard, "vCardbc.dll" ); 00079 00081 _LIT( KMsgDllNameVCalendar, "VCalbc.dll" ); 00082 00084 _LIT( KMsgDllNameWmlBrSettings, "WMLBC.dll" ); 00085 00087 _LIT( KMsgDllNamePictureMsg, "gmsModel.dll" ); 00088 00090 _LIT( KMsgDllNameEmailNotif, "ENotifBC.dll" ); 00091 00093 _LIT( KMsgDllNameRingingTone, "RingBC.dll" ); 00094 00096 _LIT( KMsgDllNameOperatorLogo, "OpLogoBC.dll" ); 00097 00099 _LIT( KMsgDllNameCompBusCard, "vCardbc.dll" ); 00100 00102 _LIT( KMsgDllNameICalendar, "ICalBC.dll" ); 00103 00105 _LIT( KMsgDllbc, "ProvisioningBC.dll" ); 00106 00108 _LIT( KMsgDllPoC, "PoCBioPlugin.dll" ); 00109 00110 //_MSGBIOUIDS_H_ 00111 #endif 00112 00113 //end of file