taskswitcher/testapplications/generator/generator/pattern/group/helloworldbasic.mmp
author Jaakko Haukipuro (Nokia-MS/Oulu) <Jaakko.Haukipuro@nokia.com>
Thu, 16 Sep 2010 12:11:40 +0100
changeset 117 c63ee96dbe5f
permissions -rw-r--r--
Missing activityfw and taskswitcher components - fix for Bug 3670

/*
* 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