textrendering/textformatting/test/group/TCustomWrap.mmp
changeset 0 1fb32624e06b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/textrendering/textformatting/test/group/TCustomWrap.mmp	Tue Feb 02 02:02:46 2010 +0200
@@ -0,0 +1,51 @@
+/*
+* Copyright (c) 2004-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: 
+*
+*/
+
+
+TARGETPATH		/sys/bin
+TARGET			tcustomwrap.exe
+TARGETTYPE 		exe
+EPOCSTACKSIZE 	0x5000
+
+CAPABILITY              None
+UID		0x100039CE 0x10005D2F
+VENDORID 0x70000001
+
+userinclude		../src
+userinclude		../data
+userinclude 	../../inc
+APP_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+	START RESOURCE          ../data/TCustomWrap.rss
+	HEADER
+	TARGETPATH              /resource/apps
+	LANG                    SC
+	END
+
+	START RESOURCE			../data/TCustomWrap_reg.rss
+	TARGETPATH				/private/10003a3f/apps
+	END
+
+SourcePath		../src
+Source		TCustomWrap.cpp
+Library		apparc.lib cone.lib euser.lib eikcore.lib
+Library		ws32.lib eikctl.lib	 eikcoctl.lib  bafl.lib	
+Library 		form.lib
+
+Document ../data/TCustomWrap.hrh
+
+SMPSAFE
\ No newline at end of file