phone_plat/telephony_configuration_api/inc/telconfigcrkeys.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
child 81 c26cc2a7c548
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    29 const TUid KCRUidTelConfiguration = {0x102828B8};
    29 const TUid KCRUidTelConfiguration = {0x102828B8};
    30 
    30 
    31 /**
    31 /**
    32 * Amount of digits to be used in contact matching.
    32 * Amount of digits to be used in contact matching.
    33 * This allows a customer to variate the amount of digits to be matched.
    33 * This allows a customer to variate the amount of digits to be matched.
       
    34 * Note that altough PhoneApp doesn't use this value anymore, there are other
       
    35 * users for it in S60 SW. 
    34 */
    36 */
    35 const TUint32 KTelMatchDigits                               = 0x00000001;
    37 const TUint32 KTelMatchDigits                               = 0x00000001;
    36 
    38 
    37 #endif      // TELCONFIGCRKEYS_H
    39 #endif      // TELCONFIGCRKEYS_H
    38 
    40