websrv_pub/web_service_description_api/tsrc/senservdesc/group/senservdesc.mmp
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-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 senservdesc
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 
       
    22 TARGET          SenServDescBCTest.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E7
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 VENDORID        VID_DEFAULT
       
    29 // VENDORID     0x00000000
       
    30 /* Remove comments and replace 0x00000000 with correct secure id */
       
    31 // SECUREID     0x00000000
       
    32 
       
    33 //TARGETPATH      ?target_path
       
    34 DEFFILE         SenServDescBCTest.def
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          senservdesc.cpp
       
    38 SOURCE          senservdesccases.cpp
       
    39 SOURCE 					TestServiceDescription.cpp
       
    40 
       
    41 //RESOURCE        resource_file
       
    42 //RESOURCE        resource_file2
       
    43 
       
    44 USERINCLUDE     ../inc 
       
    45 
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY         		euser.lib
       
    50 LIBRARY         estor.lib
       
    51 LIBRARY         efsrv.lib
       
    52 
       
    53 LIBRARY         		stiftestinterface.lib
       
    54 LIBRARY                 bafl.lib
       
    55 LIBRARY         		charconv.lib
       
    56 LIBRARY                 SenServDesc.lib
       
    57 LIBRARY                 SenUtils.lib
       
    58 LIBRARY                 SenXml.lib
       
    59 LIBRARY                 SenMessages.lib
       
    60 LIBRARY                 SenFragment.lib
       
    61 
       
    62 
       
    63 
       
    64 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
    65     LIBRARY                 XmlEngine.lib
       
    66     LIBRARY                 XmlEngineDOM.lib
       
    67     LIBRARY                 XmlEngineUtils.lib
       
    68 #else
       
    69     LIBRARY         WsStarXmlEngine.lib
       
    70     LIBRARY         WsStarXmlEngineDOM.lib
       
    71     LIBRARY         WsStarXmlEngineUtils.lib
       
    72 #endif
       
    73 
       
    74 LIBRARY                 XMLFRAMEWORK.lib
       
    75 
       
    76 LANG            SC
       
    77 
       
    78 // End of File