S60 5th Edition SDK
Example Applications Guide

helloworldbasic.mmp

00001 /*
00002 * ==============================================================================
00003 *  Name        : helloworldbasic.mmp
00004 *  Part of     : Helloworldbasic
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *
00009 *  Copyright (c) 2005-2006 Nokia Corporation.
00010 *  This material, including documentation and any related
00011 *  computer programs, is protected by copyright controlled by
00012 *  Nokia Corporation.
00013 * ==============================================================================
00014 */
00015 
00016 TARGET            HelloWorldBasic.exe
00017 TARGETTYPE        exe
00018 UID               0x100039CE 0xA000017F
00019 
00020 SECUREID          0xA000017F
00021 EPOCSTACKSIZE     0x5000
00022 
00023 SOURCEPATH        ..\src
00024 SOURCE            HelloWorldBasic.cpp
00025 SOURCE            HelloWorldBasicApplication.cpp
00026 SOURCE            HelloWorldBasicAppView.cpp
00027 SOURCE            HelloWorldBasicAppUi.cpp
00028 SOURCE            HelloWorldBasicDocument.cpp
00029 SOURCE            HelloWorldBasicQueryDialog.cpp
00030 
00031 SOURCEPATH        ..\data
00032 
00033 START RESOURCE    HelloWorldBasic.rss
00034 HEADER
00035 TARGETPATH resource\apps
00036 END //RESOURCE
00037 
00038 START RESOURCE    HelloWorldBasic_reg.rss
00039 #ifdef WINSCW
00040 TARGETPATH        \private\10003a3f\apps
00041 #else
00042 TARGETPATH        \private\10003a3f\import\apps
00043 #endif
00044 END //RESOURCE
00045 
00046 
00047 
00048 USERINCLUDE       ..\inc
00049 
00050 SYSTEMINCLUDE     \epoc32\include
00051 
00052 LIBRARY           euser.lib
00053 LIBRARY           apparc.lib
00054 LIBRARY           cone.lib
00055 LIBRARY           eikcore.lib
00056 LIBRARY           avkon.lib
00057 LIBRARY           commonengine.lib
00058 LIBRARY               efsrv.lib
00059 LIBRARY           estor.lib
00060 LIBRARY           eikcoctl.lib
00061 LIBRARY           eikdlg.lib
00062 
00063 
00064 LANG SC 01 09 31 32
00065 
00066 VENDORID                  0
00067 CAPABILITY      NONE
00068 
00069 // End of File
00070 

© Nokia 2009

Back to top