websrv_pub/web_service_messaging_api/tsrc/newsoapclasses/group/newsoapclasses.mmp
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2004-2009 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:    Project specification file for newsoapclasses  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          NewSoapClassesBCTest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E7
       
    24 
       
    25 CAPABILITY              ALL -TCB
       
    26 VENDORID        VID_DEFAULT
       
    27 // VENDORID     0x00000000
       
    28 
       
    29 //TARGETPATH      ?target_path
       
    30 DEFFILE           NewSoapClassesBCTest.def
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  newsoapclasses.cpp
       
    34 SOURCE                  newsoapclassescases.cpp
       
    35 SOURCE         			testmsenmessage.cpp
       
    36 
       
    37 USERINCLUDE             ../inc
       
    38 
       
    39 SYSTEMINCLUDE           /epoc32/include/libc
       
    40 SYSTEMINCLUDE           /epoc32/include/oem
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY                 estlib.lib
       
    45 LIBRARY                 bafl.lib
       
    46 LIBRARY                 estor.lib
       
    47 LIBRARY                 euser.lib
       
    48 LIBRARY                 flogger.lib
       
    49 LIBRARY                 hash.lib
       
    50 LIBRARY         				stiftestinterface.lib
       
    51 LIBRARY         				charconv.lib
       
    52 LIBRARY         				efsrv.lib
       
    53 LIBRARY                 SenFragment.lib
       
    54 LIBRARY                 SenUtils.lib
       
    55 LIBRARY                 SenXml.lib
       
    56 LIBRARY                 SenServDesc.lib
       
    57 LIBRARY                 SenMessages.lib
       
    58 LIBRARY                 XMLFRAMEWORK.lib
       
    59 
       
    60 // LibXml2 libraries
       
    61 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
    62     //LIBRARY                 XmlEngine.lib
       
    63     LIBRARY                 XmlEngineDOM.lib
       
    64     //LIBRARY                 XmlEngineUtils.lib
       
    65 #else
       
    66     LIBRARY         WsStarXmlEngine.lib
       
    67     LIBRARY         WsStarXmlEngineDOM.lib
       
    68     LIBRARY         WsStarXmlEngineUtils.lib
       
    69 #endif
       
    70 
       
    71 LANG            SC
       
    72 
       
    73 // End of file
       
    74