symhelp/helpmodel/inc/hlpconstants.h
changeset 0 1f04cf54edd8
equal deleted inserted replaced
-1:000000000000 0:1f04cf54edd8
       
     1 // Copyright (c) 1999-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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalComponent
       
    19  @released 
       
    20 */
       
    21 
       
    22 #ifndef __HLPCONSTANTS_H__
       
    23 #define __HLPCONSTANTS_H__
       
    24 
       
    25 // System includes
       
    26 #include <e32std.h>
       
    27 
       
    28 // Constants
       
    29 const TUid KUidHlpApp		=	{ 0x0100052b3 };	// UID 3
       
    30 const TUid KUidHlpFile		=	{ 0x0100052b4 };	// UID 2
       
    31 const TUid KUidHlpDbStream	=	{ 0x0100052b5 };	// Database stream in the help file
       
    32 const TUid KUidHlpUidStream	=	{ 0x0100052b6 };	// UID stream in the help file
       
    33 //
       
    34 const TInt KTitleColumn	= 1;
       
    35 const TInt KIdColumn = 2;
       
    36 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    37 const TInt KMaxTitleColumn = 120;
       
    38 #endif
       
    39 const TInt KHlpSQLMaxLength = 512;
       
    40 const TInt KHlpMaxTextColLength = 200;
       
    41 const TInt KHlpMaxContextColLength = 32;
       
    42 
       
    43 
       
    44 
       
    45 
       
    46 #endif