persistentstorage/sql/SRC/Common/SqlSrvStartup.h
branchRCL_3
changeset 12 6b6fd149daa2
parent 0 08ec8eefde2f
equal deleted inserted replaced
11:211563e4b919 12:6b6fd149daa2
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    29 const TInt KSqlMinorVer = 1;
    29 const TInt KSqlMinorVer = 1;
    30 const TInt KSqlBuildVer = 0;
    30 const TInt KSqlBuildVer = 0;
    31 
    31 
    32 const TUid KSqlSrvUid3 = {0x10281E17};//The same UID is in SqlSrv.mmp file
    32 const TUid KSqlSrvUid3 = {0x10281E17};//The same UID is in SqlSrv.mmp file
    33 
    33 
    34 //Stack, Min & Max server heap size
       
    35 const TInt KSqlSrvStackSize =   0x10000;	// 64K
       
    36 const TInt KSqlSrvMinHeapSize = 0x1000;		//  4K
       
    37 const TInt KSqlSrvMaxHeapSize = 0x400000;	//  4M
       
    38 
       
    39 /**
    34 /**
    40 @return SQL server version.
    35 @return SQL server version.
    41 
    36 
    42 @internalComponent
    37 @internalComponent
    43 */	
    38 */