emailcontacts/remotecontactlookup/engine/inc/pbkxrclengineconstants.h
branchRCL_3
changeset 33 da5135c61bad
parent 32 a3a1ae9acec6
child 34 cd2816114bd1
equal deleted inserted replaced
32:a3a1ae9acec6 33:da5135c61bad
     1 /*
       
     2 * Copyright (c) 2007 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:  Definition of the class CPbkxRclSearchEngine.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PBKXRCLENGINECONSTANTS_H
       
    20 #define PBKXRCLENGINECONSTANTS_H
       
    21 
       
    22 // engine resource file
       
    23 _LIT( KResourceFile, "pbkxrclengine.rsc" );
       
    24 
       
    25 // engine icon file
       
    26 _LIT( KEngineIconFile, "pbkxrclengine.mif" );
       
    27 
       
    28 // Max matches.
       
    29 const TInt KMaxMatches = 50;
       
    30 
       
    31 // Default array granularity in RCL.
       
    32 const TInt KArrayGranularity = 10;
       
    33 
       
    34 // Add recipient action menu icon.
       
    35 // <cmail> S60 UID update
       
    36 #define KPbkxRclAddRecipientActionUid TUid::Uid( 0x2001FE14 )
       
    37 // </cmail> S60 UID update
       
    38 
       
    39 // Add recipient action menu priority.
       
    40 const TInt KPbkxRclAddRecipientPriority = KMaxTInt;
       
    41 
       
    42 // Path to avkon mif file.
       
    43 //<cmail> removing hard coded paths
       
    44 _LIT( KAvkonMif, "avkon2.mif" );
       
    45 //</cmail>
       
    46 
       
    47 // Unique identified to rcl setting item.
       
    48 const TInt KPbkxRclSettingItemId = 0x53EF82CB;
       
    49 
       
    50 // Extra space in list box entry item because of inserted tabulators
       
    51 const TInt KExtraSpaceInListboxEntry = 10;
       
    52 
       
    53 // Name format.
       
    54 _LIT( KNameFormat, "%S %S" );
       
    55 
       
    56 #endif