diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/iclexample_8mmp-source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/iclexample_8mmp-source.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,69 @@ + +
+00001 // iclexample.mmp +00002 // +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: +00016 // +00017 +00018 +00019 TARGET iclexample.exe +00020 TARGETTYPE exe +00021 +00022 UID 0 0xE80000B3 +00023 +00024 CAPABILITY ReadUserData WriteUserData +00025 +00026 SOURCEPATH . +00027 SOURCE iclmainexample.cpp +00028 SOURCE icldecodeexample.cpp +00029 SOURCE iclencodeexample.cpp +00030 SOURCE iclpanoramaexample.cpp +00031 SOURCE iclspmoexample.cpp +00032 SOURCE iclimageprocessorexample.cpp +00033 SOURCE icljpgtoolsandsqueezeexample.cpp +00034 +00035 USERINCLUDE . +00036 SYSTEMINCLUDE /epoc32/include +00037 +00038 LIBRARY euser.lib +00039 LIBRARY gdi.lib +00040 LIBRARY fbscli.lib +00041 LIBRARY imageconversion.lib +00042 LIBRARY imagedisplay.lib +00043 LIBRARY efsrv.lib +00044 LIBRARY jpegexifplugin.lib +00045 LIBRARY jpegimageframeplugin.lib +00046 LIBRARY bitmaptransforms.lib +00047 LIBRARY ecom.lib +00048 LIBRARY exifutility.lib +00049 LIBRARY gifscaler.lib +00050 LIBRARY imagetransform.lib +00051 LIBRARY panorama.lib +00052 LIBRARY imageprocessor.lib +00053 LIBRARY capsspmoutility.lib +00054 LIBRARY capsimageprocessorextension.lib +00055 +00056 epocheapsize 0x1000 0x5000000 +00057 +00058 SMPSAFE +