examples/SDKExamples/helloworldbasic/group/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 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            HelloWorldBasic.exe
00019 TARGETTYPE        exe
00020 UID               0x100039CE 0xA000017F
00021 
00022 SECUREID          0xA000017F
00023 EPOCSTACKSIZE     0x5000
00024 
00025 SOURCEPATH        ..\src
00026 SOURCE            HelloWorldBasic.cpp
00027 SOURCE            HelloWorldBasicApplication.cpp
00028 SOURCE            HelloWorldBasicAppView.cpp
00029 SOURCE            HelloWorldBasicAppUi.cpp
00030 SOURCE            HelloWorldBasicDocument.cpp
00031 SOURCE            HelloWorldBasicQueryDialog.cpp
00032 
00033 SOURCEPATH        ..\data
00034 
00035 START RESOURCE    HelloWorldBasic.rss
00036 HEADER
00037 TARGETPATH resource\apps
00038 END //RESOURCE
00039 
00040 START RESOURCE    HelloWorldBasic_reg.rss
00041 #ifdef WINSCW
00042 TARGETPATH        \private\10003a3f\apps
00043 #else
00044 TARGETPATH        \private\10003a3f\import\apps
00045 #endif
00046 END //RESOURCE
00047 
00048 
00049 
00050 USERINCLUDE       ..\inc
00051 
00052 MW_LAYER_SYSTEMINCLUDE
00053 
00054 LIBRARY           euser.lib
00055 LIBRARY           apparc.lib
00056 LIBRARY           cone.lib
00057 LIBRARY           eikcore.lib
00058 LIBRARY           avkon.lib
00059 LIBRARY           CommonEngine.lib
00060 LIBRARY               efsrv.lib
00061 LIBRARY           estor.lib
00062 LIBRARY           eikcoctl.lib
00063 LIBRARY           eikdlg.lib
00064 
00065 
00066 LANG SC 01 09 31 32
00067 
00068 VENDORID                  0
00069 CAPABILITY      NONE
00070 
00071 // End of File
00072 

Generated by  doxygen 1.6.2