phonebookui/Phonebook2/inc/Phonebook2InternalCRKeys.h
changeset 0 e686773b3f54
child 15 34879f5cfc63
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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 internal central repository keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PHONEBOOK2INTERNALCRKEYS_H
       
    20 #define PHONEBOOK2INTERNALCRKEYS_H
       
    21 
       
    22 // --------------------------------------------------------------------------
       
    23 // Phonebook Central Repository UIDs
       
    24 // --------------------------------------------------------------------------
       
    25 //
       
    26 const TUint32 KCRUidPhonebookInternalConfig                 = 0x101f884a;
       
    27 const TUint32 KCRUidPhonebookStoreConfiguration             = 0x1020727f;
       
    28 
       
    29 // --------------------------------------------------------------------------
       
    30 // Phonebook Internal Configuration API
       
    31 // --------------------------------------------------------------------------
       
    32 //
       
    33 const TUint32 KPhonebookNumberEditorMaxLength               = 0x00000001;
       
    34 const TUint32 KPhonebookContactRelocationPolicy             = 0x00000002;
       
    35 
       
    36 // --------------------------------------------------------------------------
       
    37 // Phonebook 2 Store Configuration API
       
    38 // --------------------------------------------------------------------------
       
    39 //
       
    40 const TUint32 KPhonebookDefaultSavingStoreUri               = 0x00000001;
       
    41 
       
    42 /// Current configuration key range 0x00000100 to 0x000001ff
       
    43 const TUint32 KPhonebookCurrentConfigurationFirstKey        = 0x00000100;
       
    44 const TUint32 KPhonebookCurrentConfigurationLastKey         = 0x000001ff;
       
    45 const TUint32 KPhonebookCurrentConfigurationPartialKey      = 0x00000100;
       
    46 const TUint32 KPhonebookCurrentConfigurationMask            = 0xffffff00;
       
    47 
       
    48 /// Possible configuration key range 0x00000200 to 0x000002ff
       
    49 const TUint32 KPhonebookSupportedConfigurationFirstKey      = 0x00000200;
       
    50 const TUint32 KPhonebookSupportedConfigurationLastKey       = 0x000002ff;
       
    51 const TUint32 KPhonebookSupportedConfigurationPartialKey    = 0x00000200;
       
    52 const TUint32 KPhonebookSupportedConfigurationMask          = 0xffffff00;
       
    53 
       
    54 #endif // PHONEBOOK2INTERNALCRKEYS_H
       
    55 
       
    56 // End of File