tactilefeedback/tactilefeedbackresolver/inc/tactilefeedbackdomaincrkeys.h
changeset 22 4838b44af342
parent 0 d54f32e146dd
equal deleted inserted replaced
17:8e4f1d643852 22:4838b44af342
    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\\10.1_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;
       
    66 const TUint32 KTactileHapticsLevel4IVTFile          = 0x00000018;
       
    67 const TUint32 KTactileHapticsLevel5IVTFile          = 0x00000019;
    64 
    68 
    65 /**
    69 /**
    66 * Number of steps used to adjust vibra feedback strength
    70 * Number of steps used to adjust vibra feedback strength
    67 *
    71 *
    68 * Possible values are:
    72 * Possible values are:
    69 * 1-100
    73 * 1-100
    70 *
    74 *
    71 * Default value: 10
    75 * Default value: 10
    72 **/
    76 **/
    73 const TUint32 KTactileFeedbackVibraLevels           = 0x00000016;
    77 const TUint32 KTactileFeedbackVibraLevels           = 0x0000001a;
    74 
    78 
    75 /**
    79 /**
    76 * Number of steps used to adjust audio feedback volume
    80 * Number of steps used to adjust audio feedback volume
    77 *
    81 *
    78 * Possible values are:
    82 * Possible values are:
    79 * 1-100
    83 * 1-100
    80 *
    84 *
    81 * Default value: 3
    85 * Default value: 3
    82 **/
    86 **/
    83 const TUint32 KTactileFeedbackAudioLevels           = 0x00000017;
    87 const TUint32 KTactileFeedbackAudioLevels           = 0x0000001b;
    84 
    88 
    85 #endif  // TACTILEFEEDBACKDOMAINCRKEYS_H
    89 #endif  // TACTILEFEEDBACKDOMAINCRKEYS_H
    86 
    90 
    87 // End of File
    91 // End of File