messagingfw/biomsgfw/BITSINC/bitsids.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 27 Apr 2010 17:08:58 +0300
branchRCL_3
changeset 16 8147bfb6c710
parent 0 8e480a14352b
permissions -rw-r--r--
Revision: 201015 Kit: 201017

// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Started by AHF at Teleca Ltd.
// Common header file which lists enumerated type for use in 
// other files of the BITS projects
// 
//

#if !defined(_BITSID_H_)
#define _BITSID_H_


//  BIO messaging Uids
const TInt32	KUidBIOInternetAccessPointMsg= {0x1000552F};	// IAP Settings
const TInt32	KUidBIOEmailNotificationMsg	=  {0x10005530};	// Correct???
const TInt32	KUidBIOBusinessCardMsg		=  {0x10005531};	// Compact Business Cards
const TInt32	KUidBIOWAPAccessPointMsg	=  {0x10005532};	// WAP Access Point Settings
const TInt32	KUidBIOVCalenderMsg			=  {0x10005533};    // VCalender diary
const TInt32	KUidBIOVCardMsg				=  {0x10005534};    // VCard contact entries
const TInt32	KUidBIORingingTonesMsg		=  {0x10005535};    // Telephone Ringing Tones
const TInt32	KUidBIOOperatorLogoMsg		=  {0x10005536};	// Operator Logo
const TInt32	KUidBIOWPRVMsg				=  {0x1000125D};	// WAP Provisioning

const TInt32    KUidBIOCLILogoMsg			=  {0x10005269};    // To be done!

//  Type of message that we're dealing with
typedef enum
	{							//	GENERATE A MESSAGE USING....
    ENoMessage,                 //  .. error cases
    EBioIapSettingsMessage,     //  .. IAP grammar, includes Internet settings 
								//		Email settings, and logon scripts, 
	EBioEnpMessage,				//	.. Email Notification grammar.
	EBioRingTonesMessage,		//	.. Ringing Tones binary data
	EBioOpLogoMessage,			//	.. Logo for Operator service
	EBioCompBusCardMessage,		//	.. Compact Business Card data
	EBiovCardMessage,			//	.. virtual business card data
	EBiovCalenderMessage,		//	.. vCalender data
	EBioWAPSettingsMessage,		//  .. wap settings
	EBioWPRVSettingsMessage		//	.. wprv settings
	} TBIOMessageType;


#endif //_BITSID_H_