xml/libxml2libs/test/xmlengtester/xmlengtester_emulator/group/xmlengtester.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:37:34 +0100
branchRCL_3
changeset 33 604ca70b6235
parent 32 889504eac4fb
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201014 Kit: 201035

// 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 <domain/osextensions/platform_paths.hrh>

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