homescreenpluginsrv/hspsmanager/inc/hspsrominstaller.h
branchRCL_3
changeset 19 edd621764147
parent 15 a0713522ab97
child 22 1b207dd38b72
equal deleted inserted replaced
16:b276298d5729 19:edd621764147
   161          * Retrieves manifest files from both Z and C drives located in
   161          * Retrieves manifest files from both Z and C drives located in
   162          * \\private\200159C0\install\ paths.
   162          * \\private\200159C0\install\ paths.
   163          * @since S60 5.0
   163          * @since S60 5.0
   164          */
   164          */
   165         void FindInstallationFilesL(  
   165         void FindInstallationFilesL(  
   166                 RPointerArray<HBufC>& aFolders );
   166                 RPointerArray<HBufC>& aFileArray );
   167         
   167         
   168         void DoFindInstallationFilesL(  
   168         void DoFindInstallationFilesL(  
   169                 RPointerArray<HBufC>& aFolders,
   169                 RPointerArray<HBufC>& aFileArray,
   170                 const TDesC& aPath );
   170                 const TDesC& aPath );
   171         
   171         
   172         /**
   172         /**
   173          * Finds an installation file from a directory structure 
   173          * Finds an installation file from a directory structure 
   174          * which has UID in hex format as folder name.
   174          * which has UID in hex format as folder name.