examples/Graphics/coverflow/group/coverflowapp.mmp

00001 /*
00002 * ==============================================================================
00003 *  Name        : Coverflowapp.mmp
00004 *  Part of     : Coverflowapp
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *
00009 *  Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
00010 *  All rights reserved.
00011 *  This component and the accompanying materials are made available
00012 *  under the terms of "Eclipse Public License v1.0"
00013 *  which accompanies this distribution, and is available
00014 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
00015 * ==============================================================================
00016 */
00017 
00018 TARGET            coverflowapp.exe
00019 TARGETTYPE        exe
00020 UID               0x100039CE 0xA000017F
00021 
00022 SECUREID          0xA000017F
00023 EPOCSTACKSIZE     0x5000
00024 
00025 SOURCEPATH        ..\src
00026 SOURCE            coverflowapp.cpp
00027 SOURCE            coverflowapplication.cpp
00028 SOURCE            coverflowappview.cpp coverflowappui.cpp
00029 SOURCE            coverflowappdocument.cpp
00030 
00031 SOURCEPATH        ..\data
00032 
00033 START RESOURCE coverflowapp.rss
00034         HEADER
00035         TARGETPATH resource\apps
00036 END
00037 
00038 #if 0
00039 START RESOURCE    CoverflowApp_reg.rss
00040 #ifdef WINSCW
00041 TARGETPATH        \private\10003a3f\apps
00042 #else
00043 TARGETPATH        \private\10003a3f\import\apps
00044 #endif
00045 END //RESOURCE
00046 #endif
00047 START RESOURCE coverflowapp_reg.rss
00048         TARGETPATH \private\10003a3f\import\apps
00049 END
00050 
00051 
00052 
00053 USERINCLUDE       ../inc
00054 
00055 MW_LAYER_SYSTEMINCLUDE
00056 OS_LAYER_LIBC_SYSTEMINCLUDE
00057 
00058 LIBRARY           euser.lib
00059 LIBRARY           apparc.lib
00060 LIBRARY           cone.lib
00061 LIBRARY           eikcore.lib
00062 LIBRARY           avkon.lib
00063 LIBRARY           CommonEngine.lib
00064 LIBRARY               efsrv.lib
00065 LIBRARY           estor.lib
00066 LIBRARY           eikcoctl.lib
00067 LIBRARY           eikdlg.lib
00068 
00069 
00070 LIBRARY                 libOpenVGU.lib   
00071 LIBRARY                 libOpenVG.lib   
00072 LIBRARY                 libEGL.lib      
00073 
00074 library         libc.lib
00075 library         fbscli.lib
00076 library         cone.lib
00077 library         apparc.lib
00078 library         ws32.lib
00079 library         eikcore.lib
00080 library                 gdi.lib
00081 LIBRARY         bitgdi.lib
00082 LIBRARY         apgrfx.lib
00083 LIBRARY         hal.lib
00084 
00085 LIBRARY         bafl.lib
00086 LIBRARY                 fntstr.lib
00087 
00088 SOURCEPATH ../src
00089 SOURCE eglrendering.cpp openvgengine.cpp ticker.cpp dialogbox.cpp
00090 START BITMAP covers.mbm
00091         TARGETPATH resource/apps
00092         HEADER
00093         SOURCEPATH ../gfx/cover
00094         SOURCE c16 angel.bmp banana.bmp bossanova.bmp club.bmp duo.bmp fierce.bmp girl.bmp gogol.bmp guitar.bmp ibiza.bmp manga.bmp mika.bmp night.bmp nirvana.bmp palmtree.bmp pool.bmp revolucion.bmp tree.bmp ufo.bmp world.bmp
00095 END
00096 
00097 LANG SC 01 09 31 32
00098 
00099 VENDORID                  0
00100 CAPABILITY      NONE
00101 
00102 // End of File
00103 

Generated by  doxygen 1.6.2