messagingfw/biomsgfw/BITSINC/bitsids.h
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Started by AHF at Teleca Ltd.
       
    15 // Common header file which lists enumerated type for use in 
       
    16 // other files of the BITS projects
       
    17 // 
       
    18 //
       
    19 
       
    20 #if !defined(_BITSID_H_)
       
    21 #define _BITSID_H_
       
    22 
       
    23 
       
    24 //  BIO messaging Uids
       
    25 const TInt32	KUidBIOInternetAccessPointMsg= {0x1000552F};	// IAP Settings
       
    26 const TInt32	KUidBIOEmailNotificationMsg	=  {0x10005530};	// Correct???
       
    27 const TInt32	KUidBIOBusinessCardMsg		=  {0x10005531};	// Compact Business Cards
       
    28 const TInt32	KUidBIOWAPAccessPointMsg	=  {0x10005532};	// WAP Access Point Settings
       
    29 const TInt32	KUidBIOVCalenderMsg			=  {0x10005533};    // VCalender diary
       
    30 const TInt32	KUidBIOVCardMsg				=  {0x10005534};    // VCard contact entries
       
    31 const TInt32	KUidBIORingingTonesMsg		=  {0x10005535};    // Telephone Ringing Tones
       
    32 const TInt32	KUidBIOOperatorLogoMsg		=  {0x10005536};	// Operator Logo
       
    33 const TInt32	KUidBIOWPRVMsg				=  {0x1000125D};	// WAP Provisioning
       
    34 
       
    35 const TInt32    KUidBIOCLILogoMsg			=  {0x10005269};    // To be done!
       
    36 
       
    37 //  Type of message that we're dealing with
       
    38 typedef enum
       
    39 	{							//	GENERATE A MESSAGE USING....
       
    40     ENoMessage,                 //  .. error cases
       
    41     EBioIapSettingsMessage,     //  .. IAP grammar, includes Internet settings 
       
    42 								//		Email settings, and logon scripts, 
       
    43 	EBioEnpMessage,				//	.. Email Notification grammar.
       
    44 	EBioRingTonesMessage,		//	.. Ringing Tones binary data
       
    45 	EBioOpLogoMessage,			//	.. Logo for Operator service
       
    46 	EBioCompBusCardMessage,		//	.. Compact Business Card data
       
    47 	EBiovCardMessage,			//	.. virtual business card data
       
    48 	EBiovCalenderMessage,		//	.. vCalender data
       
    49 	EBioWAPSettingsMessage,		//  .. wap settings
       
    50 	EBioWPRVSettingsMessage		//	.. wprv settings
       
    51 	} TBIOMessageType;
       
    52 
       
    53 
       
    54 #endif //_BITSID_H_