1 // Copyright (c) 2006-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // PCStore component - type definitions.
23 #if !defined(__PCSTOREDEF_H__)
24 #define __PCSTOREDEF_H__
29 typedef unsigned char TUint8;
31 typedef short int TInt16;
32 typedef unsigned short int TUint16;
35 typedef unsigned int TUint32;
37 typedef long long TInt64;
38 typedef unsigned long long TUint64;
40 typedef float TReal32;
41 typedef double TReal64;
43 typedef unsigned short int TText;
48 typedef signed int TInt;
49 typedef unsigned int TUint;
51 typedef unsigned int TChar;
53 #endif // !defined(__PCSTOREDEF_H__)