websrv_pub/xml_extensions_api/tsrc/bc/xml_extensions_api/group/WSTester.mmp
changeset 0 62f9d29f7211
child 29 5743aa3a72c3
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          WSTester.dll
       
    22 TARGETTYPE      dll
       
    23 //UID             0x1000008D 0x01111111
       
    24 UID             0x1000008D 0x101FB3E3 //generated by bat templates
       
    25 //UID             0x1000008D 0x101FB3E7 SAPREgiste from Yomi
       
    26 
       
    27 #if defined(EKA2)
       
    28 CAPABILITY	ALL -TCB
       
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID 	0x00000000
       
    31 #endif
       
    32 
       
    33 //TARGETPATH      ?target_path
       
    34 DEFFILE         WSTester.DEF
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          WSTester.cpp
       
    38 SOURCE          WSTesterBlocks.cpp
       
    39 SOURCE		SAXTester.cpp
       
    40 
       
    41 //RESOURCE        resource_file
       
    42 //RESOURCE        resource_file2
       
    43 
       
    44 USERINCLUDE     ../inc 
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         stiftestinterface.lib
       
    50 
       
    51 LIBRARY         SENSERVCONN.lib
       
    52 LIBRARY		SENSERVDESC.LIB
       
    53 LIBRARY		SenXml.lib
       
    54 LIBRARY		SenServMgr.lib
       
    55 //LIBRARY		SenXmlInterface.lib // after Symbian XML integration it has to be removed
       
    56 LIBRARY		SenUtils.lib
       
    57 
       
    58 LIBRARY		efsrv.lib
       
    59 LIBRARY		imut.lib // base64 enc/dec
       
    60 LIBRARY		estor.lib
       
    61 LIBRARY		XMLFRAMEWORK.lib
       
    62 LIBRARY 	bafl.lib
       
    63 LIBRARY 	commdb.lib
       
    64 
       
    65 
       
    66 LANG			SC
       
    67 
       
    68 // End of File