phonebookui/Phonebook2/inc/Phonebook2InternalCRKeys.h
branchRCL_3
changeset 45 34879f5cfc63
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
39:a6539d1e8e43 45:34879f5cfc63
    22 // --------------------------------------------------------------------------
    22 // --------------------------------------------------------------------------
    23 // Phonebook Central Repository UIDs
    23 // Phonebook Central Repository UIDs
    24 // --------------------------------------------------------------------------
    24 // --------------------------------------------------------------------------
    25 //
    25 //
    26 const TUint32 KCRUidPhonebookInternalConfig                 = 0x101f884a;
    26 const TUint32 KCRUidPhonebookInternalConfig                 = 0x101f884a;
       
    27 // value redefined and used also in CVPbkPhoneNumberMatchStrategy.cpp
    27 const TUint32 KCRUidPhonebookStoreConfiguration             = 0x1020727f;
    28 const TUint32 KCRUidPhonebookStoreConfiguration             = 0x1020727f;
    28 
    29 
    29 // --------------------------------------------------------------------------
    30 // --------------------------------------------------------------------------
    30 // Phonebook Internal Configuration API
    31 // Phonebook Internal Configuration API
    31 // --------------------------------------------------------------------------
    32 // --------------------------------------------------------------------------
    40 const TUint32 KPhonebookDefaultSavingStoreUri               = 0x00000001;
    41 const TUint32 KPhonebookDefaultSavingStoreUri               = 0x00000001;
    41 
    42 
    42 /// Current configuration key range 0x00000100 to 0x000001ff
    43 /// Current configuration key range 0x00000100 to 0x000001ff
    43 const TUint32 KPhonebookCurrentConfigurationFirstKey        = 0x00000100;
    44 const TUint32 KPhonebookCurrentConfigurationFirstKey        = 0x00000100;
    44 const TUint32 KPhonebookCurrentConfigurationLastKey         = 0x000001ff;
    45 const TUint32 KPhonebookCurrentConfigurationLastKey         = 0x000001ff;
       
    46 // value redefined and used also in CVPbkPhoneNumberMatchStrategy.cpp
    45 const TUint32 KPhonebookCurrentConfigurationPartialKey      = 0x00000100;
    47 const TUint32 KPhonebookCurrentConfigurationPartialKey      = 0x00000100;
       
    48 // value redefined and used also in CVPbkPhoneNumberMatchStrategy.cpp
    46 const TUint32 KPhonebookCurrentConfigurationMask            = 0xffffff00;
    49 const TUint32 KPhonebookCurrentConfigurationMask            = 0xffffff00;
    47 
    50 
    48 /// Possible configuration key range 0x00000200 to 0x000002ff
    51 /// Possible configuration key range 0x00000200 to 0x000002ff
    49 const TUint32 KPhonebookSupportedConfigurationFirstKey      = 0x00000200;
    52 const TUint32 KPhonebookSupportedConfigurationFirstKey      = 0x00000200;
    50 const TUint32 KPhonebookSupportedConfigurationLastKey       = 0x000002ff;
    53 const TUint32 KPhonebookSupportedConfigurationLastKey       = 0x000002ff;