symport/e32/include/e32cmn_private.h
changeset 1 0a7b44b10206
child 2 806186ab5e14
equal deleted inserted replaced
0:c55016431358 1:0a7b44b10206
       
     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 "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // e32\include\e32cmn_private.h
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __E32CMN_PRIVATE_H__
       
    19 #define __E32CMN_PRIVATE_H__
       
    20 #include <e32const.h>
       
    21 #include <e32const_private.h>
       
    22 
       
    23 #include <e32des8.h>
       
    24 #include <e32des8_private.h>
       
    25 #ifndef __KERNEL_MODE__
       
    26 #include <e32des16.h>
       
    27 #include <e32des16_private.h>
       
    28 #endif
       
    29 
       
    30 
       
    31 /**
       
    32 @internalTechnology
       
    33 */
       
    34 struct SRAllocatorBurstFail {TInt iBurst; TInt iRate; TInt iUnused[2];};
       
    35 
       
    36 /**
       
    37 @internalTechnology
       
    38 */
       
    39 typedef TBuf<KMaxKernelName> TKName;
       
    40 
       
    41 /**
       
    42 @internalTechnology
       
    43 */
       
    44 typedef TBuf<KMaxInfoName> TInfoName;
       
    45 
       
    46 /**
       
    47 @internalComponent
       
    48 */
       
    49 typedef TBuf<KMaxDeviceInfo> TDeviceInfo;
       
    50 
       
    51 /**
       
    52 @internalComponent
       
    53 */
       
    54 typedef TBuf<KMaxPassword> TPassword;
       
    55 
       
    56 /** Default value to clear all data to committed to a chunk to.
       
    57 @see TChunkCreateInfo::SetClearByte()
       
    58 @see RChunk::Create()
       
    59 @internalComponent
       
    60 */
       
    61 const TUint8 KChunkClearByteDefault = 0x3;
       
    62 
       
    63 /**@internalComponent */
       
    64 const TUint32 KEmulatorImageFlagAllowDllData = 0x01;
       
    65 
       
    66 #endif //__E32CMN_H__