epoc32/include/app/msgbiouids.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
parent 1 666f914201fb
child 4 837f303aceeb
permissions -rw-r--r--
Final list of Symbian^2 public API header files
     1 /*
     2 * Copyright (c) 2002 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 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".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description:  
    15 *     The UID's related to Bio Messaging (Smart Messaging).
    16 *
    17 */
    18 
    19 
    20 
    21 #ifndef _MSGBIOUIDS_H_
    22 #define _MSGBIOUIDS_H_
    23 
    24 #include <e32uid.h>
    25 
    26 //
    27 /// These are the Bio Message Type UID's.
    28 //
    29 
    30 /// Business Card
    31 const TUid KMsgBioUidVCard         = {0x10005534};
    32 
    33 /// Calendar event
    34 const TUid KMsgBioUidVCalendar     = {0x10005533};
    35 
    36 /// Internet Access Configuration
    37 const TUid KMsgBioUidIAC           = {0x1000552F};
    38 
    39 /// WML Browser Settings
    40 const TUid KMsgBioUidWmlBrSettings = {0x10005532};
    41 
    42 /// Picture Message
    43 const TUid KMsgBioUidPictureMsg    = {0x101F4CF4};
    44 
    45 /// Email Notification
    46 const TUid KMsgBioUidEmailNotif    = {0x10005530};
    47 
    48 /// Ringing Tone
    49 const TUid KMsgBioUidRingingTone   = {0x10005535};
    50 
    51 /// Operator Logo
    52 const TUid KMsgBioUidOperatorLogo  = {0x10005536};
    53 
    54 /// Compact Business Card
    55 const TUid KMsgBioUidCompBusCard   = {0x10005531};
    56 
    57 /// SyncML
    58 const TUid KMsgBioUidSyncML        = {0x1000092B};
    59 
    60 /// WV settings
    61 const TUid KMsgBioUidWVSettings    = {0x101F4D8A};
    62 
    63 /// ICalendar event
    64 const TUid KMsgBioUidICalendar	   = {0x101F8849};
    65 
    66 /// UID for the Provisioning Message type for BIO database
    67 const TUid KMsgBioProvisioningMessage = {0x101F84D1};
    68 
    69 //// PoC
    70 const TUid KMsgBioUidPoC			= {0x101FD869};
    71 
    72 // DEPRECATED! DO NOT USE!
    73 // the following constants are preserved for backward compatibility
    74 
    75 /// Business Card
    76 _LIT( KMsgDllNameVCard, "vCardbc.dll" );
    77 
    78 /// Calendar event
    79 _LIT( KMsgDllNameVCalendar, "VCalbc.dll" );
    80 
    81 /// WML Browser Settings
    82 _LIT( KMsgDllNameWmlBrSettings, "WMLBC.dll" );
    83 
    84 /// Picture Message
    85 _LIT( KMsgDllNamePictureMsg, "gmsModel.dll" );
    86 
    87 /// Email Notification
    88 _LIT( KMsgDllNameEmailNotif, "ENotifBC.dll" );
    89 
    90 /// Ringing Tone
    91 _LIT( KMsgDllNameRingingTone, "RingBC.dll" );
    92 
    93 /// Operator Logo
    94 _LIT( KMsgDllNameOperatorLogo, "OpLogoBC.dll" );
    95 
    96 /// Compact Business Card
    97 _LIT( KMsgDllNameCompBusCard, "vCardbc.dll" );
    98 
    99 /// ICalendar event
   100 _LIT( KMsgDllNameICalendar, "ICalBC.dll" );
   101 
   102 /// Provisioning Message
   103 _LIT( KMsgDllbc, "ProvisioningBC.dll" );
   104 
   105 /// PoC Message
   106 _LIT( KMsgDllPoC, "PoCBioPlugin.dll" );
   107 
   108 #endif //_MSGBIOUIDS_H_
   109 
   110 //end of file