voiceui/pbkinfoviewimpl/src/pbkinfoviewdefines.h
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Contains general data definitions for pbkinfoview.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PBKINFOVIEWDEFINES_H
       
    20 #define PBKINFOVIEWDEFINES_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include <e32base.h>
       
    24 #include <AiwGenericParam.hrh>
       
    25 
       
    26 // CONSTANTS
       
    27 _LIT( KLocFileString, "%U" );
       
    28 _LIT( KFormatString, "%S" );
       
    29 _LIT( KEmpty, "" );
       
    30 _LIT( KSpace, " " );
       
    31 _LIT( KUnderscore, "_" );
       
    32 _LIT( KTagNameSeparator, "_1" );
       
    33 _LIT( KTagExtensionSeparator, "_2" );
       
    34 _LIT( KMatchNameSeparator, "_1*" );
       
    35 
       
    36 const TInt KTagSeparatorLength = 2;
       
    37 const TInt32 KVoiceTaglessContactId = -2;
       
    38 
       
    39 // resource files
       
    40 _LIT( KResFileName, "z:pbkinfoview.rsc" );
       
    41 _LIT( KBitmapFileName, "z:avkon2.mbm" );
       
    42 
       
    43 // string sizes
       
    44 const TInt KBufSize16 = 16;
       
    45 
       
    46 const TInt KDefaultArraySize = 10;
       
    47 
       
    48 #endif  // PBKINFOVIEWDEFINES_H
       
    49 
       
    50 // End of File