epoc32/include/mw/biouids.h
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
     1.1 --- a/epoc32/include/mw/biouids.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/mw/biouids.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,100 +1,39 @@
     1.4  // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5  // All rights reserved.
     1.6  // This component and the accompanying materials are made available
     1.7 -// 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
     1.8 +// under the terms of "Eclipse Public License v1.0"
     1.9  // which accompanies this distribution, and is available
    1.10 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.12  //
    1.13  // Initial Contributors:
    1.14  // Nokia Corporation - initial contribution.
    1.15  //
    1.16  // Contributors:
    1.17  //
    1.18 -// Description:
    1.19 +// Description: Contains the TUid defines for the Bio Messaging
    1.20  // BIOUUIDS.H
    1.21 -// Contains the TUid defines for the Bio Messaging 
    1.22  // 
    1.23  //
    1.24  
    1.25 -
    1.26 -
    1.27  /**
    1.28 - @file
    1.29 - @publishedAll
    1.30 - @released
    1.31 -*/
    1.32 + * @file
    1.33 + * @publishedAll
    1.34 + * @released
    1.35 + */
    1.36  
    1.37  #if !defined(__BIOUTILS_H__)
    1.38  #define __BIOUTILS_H__
    1.39  
    1.40 +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS 
    1.41 +#include <biomessageuids.h>
    1.42 +#endif
    1.43 +
    1.44  //forward declarations
    1.45  /**
    1.46  * @publishedAll
    1.47  * @released
    1.48  */
    1.49  class TUid;
    1.50 -/**
    1.51 -*UID of the Smart Message Parser DLL.
    1.52 -* @publishedPartner
    1.53 -* @released
    1.54 -*/
    1.55 -const TUid KUidSmartMessageParserDll    = { 0x10001251};
    1.56 -/**
    1.57 -* BIO specific error/panic code base. 
    1.58 -* @publishedPartner
    1.59 -* @released
    1.60 -*/
    1.61 -const TInt KBIOMessageBaseError				= -505;
    1.62 -/**
    1.63 -* BIO message not found error. 
    1.64 -* @publishedPartner
    1.65 -* @released
    1.66 -*/
    1.67 -const TInt KBIOMessageNotFound				= KBIOMessageBaseError;
    1.68 -/**
    1.69 -* BIO server MTM already active error. 
    1.70 -* @publishedPartner
    1.71 -* @released
    1.72 -*/
    1.73 -const TInt KBIOMessageSvrMtmNotInactive		= KBIOMessageBaseError-1;
    1.74 -/**
    1.75 -* No BIO parser error. 
    1.76 -* @publishedPartner
    1.77 -* @released
    1.78 -*/
    1.79 -const TInt KBIOMessageNoParserCreated		= KBIOMessageBaseError-2;  
    1.80 -/** 
    1.81 -* BIO parser in use error. 
    1.82 -* @publishedPartner
    1.83 -* @released
    1.84 -*/
    1.85 -const TInt KBIOMessageParserDllStillInUse	= KBIOMessageBaseError-3;  
    1.86 -/**    
    1.87 -* BIO operation already active error. 
    1.88 -* @publishedPartner
    1.89 -* @released
    1.90 -*/
    1.91 -const TInt KBIOMessageOperationNotInactive	= KBIOMessageBaseError-4;
    1.92 -/**
    1.93 -* BIO server MTM operation not supported. 
    1.94 -* @publishedPartner
    1.95 -* @released
    1.96 -*/
    1.97 -const TInt KBIOMessageSvrNotSupported		= KBIOMessageBaseError-5;
    1.98 -/**
    1.99 -* Unused. 
   1.100 -* @internalComponent
   1.101 -* @removed
   1.102 -*/
   1.103 -const TUid KUidMsvNbsEditor={0x10001264};
   1.104 -
   1.105 -//  New BIO Messaging TUids
   1.106 -/**
   1.107 -* Stream ID used for storing parsed BIO data.
   1.108 -* @internalAll
   1.109 -* @released
   1.110 -*/
   1.111 -const TUid KUidMsvBIODataStream			= {0x10005268}; // stream used for storing parsed data
   1.112  
   1.113  //  BIO Mtm components
   1.114  
   1.115 @@ -104,29 +43,12 @@
   1.116  * @released
   1.117  */
   1.118  const TUid KUidBIOMessageTypeMtm		= {0x10001262};
   1.119 -/**
   1.120 -* BIO client MTM UID. 
   1.121 -* @internalTechnology
   1.122 +
   1.123 +/** 
   1.124 +* Stream ID used for storing parsed BIO data. 
   1.125 +* @publishedAll
   1.126  * @released
   1.127  */
   1.128 -const TUid KUidBIOMessageClientMtmDll	= {0x1000125A}; //previously NBSC, now BIOC
   1.129 -/**
   1.130 -* BIO server MTM UID. 
   1.131 -* @internalTechnology
   1.132 -* @released
   1.133 -*/
   1.134 -const TUid KUidBIOMessageServerMtmDll	= {0x1000125C}; //previously NBSS, now BIOS
   1.135 -/**
   1.136 -* BIO UI MTM UID. 
   1.137 -* @internalTechnology
   1.138 -* @released
   1.139 -*/
   1.140 -const TUid KUidBIOMessageUiLayerMtmDll	= {0x10001265}; //previously NBUM, now BIUM
   1.141 -/**
   1.142 -* BIO message viewer UID. 
   1.143 -* @internalTechnology
   1.144 -* @released
   1.145 -*/
   1.146 -const TUid KUidBIOMessageViewerApp		= {0x10001264}; //previously NBED,now BIED
   1.147 +const TUid KUidMsvBIODataStream			= {0x10005268}; // stream used for storing parsed data
   1.148  
   1.149  #endif *__BIOUTILS_H__