1.1 --- a/epoc32/include/app/msgbiouids.h Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/app/msgbiouids.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,110 @@
1.4 -msgbiouids.h
1.5 +/*
1.6 +* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
1.7 +* All rights reserved.
1.8 +* This component and the accompanying materials are made available
1.9 +* 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
1.10 +* which accompanies this distribution, and is available
1.11 +* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.12 +*
1.13 +* Initial Contributors:
1.14 +* Nokia Corporation - initial contribution.
1.15 +*
1.16 +* Contributors:
1.17 +*
1.18 +* Description:
1.19 +* The UID's related to Bio Messaging (Smart Messaging).
1.20 +*
1.21 +*/
1.22 +
1.23 +
1.24 +
1.25 +#ifndef _MSGBIOUIDS_H_
1.26 +#define _MSGBIOUIDS_H_
1.27 +
1.28 +#include <e32uid.h>
1.29 +
1.30 +//
1.31 +/// These are the Bio Message Type UID's.
1.32 +//
1.33 +
1.34 +/// Business Card
1.35 +const TUid KMsgBioUidVCard = {0x10005534};
1.36 +
1.37 +/// Calendar event
1.38 +const TUid KMsgBioUidVCalendar = {0x10005533};
1.39 +
1.40 +/// Internet Access Configuration
1.41 +const TUid KMsgBioUidIAC = {0x1000552F};
1.42 +
1.43 +/// WML Browser Settings
1.44 +const TUid KMsgBioUidWmlBrSettings = {0x10005532};
1.45 +
1.46 +/// Picture Message
1.47 +const TUid KMsgBioUidPictureMsg = {0x101F4CF4};
1.48 +
1.49 +/// Email Notification
1.50 +const TUid KMsgBioUidEmailNotif = {0x10005530};
1.51 +
1.52 +/// Ringing Tone
1.53 +const TUid KMsgBioUidRingingTone = {0x10005535};
1.54 +
1.55 +/// Operator Logo
1.56 +const TUid KMsgBioUidOperatorLogo = {0x10005536};
1.57 +
1.58 +/// Compact Business Card
1.59 +const TUid KMsgBioUidCompBusCard = {0x10005531};
1.60 +
1.61 +/// SyncML
1.62 +const TUid KMsgBioUidSyncML = {0x1000092B};
1.63 +
1.64 +/// WV settings
1.65 +const TUid KMsgBioUidWVSettings = {0x101F4D8A};
1.66 +
1.67 +/// ICalendar event
1.68 +const TUid KMsgBioUidICalendar = {0x101F8849};
1.69 +
1.70 +/// UID for the Provisioning Message type for BIO database
1.71 +const TUid KMsgBioProvisioningMessage = {0x101F84D1};
1.72 +
1.73 +//// PoC
1.74 +const TUid KMsgBioUidPoC = {0x101FD869};
1.75 +
1.76 +// DEPRECATED! DO NOT USE!
1.77 +// the following constants are preserved for backward compatibility
1.78 +
1.79 +/// Business Card
1.80 +_LIT( KMsgDllNameVCard, "vCardbc.dll" );
1.81 +
1.82 +/// Calendar event
1.83 +_LIT( KMsgDllNameVCalendar, "VCalbc.dll" );
1.84 +
1.85 +/// WML Browser Settings
1.86 +_LIT( KMsgDllNameWmlBrSettings, "WMLBC.dll" );
1.87 +
1.88 +/// Picture Message
1.89 +_LIT( KMsgDllNamePictureMsg, "gmsModel.dll" );
1.90 +
1.91 +/// Email Notification
1.92 +_LIT( KMsgDllNameEmailNotif, "ENotifBC.dll" );
1.93 +
1.94 +/// Ringing Tone
1.95 +_LIT( KMsgDllNameRingingTone, "RingBC.dll" );
1.96 +
1.97 +/// Operator Logo
1.98 +_LIT( KMsgDllNameOperatorLogo, "OpLogoBC.dll" );
1.99 +
1.100 +/// Compact Business Card
1.101 +_LIT( KMsgDllNameCompBusCard, "vCardbc.dll" );
1.102 +
1.103 +/// ICalendar event
1.104 +_LIT( KMsgDllNameICalendar, "ICalBC.dll" );
1.105 +
1.106 +/// Provisioning Message
1.107 +_LIT( KMsgDllbc, "ProvisioningBC.dll" );
1.108 +
1.109 +/// PoC Message
1.110 +_LIT( KMsgDllPoC, "PoCBioPlugin.dll" );
1.111 +
1.112 +#endif //_MSGBIOUIDS_H_
1.113 +
1.114 +//end of file
1.115 \ No newline at end of file