contacts_plat/predictivesearch_client_api/tsrc/PsClientTestSuite/inc/psclienttestsuitedefs.h
branchRCL_3
changeset 6 e8e3147d53eb
parent 0 e686773b3f54
child 13 a6539d1e8e43
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
    38 /* Configration file parameters
    38 /* Configration file parameters
    39  * Key board modes. The string mentioned below are used in the configuration
    39  * Key board modes. The string mentioned below are used in the configuration
    40  * parameters in the psclientapitest.cfg file. 
    40  * parameters in the psclientapitest.cfg file. 
    41  */
    41  */
    42  
    42  
    43  // Keyboard modes
    43 // Keyboard modes for query
    44 _LIT(KItut,        "EItut");
    44 _LIT(KItut,                      "EItut");   // Deprecated
    45 _LIT(KQwerty,      "EQwerty");
    45 _LIT(KQwerty,                    "EQwerty"); // Deprecated
       
    46 _LIT(KPredictiveItuT,            "EPredictiveItuT");
       
    47 _LIT(KPredictiveQwerty,          "EPredictiveQwerty");
       
    48 _LIT(KPredictiveDefaultKeyboard, "EPredictiveDefaultKeyboard");
       
    49 _LIT(KNonPredictive,             "ENonPredictive");
       
    50 _LIT(KWrongKeyboardMode,         "EWrongKeyBoardMode");
       
    51 
       
    52 // Keyboard modes for query-item
       
    53 _LIT(KPredictiveItuTCode,        "i");
       
    54 _LIT(KPredictiveQwertyCode,      "q");
       
    55 _LIT(KPredictiveDefaultCode,     "d");
       
    56 _LIT(KNonPredictiveCode,         "n");
       
    57 
       
    58 // Sort Modes
    46 _LIT(KPatternSort, "EPatternSort");
    59 _LIT(KPatternSort, "EPatternSort");
    47 _LIT(KAlphaSort,   "EAlphaSort");
    60 _LIT(KAlphaSort,   "EAlphaSort");
    48 
    61 
    49 _LIT(KWrongKeyboardMode, "EWrongKeyBoardMode");
    62 // True/False
    50 
       
    51 //True/False
       
    52 _LIT(KTrue,  "ETrue");
    63 _LIT(KTrue,  "ETrue");
    53 _LIT(KFalse, "EFalse");
    64 _LIT(KFalse, "EFalse");
    54 
    65 
    55 // Configuration options
    66 // Configuration options
    56 _LIT(KCreateContacts,               "CreateContacts"); // For creating contacts
    67 _LIT(KCreateContacts,               "CreateContacts"); // For creating contacts