Update contrib.
1 // Copyright (c) 1994-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 the License "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.
14 // e32\include\e32cmn_private.h
16 // WARNING: This file contains some APIs which are internal and are subject
17 // to change without notice. Such APIs should therefore not be used
18 // outside the Kernel and Hardware Services package.
21 #ifndef __E32CMN_PRIVATE_H__
22 #define __E32CMN_PRIVATE_H__
24 #include <e32const_private.h>
27 #include <e32des8_private.h>
28 #ifndef __KERNEL_MODE__
30 #include <e32des16_private.h>
37 struct SRAllocatorBurstFail {TInt iBurst; TInt iRate; TInt iUnused[2];};
42 typedef TBuf<KMaxKernelName> TKName;
47 typedef TBuf<KMaxInfoName> TInfoName;
52 typedef TBuf<KMaxDeviceInfo> TDeviceInfo;
57 typedef TBuf<KMaxPassword> TPassword;
59 /** Default value to clear all data to committed to a chunk to.
60 @see TChunkCreateInfo::SetClearByte()
64 const TUint8 KChunkClearByteDefault = 0x3;
66 /**@internalComponent */
67 const TUint32 KEmulatorImageFlagAllowDllData = 0x01;