homescreenpluginsrv/hspsmanager/inc/hspsinstallationhandler.h
branchRCL_3
changeset 78 1b207dd38b72
parent 74 edd621764147
child 82 ace62b58f4b2
equal deleted inserted replaced
74:edd621764147 78:1b207dd38b72
   207          * Disables "configuration was installed" notifications
   207          * Disables "configuration was installed" notifications
   208          * @since S60 5.0
   208          * @since S60 5.0
   209          */
   209          */
   210         void DisableNotifications();
   210         void DisableNotifications();
   211         
   211         
       
   212         /**
       
   213          * Disables installation of UDA and eMMC content.
       
   214          * @since S60 5.2
       
   215          */
       
   216         void DisableUdaEmmcInstallations();
       
   217         
   212     public: // Functions from base classes
   218     public: // Functions from base classes
   213 
   219 
   214         /**
   220         /**
   215         * From MhspsInstallationService hspsInstallTheme
   221         * From MhspsInstallationService hspsInstallTheme
   216         * 
   222         * 
   796         TBool iDisableNotifications;
   802         TBool iDisableNotifications;
   797 
   803 
   798         // Set if installation files are located in ROM or in UDA, validation is not required
   804         // Set if installation files are located in ROM or in UDA, validation is not required
   799         TBool iTrustedInstallation;
   805         TBool iTrustedInstallation;
   800         
   806         
       
   807         // Set if installation files should be searched from UDA and eMMC drives
       
   808         TBool iInstallFromUDAEmmc;
       
   809         
   801         // Set if widget mutliinstance flag
   810         // Set if widget mutliinstance flag
   802         TInt32 iMultiInstance;
   811         TInt32 iMultiInstance;
   803 
   812 
   804         // Set if the multiinstance element is present in the manifest.dat file
   813         // Set if the multiinstance element is present in the manifest.dat file
   805         TBool iMultiInstanceFound;
   814         TBool iMultiInstanceFound;