xml/libxml2libs/test/xmlengtester/xmlengtester_target/group/xmlengtester.mmp
changeset 0 e35f40988205
child 24 74f0b3eb154c
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 //
       
    15 
       
    16 //#include <domain/osextensions/platform_paths.hrh>
       
    17 
       
    18 TARGET          xmlengtester.dll
       
    19 TARGETTYPE      dll
       
    20 UID             0x1000008D 0x101F96E8
       
    21 
       
    22 #if defined(ARMCC)
       
    23   DEFFILE	 ../eabi/xmlengtester.def
       
    24 #elif defined(WINSCW) || defined(WINS)
       
    25   DEFFILE    ../bwinscw/xmlengtester.def
       
    26 #endif
       
    27 
       
    28 CAPABILITY	ALL -TCB
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE      xmlengtester.cpp
       
    32 SOURCE      xmlengtesterblocks.cpp
       
    33 SOURCE      xmlengtesterblocksutils.cpp
       
    34 SOURCE      xmlengtesterblockssax.cpp
       
    35 SOURCE      xmlengtesterblocksdom.cpp
       
    36 SOURCE      xmlengtesterblocksxpath.cpp
       
    37 SOURCE      xmlengtesterblockschunkcont.cpp
       
    38 SOURCE      xmlengtesterblocksfilecont.cpp
       
    39 SOURCE		xmlengtesterblocksbincont.cpp
       
    40 SOURCE		xmlengtesterblocksserializer.cpp
       
    41 SOURCE		xmlengtesterblocksserdefault.cpp
       
    42 SOURCE		xmlengtesterblocksserxop.cpp
       
    43 SOURCE		xmlengtesterblockssergzip.cpp
       
    44 SOURCE		xmlengtesterblocksaddfun.cpp
       
    45 SOURCE		xmlengtesterblocksdeserialize.cpp
       
    46 SOURCE		xmlengtesterblocksdesinfoset.cpp
       
    47 SOURCE		xmlengtesterblocksdeserializedom.cpp
       
    48 SOURCE		testcontenthandler.cpp
       
    49 SOURCE		xmloutputcontenthandler.cpp
       
    50 SOURCE		testfileoutputstream.cpp
       
    51 SOURCE		testbuffermanager.cpp
       
    52 
       
    53 USERINCLUDE   ../inc
       
    54 //USERINCLUDE   ../../../../../../../unref/orphan/comgen/syslibs/xml/inc
       
    55 //USERINCLUDE   ../../../../../../../unref/orphan/comgen/syslibs/inc
       
    56 
       
    57 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    58 OS_LAYER_ESTLIB_SYSTEMINCLUDE 
       
    59 
       
    60 //MW_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 LIBRARY      euser.lib 
       
    63 LIBRARY		estlib.lib 
       
    64 LIBRARY		efsrv.lib 
       
    65 LIBRARY		charconv.lib
       
    66 LIBRARY		bafl.lib 
       
    67 LIBRARY		inetprotutil.lib
       
    68 LIBRARY		xmlframework.lib
       
    69 LIBRARY     xmlengineutils.lib 
       
    70 LIBRARY		xmlenginedom.lib 
       
    71 LIBRARY		xmlengineserializer.lib
       
    72 LIBRARY     stiftestinterface.lib
       
    73 LIBRARY 	ezlib.lib
       
    74 
       
    75 nostrictdef
       
    76 LANG			SC
       
    77 
       
    78 // supress non fixable, meaning less warnigs
       
    79 OPTION ARMCC --diag_suppress 550
       
    80 
       
    81 SMPSAFE