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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
13 // Description: Contains the TUid defines for the Bio Messaging
24 #if !defined(__BIOUTILS_H__)
25 #define __BIOUTILS_H__
27 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
28 #include <biomessageuids.h>
31 //forward declarations
41 * BIO message type UID.
45 const TUid KUidBIOMessageTypeMtm = {0x10001262};
48 * Stream ID used for storing parsed BIO data.
52 const TUid KUidMsvBIODataStream = {0x10005268}; // stream used for storing parsed data
54 #endif *__BIOUTILS_H__