tactilefeedback/tactilefeedbackresolver/inc/tactilefeedbackdomaincrkeys.h
branchRCL_3
changeset 36 39d4c97df8cb
parent 13 a4df7952b706
child 37 09b094b73eb8
equal deleted inserted replaced
34:d57e599df233 36:39d4c97df8cb
    56 * Full path of the IVT file, which is used to play haptics effects. 
    56 * Full path of the IVT file, which is used to play haptics effects. 
    57 *
    57 *
    58 * Possible values are:
    58 * Possible values are:
    59 * Valid path to IVT file. 
    59 * Valid path to IVT file. 
    60 *
    60 *
    61 * Default value: "z:\\private\\10003B20\\9.2_TactileFeedbackLevel*_A.ivt"
    61 * Default value: "z:\\private\\10003B20\\10.1_TactileFeedbackLevel*_A.ivt"
    62 **/
    62 **/
    63 const TUint32 KTactileHapticsLevel1IVTFile          = 0x00000015;
    63 const TUint32 KTactileHapticsLevel1IVTFile          = 0x00000015;
    64 const TUint32 KTactileHapticsLevel2IVTFile          = 0x00000016;
    64 const TUint32 KTactileHapticsLevel2IVTFile          = 0x00000016;
    65 const TUint32 KTactileHapticsLevel3IVTFile          = 0x00000017;
    65 const TUint32 KTactileHapticsLevel3IVTFile          = 0x00000017;
       
    66 const TUint32 KTactileHapticsLevel4IVTFile          = 0x00000018;
       
    67 const TUint32 KTactileHapticsLevel5IVTFile          = 0x00000019;
    66 
    68 
    67 /**
    69 /**
    68 * Number of steps used to adjust vibra feedback strength
    70 * Number of steps used to adjust vibra feedback strength
    69 *
    71 *
    70 * Possible values are:
    72 * Possible values are:
    71 * 1-100
    73 * 1-100
    72 *
    74 *
    73 * Default value: 10
    75 * Default value: 10
    74 **/
    76 **/
    75 const TUint32 KTactileFeedbackVibraLevels           = 0x00000018;
    77 const TUint32 KTactileFeedbackVibraLevels           = 0x0000001a;
    76 
    78 
    77 /**
    79 /**
    78 * Number of steps used to adjust audio feedback volume
    80 * Number of steps used to adjust audio feedback volume
    79 *
    81 *
    80 * Possible values are:
    82 * Possible values are:
    81 * 1-100
    83 * 1-100
    82 *
    84 *
    83 * Default value: 3
    85 * Default value: 3
    84 **/
    86 **/
    85 const TUint32 KTactileFeedbackAudioLevels           = 0x00000019;
    87 const TUint32 KTactileFeedbackAudioLevels           = 0x0000001b;
    86 
    88 
    87 #endif  // TACTILEFEEDBACKDOMAINCRKEYS_H
    89 #endif  // TACTILEFEEDBACKDOMAINCRKEYS_H
    88 
    90 
    89 // End of File
    91 // End of File