diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_clock_example_8mmp-source.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_clock_example_8mmp-source.html Tue Mar 30 11:56:28 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,83 +0,0 @@ - -
-00001 // Copyright (c) 2005-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 -00017 epocstacksize 0x5000 -00018 -00019 TARGETPATH /sys/bin -00020 -00021 TARGET clockexample.exe -00022 TARGETTYPE exe -00023 -00024 UID 0x100039CE 0xE8000098 -00025 -00026 VENDORID 0x70000001 -00027 -00028 SOURCEPATH . -00029 -00030 SOURCE ClockExample_Main.cpp -00031 SOURCE ClockExample_Application.cpp -00032 SOURCE ClockExample_Document.cpp -00033 SOURCE ClockExample_AppUi.cpp -00034 SOURCE ClockExample_AppView.cpp -00035 -00036 USERINCLUDE . -00037 -00038 SYSTEMINCLUDE /epoc32/include -00039 SYSTEMINCLUDE /epoc32/include/techview -00040 -00041 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib -00042 LIBRARY fbscli.lib ws32.lib gdi.lib clock.lib -00043 -00044 START RESOURCE ClockExample.rss -00045 HEADER -00046 TARGETPATH /resource/apps -00047 END -00048 -00049 START RESOURCE ClockExample_reg.rss -00050 TARGETPATH /private/10003a3f/apps -00051 END -00052 -00053 START BITMAP clockexample_icon.mbm -00054 HEADER -00055 TARGETPATH /resource/apps -00056 SOURCE c8 ClockExample_24.BMP ClockExample_2M.BMP -00057 SOURCE c8 ClockExample_32.BMP ClockExample_3M.BMP -00058 SOURCE c8 ClockExample_48.BMP ClockExample_4M.BMP -00059 END -00060 -00061 start bitmap mymbs0.mbm -00062 header -00063 targetpath /system/data -00064 sourcepath . -00065 source 2 MyCLock.BMP MyCLockM.bmp -00066 end -00067 -00068 -00069 SMPSAFE -00070 -00071 -