equal
deleted
inserted
replaced
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 * If the current active profile is timed, this contains the Name of the previous |
|
60 * active profile. String. |
|
61 * Default value: Null |
|
62 */ |
58 const TUint32 KProEngPreviousActiveName = 0x80000006; |
63 const TUint32 KProEngPreviousActiveName = 0x80000006; |
|
64 |
59 // |
65 // |
60 // The rest of the constants are used with profile-specific settings. The |
66 // The rest of the constants are used with profile-specific settings. The |
61 // actual key for a setting of a profile must be constructed as follows: |
67 // actual key for a setting of a profile must be constructed as follows: |
62 // |
68 // |
63 // (PROFILE_ID << 32) & SETTING_CONSTANT |
69 // (PROFILE_ID << 32) & SETTING_CONSTANT |