tactilefeedback/tactilefeedbackresolver/inc/tactilefeedbackdomaincrkeys.h
branchRCL_3
changeset 37 09b094b73eb8
parent 36 39d4c97df8cb
equal deleted inserted replaced
36:39d4c97df8cb 37:09b094b73eb8
    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\\10.1_TactileFeedbackLevel*_A.ivt"
    61 * Default value: "z:\\private\\10003B20\\9.2_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;
       
    68 
    66 
    69 /**
    67 /**
    70 * Number of steps used to adjust vibra feedback strength
    68 * Number of steps used to adjust vibra feedback strength
    71 *
    69 *
    72 * Possible values are:
    70 * Possible values are:
    73 * 1-100
    71 * 1-100
    74 *
    72 *
    75 * Default value: 10
    73 * Default value: 10
    76 **/
    74 **/
    77 const TUint32 KTactileFeedbackVibraLevels           = 0x0000001a;
    75 const TUint32 KTactileFeedbackVibraLevels           = 0x00000018;
    78 
    76 
    79 /**
    77 /**
    80 * Number of steps used to adjust audio feedback volume
    78 * Number of steps used to adjust audio feedback volume
    81 *
    79 *
    82 * Possible values are:
    80 * Possible values are:
    83 * 1-100
    81 * 1-100
    84 *
    82 *
    85 * Default value: 3
    83 * Default value: 3
    86 **/
    84 **/
    87 const TUint32 KTactileFeedbackAudioLevels           = 0x0000001b;
    85 const TUint32 KTactileFeedbackAudioLevels           = 0x00000019;
    88 
    86 
    89 #endif  // TACTILEFEEDBACKDOMAINCRKEYS_H
    87 #endif  // TACTILEFEEDBACKDOMAINCRKEYS_H
    90 
    88 
    91 // End of File
    89 // End of File