diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/dummy__backup_8mmp-source.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/dummy__backup_8mmp-source.html Tue Mar 30 11:56:28 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ - -
-00001 //dummy_backup.mmp -00002 // -00003 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -00004 // All rights reserved. -00005 // This component and the accompanying materials are made available -00006 // under the terms of "Eclipse Public License v1.0" -00007 // which accompanies this distribution, and is available -00008 // at the URL "http://www.eclipse.org/legal/epl-v10.html". -00009 // -00010 // Initial Contributors: -00011 // Nokia Corporation - initial contribution. -00012 // -00013 // Contributors: -00014 // -00015 // Description: Dummy back up component is used to demonstrate the utility of -00016 // System State Manager. When there is change in the value of a SwP or a change of state, -00017 // the command list can invoke this process which can back up all the contacts, messages, etc. -00018 // This is a dummy application, so it prints a series of statements saying that a -00019 // back up of contacts, messages, files, etc. is performed. -00020 // -00021 -00022 TARGET dummybackup.exe -00023 TARGETTYPE exe -00024 UID 0 0xE80000F4 -00025 -00026 CAPABILITY none -00027 -00028 SYSTEMINCLUDE /epoc32/include -00029 -00030 SOURCEPATH ../src/ -00031 SOURCE dummy_backup.cpp -00032 -00033 LIBRARY euser.lib -00034 SMPSAFE -00035 -00036 -