diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_anim_example_8mmp-source.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_anim_example_8mmp-source.html Tue Mar 30 11:56:28 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ - -
-00001 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). -00002 // All rights reserved. -00003 // This component and the accompanying materials are made available -00004 // under the terms of "Eclipse Public License v1.0" -00005 // which accompanies this distribution, and is available -00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html". -00007 // -00008 // Initial Contributors: -00009 // Nokia Corporation - initial contribution. -00010 // -00011 // Contributors: -00012 // -00013 // Description: -00014 // -00015 -00016 epocstacksize 0x5000 -00017 -00018 TARGETPATH /sys/bin -00019 -00020 TARGET animexample.exe -00021 TARGETTYPE exe -00022 -00023 UID 0x100039CE 0xE80000A5 -00024 -00025 VENDORID 0x70000001 -00026 -00027 SOURCEPATH . -00028 -00029 SOURCE Anim_Main.cpp -00030 SOURCE Anim_Application.cpp -00031 SOURCE Anim_Document.cpp -00032 SOURCE Anim_AppUi.cpp -00033 SOURCE Anim_AppView.cpp -00034 SOURCE AnimMover.cpp -00035 -00036 USERINCLUDE . -00037 -00038 SYSTEMINCLUDE /epoc32/include -00039 SYSTEMINCLUDE /epoc32/include/techview -00040 SYSTEMINCLUDE /epoc32/include/libc -00041 -00042 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib -00043 LIBRARY eikdlg.lib eikcoctl.lib gdi.lib -00044 LIBRARY eikctl.lib bafl.lib charconv.lib -00045 LIBRARY efsrv.lib estor.lib eikfile.lib -00046 LIBRARY techviewctl.lib -00047 LIBRARY animation.lib -00048 LIBRARY ws32.lib -00049 LIBRARY estlib.lib -00050 -00051 START RESOURCE AnimExample.rss -00052 HEADER -00053 TARGETPATH /resource/apps -00054 END -00055 -00056 START RESOURCE AnimExample_reg.rss -00057 TARGETPATH /private/10003a3f/apps -00058 END -00059 -00060 START BITMAP animexample_icon.mbm -00061 HEADER -00062 TARGETPATH /resource/apps -00063 SOURCE c8 AnimExample_24.BMP AnimExample_2M.BMP -00064 SOURCE c8 AnimExample_32.BMP AnimExample_3M.BMP -00065 SOURCE c8 AnimExample_48.BMP AnimExample_4M.BMP -00066 END -00067 -00068 -00069 SMPSAFE -