xml/libxml2libs/test/xmlengtester/xmlengtester_emulator/group/xmlengtester.mmp
changeset 0 e35f40988205
child 17 ed3155dbd163
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // XML_Test.mmp
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 //#include <domain/osextensions/platform_paths.hrh>
       
    20 
       
    21 TARGET          xmlengtester.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101F96E8
       
    24 
       
    25 #if defined(ARMCC)
       
    26   DEFFILE	 ../eabi/xmlengtester.def
       
    27 #elif defined(WINSCW) || defined(WINS)
       
    28   DEFFILE    ../bwinscw/xmlengtester.def
       
    29 #endif
       
    30 
       
    31 CAPABILITY	ALL -TCB
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE      xmlengtester.cpp
       
    35 SOURCE      xmlengtesterblocks.cpp
       
    36 SOURCE      xmlengtesterblocksutils.cpp
       
    37 SOURCE      xmlengtesterblockssax.cpp
       
    38 SOURCE      xmlengtesterblocksdom.cpp
       
    39 SOURCE      xmlengtesterblocksxpath.cpp
       
    40 SOURCE      xmlengtesterblockschunkcont.cpp
       
    41 SOURCE      xmlengtesterblocksfilecont.cpp
       
    42 SOURCE		xmlengtesterblocksbincont.cpp
       
    43 SOURCE		xmlengtesterblocksserializer.cpp
       
    44 SOURCE		xmlengtesterblocksserdefault.cpp
       
    45 SOURCE		xmlengtesterblocksserxop.cpp
       
    46 SOURCE		xmlengtesterblockssergzip.cpp
       
    47 SOURCE		xmlengtesterblocksaddfun.cpp
       
    48 SOURCE		xmlengtesterblocksdeserialize.cpp
       
    49 SOURCE		xmlengtesterblocksdesinfoset.cpp
       
    50 SOURCE		xmlengtesterblocksdeserializedom.cpp
       
    51 SOURCE		testcontenthandler.cpp
       
    52 SOURCE		xmloutputcontenthandler.cpp
       
    53 SOURCE		testfileoutputstream.cpp
       
    54 SOURCE		testbuffermanager.cpp
       
    55 
       
    56 USERINCLUDE   ../inc
       
    57 USERINCLUDE 	/epoc32/include/domain/osextensions 	
       
    58 
       
    59 //USERINCLUDE   ../../../../../../../unref/orphan/comgen/syslibs/xml/inc
       
    60 //USERINCLUDE   ../../../../../../../unref/orphan/comgen/syslibs/inc
       
    61 
       
    62 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    63 OS_LAYER_ESTLIB_SYSTEMINCLUDE 
       
    64 //MW_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 LIBRARY      euser.lib 
       
    67 LIBRARY		estlib.lib 
       
    68 LIBRARY		efsrv.lib 
       
    69 LIBRARY		charconv.lib
       
    70 LIBRARY		bafl.lib 
       
    71 LIBRARY		inetprotutil.lib
       
    72 LIBRARY		xmlframework.lib
       
    73 LIBRARY     xmlengineutils.lib 
       
    74 LIBRARY		xmlenginedom.lib 
       
    75 LIBRARY		xmlengineserializer.lib
       
    76 LIBRARY     stiftestinterface.lib
       
    77 LIBRARY 	ezlib.lib
       
    78 
       
    79 nostrictdef
       
    80 LANG			SC
       
    81 
       
    82 // supress non fixable, meaning less warnigs
       
    83 OPTION ARMCC --diag_suppress 550
       
    84 
       
    85 SMPSAFE