contacts_plat/predictivesearch_utils_api/inc/CPcsDefs.h
branchRCL_3
changeset 32 2828b4d142c0
parent 15 e8e3147d53eb
child 35 4ae315f230bc
equal deleted inserted replaced
26:0d28c1c5b6dd 32:2828b4d142c0
   126  */
   126  */
   127 const TUid KPcsPluginInterfaceUid   = { 0x2000B5BD };
   127 const TUid KPcsPluginInterfaceUid   = { 0x2000B5BD };
   128 const TUid KPcsAlgorithm1           = { 0x2000B5BE };
   128 const TUid KPcsAlgorithm1           = { 0x2000B5BE };
   129 const TUid KPsDataStoreInterfaceUid = { 0x2000B5C0 };
   129 const TUid KPsDataStoreInterfaceUid = { 0x2000B5C0 };
   130 
   130 
   131 const TInt KLinksToFetchInOneGo = 500;
   131 const TInt KLinksToFetchInOneGo = 20;
   132 
   132 
   133 /**
   133 /**
   134  * Max number of supported languages for Key Map
   134  * Max number of supported languages for Key Map
   135  */
   135  */
   136 const TInt KMaxNbrOfLangKeymapping = 10;
   136 const TInt KMaxNbrOfLangKeymapping = 10;