27 // INTERNAL INCLUDES |
27 // INTERNAL INCLUDES |
28 #include "ProfileMmfInfoUtility.h" |
28 #include "ProfileMmfInfoUtility.h" |
29 |
29 |
30 // EXTERNAL INCLUDES |
30 // EXTERNAL INCLUDES |
31 #include <centralrepository.h> |
31 #include <centralrepository.h> |
32 #include <profileenginedomaincrkeys.h> // KProEngRingingToneMaxSize |
32 #include <ProfileEngineDomainCRKeys.h> // KProEngRingingToneMaxSize |
33 #include <bautils.h> // BaflUtils |
33 #include <bautils.h> // BaflUtils |
34 #include <apgcli.h> // RApaLsSession |
34 #include <apgcli.h> // RApaLsSession |
35 #include <coemain.h> // CCoeEnv |
35 #include <coemain.h> // CCoeEnv |
36 #include <aknnotewrappers.h> // CAknInformationNote |
36 #include <aknnotewrappers.h> // CAknInformationNote |
37 #include <ConeResLoader.h> // RConeResourceLoader |
37 #include <ConeResLoader.h> // RConeResourceLoader |
38 #include <StringLoader.h> |
38 #include <StringLoader.h> |
39 #include <mprofileengineextended.h> |
39 #include <MProfileEngineExtended.h> |
40 #include <mprofileslocalfeatures.h> |
40 #include <MProfilesLocalFeatures.h> |
41 #include <mprofileextended.h> |
41 #include <MProfileExtended.h> |
42 #include <mprofilesetextratones.h> |
42 #include <MProfileSetExtraTones.h> |
43 #include <MProfileSetTones.h> |
43 #include <MProfileSetTones.h> |
44 #include <mprofileextratones.h> |
44 #include <MProfileExtraTones.h> |
45 #include <mprofiletones.h> |
45 #include <MProfileTones.h> |
46 #include <mprofilesnamesarray.h> |
46 #include <MProfilesNamesArray.h> |
47 #include <mprofilename.h> |
47 #include <MProfileName.h> |
48 #include <mprofileutilitysingleton.h> |
48 #include <MProfileUtilitySingleton.h> |
49 #include <ProfileSettingsView.rsg> |
49 #include <ProfileSettingsView.rsg> |
50 #include <AknGlobalNote.h> |
50 #include <AknGlobalNote.h> |
51 #include <f32file.h> |
51 #include <f32file.h> |
52 |
52 |
53 namespace |
53 namespace |