homescreenpluginsrv/hspsmanager/inc/hspsinstallationhandler.h
branchRCL_3
changeset 9 d0529222e3f0
parent 0 79c6a41cd166
child 19 502e5d91ad42
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
   639         void ParseIconDeclarationL( 
   639         void ParseIconDeclarationL( 
   640                 HBufC8& aValue8, 
   640                 HBufC8& aValue8, 
   641                 const TDesC8& aTag,
   641                 const TDesC8& aTag,
   642                 HBufC*& aResultString );
   642                 HBufC*& aResultString );
   643         
   643         
       
   644         /**
       
   645          * Enabler for customization where the input is
       
   646          * searched from all unremovable drives (eclipsing).
       
   647          * Drives are searched in descending alphabetical order, 
       
   648          * from Y: to A:, and ending with the Z: drive. 
       
   649          * All drives which end-user can freely modify/crack 
       
   650          * are skipped from the search.         
       
   651          * @since S60 5.2
       
   652          * @param aPath Path to the resource file (input)
       
   653          * @param aFilename Name and extension of the file (input)
       
   654          * @param aDrivePathName Full path with a drive letter to the 
       
   655          *                       resource file (output)
       
   656          */
       
   657         void FindFile(                
       
   658                 const TDesC& aPath,
       
   659                 const TDesC& aFilename,
       
   660                 TFileName& aDrivePathName );
   644     public: 
   661     public: 
   645         
   662         
   646         ChspsResult* iResult;
   663         ChspsResult* iResult;
   647     
   664     
   648     private:// Data
   665     private:// Data