21 #include <gsparentplugin.h> |
21 #include <gsparentplugin.h> |
22 #include <gscommon.hrh> |
22 #include <gscommon.hrh> |
23 #include <GSProfilesPluginRsc.rsg> // GUI Resource |
23 #include <GSProfilesPluginRsc.rsg> // GUI Resource |
24 #include <gsprofilesplugin.mbg> |
24 #include <gsprofilesplugin.mbg> |
25 #include <gsprivatepluginproviderids.h> |
25 #include <gsprivatepluginproviderids.h> |
26 #include <profileenginesdkcrkeys.h> |
26 #include <ProfileEngineSDKCRKeys.h> |
27 #include <hwrmvibrasdkcrkeys.h> |
27 #include <hwrmvibrasdkcrkeys.h> |
28 |
28 |
29 // System includes |
29 // System includes |
30 #include <apadoc.h> |
30 #include <apadoc.h> |
31 #include <aknnullservice.h> |
31 #include <aknnullservice.h> |
32 #include <bautils.h> |
32 #include <bautils.h> |
33 #include <StringLoader.h> |
33 #include <StringLoader.h> |
34 #include <centralrepository.h> |
34 #include <centralrepository.h> |
35 |
35 |
36 #include <proengfactory.h> |
36 #include <ProEngFactory.h> |
37 #include <mprofileengine.h> |
37 #include <MProfileEngine.h> |
38 #include <mprofile.h> |
38 #include <MProfile.h> |
39 #include <mprofiletones.h> |
39 #include <MProfileTones.h> |
40 #include <mproengtonesettings.h> |
40 #include <MProEngToneSettings.h> |
41 #include <mprofileextrasettings.h> |
41 #include <MProfileExtraSettings.h> |
42 #include <mprofilefeedbacksettings.h> |
42 #include <MProfileFeedbackSettings.h> |
43 #include <tprofiletonesettings.h> |
43 #include <TProfileToneSettings.h> |
44 |
44 |
45 #include <profileeng.hrh> |
45 #include <ProfileEng.hrh> |
46 #include <profileengineinternalcrkeys.h> |
46 #include <ProfileEngineInternalCRKeys.h> |
47 |
47 |
48 // PSM client |
48 // PSM client |
49 #include <psmclient.h> |
49 #include <psmclient.h> |
50 #include <psmsettings.h> |
50 #include <psmsettings.h> |
51 #include <e32property.h> |
51 #include <e32property.h> |
52 #include <mprofileengineextended.h> |
52 #include <MProfileEngineExtended.h> |
53 #include <mprofileextended.h> |
53 #include <MProfileExtended.h> |
54 #include <profileengineprivatepskeys.h> |
54 #include <ProfileEnginePrivatePSKeys.h> |
55 |
55 |
56 |
56 |
57 // ========================= MEMBER FUNCTIONS ================================ |
57 // ========================= MEMBER FUNCTIONS ================================ |
58 |
58 |
59 // --------------------------------------------------------------------------- |
59 // --------------------------------------------------------------------------- |