The S60 platform provides support for the backup of data to and the restoration of data from a compatible connected PC. Information about the files to back up is stored in the project's sis folder's backup_registration.xml file.
The HelloWorldBasic example backup registration file is as follows:
<?xml version="1.0" standalone="yes"?> <backup_registration> <system_backup/> <restore requires_reboot = "no"/> </backup_registration>
In this case, the HelloWorldBasic example defines that its system files should be backed up, and that its restoration does not require a reboot.
For more information on backing up and restoring, see How-To Write Backup-aware Software in the Symbian OS Library.