epoc32/include/app/msgbiouids.h
branchSymbian2
changeset 2 2fe1408b6811
parent 1 666f914201fb
child 4 837f303aceeb
--- a/epoc32/include/app/msgbiouids.h	Tue Nov 24 13:55:44 2009 +0000
+++ b/epoc32/include/app/msgbiouids.h	Tue Mar 16 16:12:26 2010 +0000
@@ -1,1 +1,110 @@
-msgbiouids.h
+/*
+* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* 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
+* which accompanies this distribution, and is available
+* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  
+*     The UID's related to Bio Messaging (Smart Messaging).
+*
+*/
+
+
+
+#ifndef _MSGBIOUIDS_H_
+#define _MSGBIOUIDS_H_
+
+#include <e32uid.h>
+
+//
+/// These are the Bio Message Type UID's.
+//
+
+/// Business Card
+const TUid KMsgBioUidVCard         = {0x10005534};
+
+/// Calendar event
+const TUid KMsgBioUidVCalendar     = {0x10005533};
+
+/// Internet Access Configuration
+const TUid KMsgBioUidIAC           = {0x1000552F};
+
+/// WML Browser Settings
+const TUid KMsgBioUidWmlBrSettings = {0x10005532};
+
+/// Picture Message
+const TUid KMsgBioUidPictureMsg    = {0x101F4CF4};
+
+/// Email Notification
+const TUid KMsgBioUidEmailNotif    = {0x10005530};
+
+/// Ringing Tone
+const TUid KMsgBioUidRingingTone   = {0x10005535};
+
+/// Operator Logo
+const TUid KMsgBioUidOperatorLogo  = {0x10005536};
+
+/// Compact Business Card
+const TUid KMsgBioUidCompBusCard   = {0x10005531};
+
+/// SyncML
+const TUid KMsgBioUidSyncML        = {0x1000092B};
+
+/// WV settings
+const TUid KMsgBioUidWVSettings    = {0x101F4D8A};
+
+/// ICalendar event
+const TUid KMsgBioUidICalendar	   = {0x101F8849};
+
+/// UID for the Provisioning Message type for BIO database
+const TUid KMsgBioProvisioningMessage = {0x101F84D1};
+
+//// PoC
+const TUid KMsgBioUidPoC			= {0x101FD869};
+
+// DEPRECATED! DO NOT USE!
+// the following constants are preserved for backward compatibility
+
+/// Business Card
+_LIT( KMsgDllNameVCard, "vCardbc.dll" );
+
+/// Calendar event
+_LIT( KMsgDllNameVCalendar, "VCalbc.dll" );
+
+/// WML Browser Settings
+_LIT( KMsgDllNameWmlBrSettings, "WMLBC.dll" );
+
+/// Picture Message
+_LIT( KMsgDllNamePictureMsg, "gmsModel.dll" );
+
+/// Email Notification
+_LIT( KMsgDllNameEmailNotif, "ENotifBC.dll" );
+
+/// Ringing Tone
+_LIT( KMsgDllNameRingingTone, "RingBC.dll" );
+
+/// Operator Logo
+_LIT( KMsgDllNameOperatorLogo, "OpLogoBC.dll" );
+
+/// Compact Business Card
+_LIT( KMsgDllNameCompBusCard, "vCardbc.dll" );
+
+/// ICalendar event
+_LIT( KMsgDllNameICalendar, "ICalBC.dll" );
+
+/// Provisioning Message
+_LIT( KMsgDllbc, "ProvisioningBC.dll" );
+
+/// PoC Message
+_LIT( KMsgDllPoC, "PoCBioPlugin.dll" );
+
+#endif //_MSGBIOUIDS_H_
+
+//end of file
\ No newline at end of file