diff -r 000000000000 -r 1fb32624e06b fontservices/textshaperplugin/group/TC_SHAP_shapeText.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fontservices/textshaperplugin/group/TC_SHAP_shapeText.mmp Tue Feb 02 02:02:46 2010 +0200 @@ -0,0 +1,53 @@ +/* +* Copyright (c) 2005-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: +* TC_SHAP_Shaper.MMP +* Test the CShaper class +* Shaper Test +* +*/ + + +/** + @file +*/ + +TARGET tc_shap_shapetext.exe +TARGETTYPE exe + +USERINCLUDE ../source +USERINCLUDE ../IcuSource +USERINCLUDE ../IcuSource/layout +USERINCLUDE ../IcuSource/common +USERINCLUDE ../test +USERINCLUDE ../include +OS_LAYER_ESTLIB_SYSTEMINCLUDE +OS_LAYER_SYSTEMINCLUDE_SYMBIAN + +SOURCEPATH ../test +SOURCE TC_SHAP_shapeText.cpp + +LIBRARY euser.lib +LIBRARY estlib.lib +LIBRARY estor.lib +LIBRARY efsrv.lib +LIBRARY gdi.lib +LIBRARY fntstr.lib +LIBRARY bitgdi.lib +LIBRARY ecom.lib +LIBRARY bafl.lib + +EPOCHEAPSIZE 4096 2097152 + +SMPSAFE \ No newline at end of file