installationservices/swi/inc/swi/sisregistryentry.h
changeset 5 3eebb1e54d3a
parent 0 ba25891c3a9e
equal deleted inserted replaced
3:127731b7107d 5:3eebb1e54d3a
   468 	* Returns ETrue if the SIS package is signed by a certificate trusted by the device (SU)
   468 	* Returns ETrue if the SIS package is signed by a certificate trusted by the device (SU)
   469 	* for eclipsing of files on the Z drive
   469 	* for eclipsing of files on the Z drive
   470 	*
   470 	*
   471 	*/
   471 	*/
   472 	IMPORT_C TBool IsSignedBySuCertL();
   472 	IMPORT_C TBool IsSignedBySuCertL();
       
   473 
       
   474 	/**
       
   475     * Returns the list of files that were created internally by registry. This function
       
   476 	* is to be used to determine the list of internal files that are not to be removed for
       
   477 	* an NR package during an RFS(Restore Factory Settings).
       
   478     *
       
   479     * @param aRegistryFiles     The array of filenames with complete path
       
   480     */
       
   481     IMPORT_C void RegistryFilesL(RPointerArray<HBufC>& aRegistryFiles);
   473 		
   482 		
   474 protected:
   483 protected:
   475 	/**
   484 	/**
   476      * @internalComponent
   485      * @internalComponent
   477 	 */
   486 	 */