tactilefeedback/tactilefeedbackresolver/inc/tactilefeedbackdomaincrkeys.h
branchRCL_3
changeset 13 a4df7952b706
parent 0 d54f32e146dd
child 36 39d4c97df8cb
equal deleted inserted replaced
12:63c33341dc19 13:a4df7952b706
    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\\tactilefeedbackeffects.ivt"
    61 * Default value: "z:\\private\\10003B20\\9.2_TactileFeedbackLevel*_A.ivt"
    62 **/
    62 **/
    63 const TUint32 KTactileHapticsIVTFile                = 0x00000015;
    63 const TUint32 KTactileHapticsLevel1IVTFile          = 0x00000015;
       
    64 const TUint32 KTactileHapticsLevel2IVTFile          = 0x00000016;
       
    65 const TUint32 KTactileHapticsLevel3IVTFile          = 0x00000017;
    64 
    66 
    65 /**
    67 /**
    66 * Number of steps used to adjust vibra feedback strength
    68 * Number of steps used to adjust vibra feedback strength
    67 *
    69 *
    68 * Possible values are:
    70 * Possible values are:
    69 * 1-100
    71 * 1-100
    70 *
    72 *
    71 * Default value: 10
    73 * Default value: 10
    72 **/
    74 **/
    73 const TUint32 KTactileFeedbackVibraLevels           = 0x00000016;
    75 const TUint32 KTactileFeedbackVibraLevels           = 0x00000018;
    74 
    76 
    75 /**
    77 /**
    76 * Number of steps used to adjust audio feedback volume
    78 * Number of steps used to adjust audio feedback volume
    77 *
    79 *
    78 * Possible values are:
    80 * Possible values are:
    79 * 1-100
    81 * 1-100
    80 *
    82 *
    81 * Default value: 3
    83 * Default value: 3
    82 **/
    84 **/
    83 const TUint32 KTactileFeedbackAudioLevels           = 0x00000017;
    85 const TUint32 KTactileFeedbackAudioLevels           = 0x00000019;
    84 
    86 
    85 #endif  // TACTILEFEEDBACKDOMAINCRKEYS_H
    87 #endif  // TACTILEFEEDBACKDOMAINCRKEYS_H
    86 
    88 
    87 // End of File
    89 // End of File