messagingfw/biomsgfw/BIUTINC/BIOUIDS.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: Contains the TUid defines for the Bio Messaging
       
    14 // BIOUUIDS.H
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  * @file
       
    20  * @publishedAll
       
    21  * @released
       
    22  */
       
    23 
       
    24 #if !defined(__BIOUTILS_H__)
       
    25 #define __BIOUTILS_H__
       
    26 
       
    27 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS 
       
    28 #include <biomessageuids.h>
       
    29 #endif
       
    30 
       
    31 //forward declarations
       
    32 /**
       
    33 * @publishedAll
       
    34 * @released
       
    35 */
       
    36 class TUid;
       
    37 
       
    38 //  BIO Mtm components
       
    39 
       
    40 /**
       
    41 * BIO message type UID. 
       
    42 * @publishedAll
       
    43 * @released
       
    44 */
       
    45 const TUid KUidBIOMessageTypeMtm		= {0x10001262};
       
    46 
       
    47 /** 
       
    48 * Stream ID used for storing parsed BIO data. 
       
    49 * @publishedAll
       
    50 * @released
       
    51 */
       
    52 const TUid KUidMsvBIODataStream			= {0x10005268}; // stream used for storing parsed data
       
    53 
       
    54 #endif *__BIOUTILS_H__