diff -r 000000000000 -r e35f40988205 xml/libxml2libs/test/xmlengtester/xmlengtester_emulator/group/xmlengtester.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xml/libxml2libs/test/xmlengtester/xmlengtester_emulator/group/xmlengtester.mmp Thu Dec 17 09:29:21 2009 +0200 @@ -0,0 +1,85 @@ +// 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: +// XML_Test.mmp +// + + + +//#include + +TARGET xmlengtester.dll +TARGETTYPE dll +UID 0x1000008D 0x101F96E8 + +#if defined(ARMCC) + DEFFILE ../eabi/xmlengtester.def +#elif defined(WINSCW) || defined(WINS) + DEFFILE ../bwinscw/xmlengtester.def +#endif + +CAPABILITY ALL -TCB + +SOURCEPATH ../src +SOURCE xmlengtester.cpp +SOURCE xmlengtesterblocks.cpp +SOURCE xmlengtesterblocksutils.cpp +SOURCE xmlengtesterblockssax.cpp +SOURCE xmlengtesterblocksdom.cpp +SOURCE xmlengtesterblocksxpath.cpp +SOURCE xmlengtesterblockschunkcont.cpp +SOURCE xmlengtesterblocksfilecont.cpp +SOURCE xmlengtesterblocksbincont.cpp +SOURCE xmlengtesterblocksserializer.cpp +SOURCE xmlengtesterblocksserdefault.cpp +SOURCE xmlengtesterblocksserxop.cpp +SOURCE xmlengtesterblockssergzip.cpp +SOURCE xmlengtesterblocksaddfun.cpp +SOURCE xmlengtesterblocksdeserialize.cpp +SOURCE xmlengtesterblocksdesinfoset.cpp +SOURCE xmlengtesterblocksdeserializedom.cpp +SOURCE testcontenthandler.cpp +SOURCE xmloutputcontenthandler.cpp +SOURCE testfileoutputstream.cpp +SOURCE testbuffermanager.cpp + +USERINCLUDE ../inc +USERINCLUDE /epoc32/include/domain/osextensions + +//USERINCLUDE ../../../../../../../unref/orphan/comgen/syslibs/xml/inc +//USERINCLUDE ../../../../../../../unref/orphan/comgen/syslibs/inc + +OS_LAYER_SYSTEMINCLUDE_SYMBIAN +OS_LAYER_ESTLIB_SYSTEMINCLUDE +//MW_LAYER_SYSTEMINCLUDE + +LIBRARY euser.lib +LIBRARY estlib.lib +LIBRARY efsrv.lib +LIBRARY charconv.lib +LIBRARY bafl.lib +LIBRARY inetprotutil.lib +LIBRARY xmlframework.lib +LIBRARY xmlengineutils.lib +LIBRARY xmlenginedom.lib +LIBRARY xmlengineserializer.lib +LIBRARY stiftestinterface.lib +LIBRARY ezlib.lib + +nostrictdef +LANG SC + +// supress non fixable, meaning less warnigs +OPTION ARMCC --diag_suppress 550 + +SMPSAFE