examples/ForumNokia/ImageConverter/group/ImageConverter.mmp

00001 /*
00002  * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
00003  *    
00004  * Redistribution and use in source and binary forms, with or without
00005  * modification, are permitted provided that the following conditions are met:
00006  *    
00007  *  * Redistributions of source code must retain the above copyright notice, this
00008  *    list of conditions and the following disclaimer.
00009  *  * Redistributions in binary form must reproduce the above copyright notice,
00010  *    this list of conditions and the following disclaimer in the documentation
00011  *    and/or other materials provided with the distribution.
00012  *  * Neither the name of Nokia Corporation nor the names of its contributors
00013  *    may be used to endorse or promote products derived from this software
00014  *    without specific prior written permission.
00015  *    
00016  *    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
00017  *    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
00018  *    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
00019  *    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
00020  *    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
00021  *    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
00022  *    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
00023  *    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
00024  *    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
00025  *    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00026  *    
00027  *    Description:  
00028  */
00029 
00030 TARGET          imageconverter.exe
00031 TARGETTYPE      exe
00032 UID             0x100039CE 0xE01F5467 
00033 SECUREID        0xE01F5467
00034 
00035 EPOCSTACKSIZE   0x8000
00036 EPOCHEAPSIZE    0x100000 0x200000  // Default 4 kB, maximum 2 MB
00037 
00038 CAPABILITY      ReadUserData WriteUserData
00039 VENDORID        0
00040 
00041 // Macro for enabling Touch UI support in S60 5th Edition. 
00042 // Comment when compiling for S60 3rd Edition.
00043 MACRO __TUI_SUPPORTED__
00044 #define __TUI_SUPPORTED__
00045 
00046 SOURCEPATH      ../src
00047 SOURCE          ImageConverterApp.cpp 
00048 SOURCE          ImageConverterAppUi.cpp
00049 SOURCE          ImageConverterDocument.cpp
00050 SOURCE          ImageConverterContainer.cpp
00051 SOURCE          ImageConverterEngine.cpp
00052 SOURCE          EncoderSelectionDialog.cpp
00053 SOURCE          ShowInfoDialog.cpp
00054 
00055 SOURCEPATH      ../data
00056 
00057 START RESOURCE  ImageConverter.rss
00058 HEADER
00059 TARGETPATH      /resource/apps
00060 END //RESOURCE
00061 
00062 START RESOURCE  ImageConverter_reg.rss
00063 TARGETPATH      /private/10003a3f/apps
00064 END // RESOURCE
00065 
00066 USERINCLUDE     . 
00067 USERINCLUDE     ../inc
00068 USERINCLUDE    ../help
00069 
00070 SYSTEMINCLUDE   /epoc32/include
00071 SYSTEMINCLUDE   /epoc32/include/mw
00072 SYSTEMINCLUDE   /epoc32/include/uiklafgt
00073 SYSTEMINCLUDE   /epoc32/include/platform
00074 SYSTEMINCLUDE   /epoc32/include/platform/mw
00075 
00076 LIBRARY         euser.lib apparc.lib cone.lib eikcore.lib 
00077 LIBRARY         eikcoctl.lib avkon.lib
00078 LIBRARY         CommonDialogs.lib
00079 LIBRARY         efsrv.lib imageconversion.lib fbscli.lib 
00080 LIBRARY         eikdlg.lib bafl.lib bitmaptransforms.lib
00081 LIBRARY         AknNotify.lib eiksrv.lib
00082 LIBRARY         ws32.lib
00083 LIBRARY         bitgdi.lib
00084 LIBRARY         gdi.lib
00085 LIBRARY         platformenv.lib
00086 LIBRARY         hlplch.lib
00087 
00088 LIBRARY         eikctl.lib 
00089 LIBRARY         AKNSKINS.lib
00090 
00091 
00092 #ifdef __TUI_SUPPORTED__
00093 LIBRARY         touchfeedback.lib
00094 #endif
00095 

Generated by  doxygen 1.6.2