phonebookui/Phonebook2/inc/Phonebook2PrivateCRKeys.h
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Phonebook 2 private central repository keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PHONEBOOK2PRIVATECRKEYS_H
       
    20 #define PHONEBOOK2PRIVATECRKEYS_H
       
    21 
       
    22 #include <Phonebook2InternalCRKeys.h>
       
    23 
       
    24 // --------------------------------------------------------------------------
       
    25 // Phonebook Central Repository UIDs
       
    26 // --------------------------------------------------------------------------
       
    27 //
       
    28 const TUint32 KCRUidPhonebook                               = 0x101f8794;
       
    29 
       
    30 // --------------------------------------------------------------------------
       
    31 // Phonebook Private Configuration API
       
    32 // --------------------------------------------------------------------------
       
    33 //
       
    34 const TUint32 KPhonebookNameOrdering                        = 0x00000001;
       
    35 const TUint32 KPhonebookLocalVariationFlags                 = 0x00000002;
       
    36 const TUint32 KPhonebookFormattingSeparator                 = 0x00000003;
       
    37 const TUint32 KPhonebookNamesListToolbarVisibility          = 0x00000004;
       
    38 const TUint32 KPhonebookDefaultContactInfoTab               = 0x00000005;
       
    39 const TUint32 KPhonebookAddFavoritiesVisibility				= 0x00000006;
       
    40 const TUint32 KPhonebooksXPExtensionPluginsName             = 0x00000007; 
       
    41 const TUint32 KPhonebookPredictiveSearchEnablerFlags        = 0x00000008; 
       
    42 const TUint32 KPhonebookStatusMessageVisibility             = 0x00000009; 
       
    43 
       
    44 #endif // PHONEBOOK2PRIVATECRKEYS_H
       
    45 
       
    46 // End of File