inc/msgbiouids.h
changeset 31 ebfee66fde93
parent 23 238255e8b033
child 34 84197e66a4bd
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     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 //// PoC
       
    67 const TUid KMsgBioUidPoC			= {0x101FD869};
       
    68 
       
    69 // DEPRECATED! DO NOT USE!
       
    70 // the following constants are preserved for backward compatibility
       
    71 
       
    72 /// Business Card
       
    73 _LIT( KMsgDllNameVCard, "vCardbc.dll" );
       
    74 
       
    75 /// Calendar event
       
    76 _LIT( KMsgDllNameVCalendar, "VCalbc.dll" );
       
    77 
       
    78 /// WML Browser Settings
       
    79 _LIT( KMsgDllNameWmlBrSettings, "WMLBC.dll" );
       
    80 
       
    81 /// Picture Message
       
    82 _LIT( KMsgDllNamePictureMsg, "gmsModel.dll" );
       
    83 
       
    84 /// Email Notification
       
    85 _LIT( KMsgDllNameEmailNotif, "ENotifBC.dll" );
       
    86 
       
    87 /// Ringing Tone
       
    88 _LIT( KMsgDllNameRingingTone, "RingBC.dll" );
       
    89 
       
    90 /// Operator Logo
       
    91 _LIT( KMsgDllNameOperatorLogo, "OpLogoBC.dll" );
       
    92 
       
    93 /// Compact Business Card
       
    94 _LIT( KMsgDllNameCompBusCard, "vCardbc.dll" );
       
    95 
       
    96 /// ICalendar event
       
    97 _LIT( KMsgDllNameICalendar, "ICalBC.dll" );
       
    98 
       
    99 /// Provisioning Message
       
   100 _LIT( KMsgDllbc, "ProvisioningBC.dll" );
       
   101 
       
   102 /// PoC Message
       
   103 _LIT( KMsgDllPoC, "PoCBioPlugin.dll" );
       
   104 
       
   105 #endif //_MSGBIOUIDS_H_
       
   106 
       
   107 //end of file