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