author | William Roberts <williamr@symbian.org> |
Tue, 16 Mar 2010 16:12:26 +0000 | |
branch | Symbian2 |
changeset 2 | 2fe1408b6811 |
parent 0 | 061f57f2323e |
permissions | -rw-r--r-- |
williamr@2 | 1 |
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). |
williamr@2 | 2 |
// All rights reserved. |
williamr@2 | 3 |
// This component and the accompanying materials are made available |
williamr@2 | 4 |
// 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 |
williamr@2 | 5 |
// which accompanies this distribution, and is available |
williamr@2 | 6 |
// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
williamr@2 | 7 |
// |
williamr@2 | 8 |
// Initial Contributors: |
williamr@2 | 9 |
// Nokia Corporation - initial contribution. |
williamr@2 | 10 |
// |
williamr@2 | 11 |
// Contributors: |
williamr@2 | 12 |
// |
williamr@2 | 13 |
// Description: |
williamr@2 | 14 |
// BIOUUIDS.H |
williamr@2 | 15 |
// Contains the TUid defines for the Bio Messaging |
williamr@2 | 16 |
// |
williamr@2 | 17 |
// |
williamr@2 | 18 |
|
williamr@2 | 19 |
|
williamr@2 | 20 |
|
williamr@2 | 21 |
/** |
williamr@2 | 22 |
@file |
williamr@2 | 23 |
@publishedAll |
williamr@2 | 24 |
@released |
williamr@2 | 25 |
*/ |
williamr@2 | 26 |
|
williamr@2 | 27 |
#if !defined(__BIOUTILS_H__) |
williamr@2 | 28 |
#define __BIOUTILS_H__ |
williamr@2 | 29 |
|
williamr@2 | 30 |
//forward declarations |
williamr@2 | 31 |
/** |
williamr@2 | 32 |
* @publishedAll |
williamr@2 | 33 |
* @released |
williamr@2 | 34 |
*/ |
williamr@2 | 35 |
class TUid; |
williamr@2 | 36 |
/** |
williamr@2 | 37 |
*UID of the Smart Message Parser DLL. |
williamr@2 | 38 |
* @publishedPartner |
williamr@2 | 39 |
* @released |
williamr@2 | 40 |
*/ |
williamr@2 | 41 |
const TUid KUidSmartMessageParserDll = { 0x10001251}; |
williamr@2 | 42 |
/** |
williamr@2 | 43 |
* BIO specific error/panic code base. |
williamr@2 | 44 |
* @publishedPartner |
williamr@2 | 45 |
* @released |
williamr@2 | 46 |
*/ |
williamr@2 | 47 |
const TInt KBIOMessageBaseError = -505; |
williamr@2 | 48 |
/** |
williamr@2 | 49 |
* BIO message not found error. |
williamr@2 | 50 |
* @publishedPartner |
williamr@2 | 51 |
* @released |
williamr@2 | 52 |
*/ |
williamr@2 | 53 |
const TInt KBIOMessageNotFound = KBIOMessageBaseError; |
williamr@2 | 54 |
/** |
williamr@2 | 55 |
* BIO server MTM already active error. |
williamr@2 | 56 |
* @publishedPartner |
williamr@2 | 57 |
* @released |
williamr@2 | 58 |
*/ |
williamr@2 | 59 |
const TInt KBIOMessageSvrMtmNotInactive = KBIOMessageBaseError-1; |
williamr@2 | 60 |
/** |
williamr@2 | 61 |
* No BIO parser error. |
williamr@2 | 62 |
* @publishedPartner |
williamr@2 | 63 |
* @released |
williamr@2 | 64 |
*/ |
williamr@2 | 65 |
const TInt KBIOMessageNoParserCreated = KBIOMessageBaseError-2; |
williamr@2 | 66 |
/** |
williamr@2 | 67 |
* BIO parser in use error. |
williamr@2 | 68 |
* @publishedPartner |
williamr@2 | 69 |
* @released |
williamr@2 | 70 |
*/ |
williamr@2 | 71 |
const TInt KBIOMessageParserDllStillInUse = KBIOMessageBaseError-3; |
williamr@2 | 72 |
/** |
williamr@2 | 73 |
* BIO operation already active error. |
williamr@2 | 74 |
* @publishedPartner |
williamr@2 | 75 |
* @released |
williamr@2 | 76 |
*/ |
williamr@2 | 77 |
const TInt KBIOMessageOperationNotInactive = KBIOMessageBaseError-4; |
williamr@2 | 78 |
/** |
williamr@2 | 79 |
* BIO server MTM operation not supported. |
williamr@2 | 80 |
* @publishedPartner |
williamr@2 | 81 |
* @released |
williamr@2 | 82 |
*/ |
williamr@2 | 83 |
const TInt KBIOMessageSvrNotSupported = KBIOMessageBaseError-5; |
williamr@2 | 84 |
/** |
williamr@2 | 85 |
* Unused. |
williamr@2 | 86 |
* @internalComponent |
williamr@2 | 87 |
* @removed |
williamr@2 | 88 |
*/ |
williamr@2 | 89 |
const TUid KUidMsvNbsEditor={0x10001264}; |
williamr@2 | 90 |
|
williamr@2 | 91 |
// New BIO Messaging TUids |
williamr@2 | 92 |
/** |
williamr@2 | 93 |
* Stream ID used for storing parsed BIO data. |
williamr@2 | 94 |
* @internalAll |
williamr@2 | 95 |
* @released |
williamr@2 | 96 |
*/ |
williamr@2 | 97 |
const TUid KUidMsvBIODataStream = {0x10005268}; // stream used for storing parsed data |
williamr@2 | 98 |
|
williamr@2 | 99 |
// BIO Mtm components |
williamr@2 | 100 |
|
williamr@2 | 101 |
/** |
williamr@2 | 102 |
* BIO message type UID. |
williamr@2 | 103 |
* @publishedAll |
williamr@2 | 104 |
* @released |
williamr@2 | 105 |
*/ |
williamr@2 | 106 |
const TUid KUidBIOMessageTypeMtm = {0x10001262}; |
williamr@2 | 107 |
/** |
williamr@2 | 108 |
* BIO client MTM UID. |
williamr@2 | 109 |
* @internalTechnology |
williamr@2 | 110 |
* @released |
williamr@2 | 111 |
*/ |
williamr@2 | 112 |
const TUid KUidBIOMessageClientMtmDll = {0x1000125A}; //previously NBSC, now BIOC |
williamr@2 | 113 |
/** |
williamr@2 | 114 |
* BIO server MTM UID. |
williamr@2 | 115 |
* @internalTechnology |
williamr@2 | 116 |
* @released |
williamr@2 | 117 |
*/ |
williamr@2 | 118 |
const TUid KUidBIOMessageServerMtmDll = {0x1000125C}; //previously NBSS, now BIOS |
williamr@2 | 119 |
/** |
williamr@2 | 120 |
* BIO UI MTM UID. |
williamr@2 | 121 |
* @internalTechnology |
williamr@2 | 122 |
* @released |
williamr@2 | 123 |
*/ |
williamr@2 | 124 |
const TUid KUidBIOMessageUiLayerMtmDll = {0x10001265}; //previously NBUM, now BIUM |
williamr@2 | 125 |
/** |
williamr@2 | 126 |
* BIO message viewer UID. |
williamr@2 | 127 |
* @internalTechnology |
williamr@2 | 128 |
* @released |
williamr@2 | 129 |
*/ |
williamr@2 | 130 |
const TUid KUidBIOMessageViewerApp = {0x10001264}; //previously NBED,now BIED |
williamr@2 | 131 |
|
williamr@2 | 132 |
#endif *__BIOUTILS_H__ |