commonuisupport/uikon/test/tpackage/TPACKAGE_v2.MMP
changeset 0 2f259fa3e83a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/commonuisupport/uikon/test/tpackage/TPACKAGE_v2.MMP	Tue Feb 02 01:00:49 2010 +0200
@@ -0,0 +1,53 @@
+// Copyright (c) 1997-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			tpackage.exe
+TARGETPATH		/sys/bin
+TARGETTYPE		exe	
+
+
+EPOCSTACKSIZE 	0x5000
+CAPABILITY 		all -tcb
+UID            	0x100039CE 0x10207F6E
+VENDORID 		0x70000001
+
+SOURCEPATH		.
+SOURCE        	TPACKAGE.CPP
+
+USERINCLUDE     ../tpackage
+USERINCLUDE	    ../../../../../appsupport/appfw/uiftestfw/inc
+USERINCLUDE 	../tmessageserv
+APP_LAYER_SYSTEMINCLUDE 
+
+LIBRARY         euser.lib  estor.lib   ws32.lib  cone.lib  apparc.lib
+LIBRARY         eikcore.lib appfwk_test_appui.lib messageserv.lib
+
+RESOURCE       	TPACKAGE.RSS
+START RESOURCE  TPACKAGE.RSS
+	TARGETPATH	/resource/apps
+END 
+
+START RESOURCE	TPACKAGE_reg.rss
+	TARGETPATH	/private/10003a3f/apps
+	DEPENDS		tpackage.rsg
+END
+
+START RESOURCE	TPACKAGE_loc.rss
+	TARGETPATH	/resource/apps
+	LANG        SC
+END
+
+
+SMPSAFE