symport/e32/include/e32ver.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\e32ver.h
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 #ifndef __E32VER_H__
       
    24 #define __E32VER_H__
       
    25 
       
    26 const TInt KE32MajorVersionNumber=2;
       
    27 const TInt KE32MinorVersionNumber=0;
       
    28 const TInt KE32BuildVersionNumber=1997;
       
    29 
       
    30 const TInt KMachineConfigurationMajorVersionNumber=1;
       
    31 const TInt KMachineConfigurationMinorVersionNumber=0;
       
    32 const TInt KMachineConfigurationBuildVersionNumber=110;
       
    33 
       
    34 const TInt KMediaDriverInterfaceMajorVersionNumber=2;
       
    35 const TInt KMediaDriverInterfaceMinorVersionNumber=0;
       
    36 const TInt KMediaDriverInterfaceBuildVersionNumber=141;
       
    37 
       
    38 const TInt KNotifierMajorVersionNumber=1;
       
    39 const TInt KNotifierMinorVersionNumber=0;
       
    40 const TInt KNotifierBuildVersionNumber=110;
       
    41 
       
    42 #endif