17 |
17 |
18 |
18 |
19 |
19 |
20 // INCLUDE FILES |
20 // INCLUDE FILES |
21 #include "CProfileEngineImpl.h" |
21 #include "CProfileEngineImpl.h" |
|
22 #include "CProfilesNamesArrayImpl.h" |
|
23 #include "CProfileImpl.h" |
|
24 #include "CProfileNameImpl.h" |
|
25 #include "ProfileEngUtils.h" |
|
26 #include "ProfileEngPanic.h" |
|
27 #include "CProfileTiming.h" |
|
28 #include "ProfileEnginePrivateCRKeys.h" |
|
29 #include "ProfilesDebug.h" |
22 #include <bautils.h> // BaflUtils |
30 #include <bautils.h> // BaflUtils |
23 #include <barsc.h> // RResoureFile |
31 #include <barsc.h> // RResoureFile |
24 #include <featmgr.h> |
32 #include <featmgr.h> |
25 #include <bldvariant.hrh> |
33 #include <bldvariant.hrh> |
26 #include <DRMCommon.h> |
34 #include <DRMCommon.h> |
27 #include <sysutil.h> |
35 #include <sysutil.h> |
28 |
36 |
29 #include <ProfileEng.rsg> |
37 #include <ProfileEng.rsg> |
30 #include <TProfileToneSettings.h> |
38 #include <TProfileToneSettings.h> |
31 #include <MProfileTones.h> |
39 #include <MProfileTones.h> |
32 #include "CProfilesNamesArrayImpl.h" |
40 #include <MProfileSetName.h> |
33 #include "CProfileImpl.h" |
41 #include <ProfileEng.hrh> |
34 #include "CProfileNameImpl.h" |
42 #include <ProfileEngineConstants.h> |
35 #include "ProfileEngUtils.h" |
43 #include <MProfileSetTones.h> |
36 #include "MProfileSetName.h" |
44 #include <MProfileSetExtraTones.h> |
37 #include "ProfileEng.hrh" |
45 #include <MProfileExtraSettings.h> |
38 #include "ProfileEngineConstants.h" |
46 #include <MProfileFeedbackSettings.h> |
39 #include "ProfileEngPanic.h" |
47 #include <MProfilesLocalFeatures.h> |
40 #include "MProfileSetTones.h" |
48 #include <MProfileUtilitySingleton.h> |
41 #include "MProfileSetExtraTones.h" |
49 #include <ProfilesVariant.hrh> // KProEngFeatureIdVTRingingTone |
42 #include "MProfileExtraSettings.h" |
|
43 #include "MProfileFeedbackSettings.h" |
|
44 #include "MProfilesLocalFeatures.h" |
|
45 #include "MProfileUtilitySingleton.h" |
|
46 #include "ProfilesVariant.hrh" // KProEngFeatureIdVTRingingTone |
|
47 #include "CProfileTiming.h" |
|
48 #include <centralrepository.h> |
50 #include <centralrepository.h> |
49 #include "ProfileEnginePrivateCRKeys.h" |
51 #include <ProfileEnginePrivatePSKeys.h> |
50 #include "ProfileEnginePrivatePSKeys.h" |
|
51 #include <hwrmvibrasdkcrkeys.h> |
52 #include <hwrmvibrasdkcrkeys.h> |
52 #include <data_caging_path_literals.hrh> |
53 #include <data_caging_path_literals.hrh> |
53 #include "ProfilesDebug.h" |
|
54 |
54 |
55 #include <psmsettings.h> |
55 #include <psmsettings.h> |
56 #include <psmsrvdomaincrkeys.h> |
56 #include <psmsrvdomaincrkeys.h> |
57 |
57 |
58 |
58 |