profilesservices/ProfileEngine/EngInc/ProfileEnginePrivateCRKeys.h
branchRCL_3
changeset 24 8ee96d21d9bf
parent 11 23553eb4e470
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
    53  * ID for the profile deactivation. Integer.
    53  * ID for the profile deactivation. Integer.
    54  * Default value: -1
    54  * Default value: -1
    55  */
    55  */
    56 const TUint32 KProEngSchedulerTaskId       = 0x80000005;
    56 const TUint32 KProEngSchedulerTaskId       = 0x80000005;
    57 
    57 
    58 
       
    59 
       
    60 //
    58 //
    61 // The rest of the constants are used with profile-specific settings. The
    59 // The rest of the constants are used with profile-specific settings. The
    62 // actual key for a setting of a profile must be constructed as follows:
    60 // actual key for a setting of a profile must be constructed as follows:
    63 //
    61 //
    64 //   (PROFILE_ID << 32) & SETTING_CONSTANT
    62 //   (PROFILE_ID << 32) & SETTING_CONSTANT
   193  *   Outdoor (3):  1
   191  *   Outdoor (3):  1
   194  *   Pager (4):    1
   192  *   Pager (4):    1
   195  *   Off-line (5): 0
   193  *   Off-line (5): 0
   196  */
   194  */
   197 const TUint32 KProEngVibra                 = EProfileSettingIdVibra;
   195 const TUint32 KProEngVibra                 = EProfileSettingIdVibra;
   198 
       
   199 /**
       
   200  * This value indicates whether Email vibra should be on or off. Integer (0 or 1).
       
   201  *
       
   202  * Default values:
       
   203  *
       
   204  *   General (0):  0
       
   205  *   Silent (1):   0
       
   206  *   Meeting (2):  0
       
   207  *   Outdoor (3):  1
       
   208  *   Pager (4):    1
       
   209  *   Off-line (5): 0
       
   210  */
       
   211 const TUint32 KProEngEmailVibra                 = EProfileSettingIdEmailVibra;
       
   212 
   196 
   213 /**
   197 /**
   214  * This value indicates whether warning and game tones should be on or off.
   198  * This value indicates whether warning and game tones should be on or off.
   215  * Integer (0 or 1).
   199  * Integer (0 or 1).
   216  *
   200  *
   428  * Default value: 0 for all profiles
   412  * Default value: 0 for all profiles
   429  *
   413  *
   430  */
   414  */
   431 const TUint32 KProEngAudioFeedback           = EProfileSettingIdAudioFeedback;
   415 const TUint32 KProEngAudioFeedback           = EProfileSettingIdAudioFeedback;
   432 
   416 
       
   417 /**
       
   418  * 
       
   419  */
       
   420 const TUint32 KProEngReminderTone            = EProfileSettingIdReminderTone;
       
   421 
       
   422 /**
       
   423  * 
       
   424  */
       
   425 const TUint32 KProEngClockAlarmTone          = EProfileSettingIdClockAlarmTone;
       
   426 
       
   427 /**
       
   428  * 
       
   429  */
       
   430 const TUint32 KProEngAlertVibra              = EProfileSettingIdAlertVibra;
   433 
   431 
   434 /**
   432 /**
   435  * The id used for storing the default settings for user created profiles.
   433  * The id used for storing the default settings for user created profiles.
   436  */
   434  */
   437 const TInt KProEngDefaultProfileId = 0x007F;
   435 const TInt KProEngDefaultProfileId = 0x007F;