taskswitcher/testapplications/generator/generator/pattern/group/helloworldbasic.mmp
changeset 117 c63ee96dbe5f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/taskswitcher/testapplications/generator/generator/pattern/group/helloworldbasic.mmp	Thu Sep 16 12:11:40 2010 +0100
@@ -0,0 +1,75 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+
+TARGET            HelloWorldBasic1.exe
+TARGETTYPE        exe
+UID		  0x100039CE 0xA000018A
+
+
+EPOCSTACKSIZE	  0x5000
+
+SOURCEPATH        ../src
+SOURCE            HelloWorldBasicApplication.cpp
+SOURCE            HelloWorldBasicAppUi.cpp
+
+SOURCEPATH        ../../common/src
+SOURCE            HelloWorldBasic.cpp
+SOURCE            HelloWorldBasicAppView.cpp
+SOURCE            HelloWorldBasicDocument.cpp
+SOURCE            HelloWorldBasicQueryDialog.cpp
+
+SOURCEPATH        ../data
+
+START RESOURCE    HelloWorldBasic1.rss
+HEADER
+TARGETPATH resource/apps
+END //RESOURCE
+
+START RESOURCE    HelloWorldBasic1_reg.rss
+#ifdef WINSCW
+TARGETPATH 	  /private/10003a3f/apps
+#else
+TARGETPATH 	  /private/10003a3f/import/apps
+#endif
+END //RESOURCE
+
+
+
+USERINCLUDE       ../inc
+USERINCLUDE       ../../common/inc
+MW_LAYER_SYSTEMINCLUDE 
+SYSTEMINCLUDE     /epoc32/include
+
+LIBRARY           euser.lib
+LIBRARY           apparc.lib
+LIBRARY           cone.lib
+LIBRARY           eikcore.lib
+LIBRARY           avkon.lib
+LIBRARY           commonengine.lib
+LIBRARY		      efsrv.lib
+LIBRARY           estor.lib
+LIBRARY           eikcoctl.lib
+LIBRARY           eikdlg.lib
+
+
+LANG SC 01 09 31 32
+
+VENDORID	  	  0
+CAPABILITY	NONE
+
+// End of File
+