equal
deleted
inserted
replaced
21 #define PROFILEENGINEPRIVATECRKEYS_H |
21 #define PROFILEENGINEPRIVATECRKEYS_H |
22 |
22 |
23 // INCLUDES |
23 // INCLUDES |
24 #include <e32std.h> |
24 #include <e32std.h> |
25 #include <ProfileEngineInternalCRKeys.h> |
25 #include <ProfileEngineInternalCRKeys.h> |
26 #include "ProfileEng.hrh" |
26 #include <ProfileEng.hrh> |
27 |
27 |
28 // CONSTANTS |
28 // CONSTANTS |
29 /** |
29 /** |
30 * List of IDs used for user-created profiles. Binary. |
30 * List of IDs used for user-created profiles. Binary. |
31 * |
31 * |
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 const TUint32 KProEngPreviousActiveName = 0x80000006; |
58 // |
59 // |
59 // The rest of the constants are used with profile-specific settings. The |
60 // The rest of the constants are used with profile-specific settings. The |
60 // actual key for a setting of a profile must be constructed as follows: |
61 // actual key for a setting of a profile must be constructed as follows: |
61 // |
62 // |
62 // (PROFILE_ID << 32) & SETTING_CONSTANT |
63 // (PROFILE_ID << 32) & SETTING_CONSTANT |