websrv_pub/xml_extensions_api/tsrc/senxml/group/senxml.mmp
changeset 0 62f9d29f7211
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:    Project specification file for senxml
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 #if defined(__SERIES60_) && defined(EKA2)
       
    26 
       
    27     #ifndef __SERIES60_30__
       
    28         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    29         #include <platform_paths.hrh>
       
    30     #endif
       
    31 
       
    32 #endif
       
    33 
       
    34 TARGET         SenXmlBCTest.dll
       
    35 TARGETTYPE      dll
       
    36 UID             0x1000008D 0x101FB3E7
       
    37 
       
    38 #if defined(EKA2)
       
    39 CAPABILITY      ALL -TCB
       
    40 VENDORID VID_DEFAULT
       
    41 // SECUREID     0x00000000
       
    42 #endif
       
    43 
       
    44 //TARGETPATH      ?target_path
       
    45 DEFFILE         SenXmlBCTest.def
       
    46 
       
    47 SOURCEPATH      ../src
       
    48 SOURCE          SenXml.cpp
       
    49 SOURCE          SenXmlCases.cpp
       
    50 SOURCE					testxml.cpp
       
    51 
       
    52 
       
    53 //RESOURCE        resource_file
       
    54 //RESOURCE        resource_file2
       
    55 
       
    56 USERINCLUDE     ../inc
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 SYSTEMINCLUDE   /epoc32/include/libc
       
    59 
       
    60 #if defined(__SERIES60_) && defined(EKA2)
       
    61 
       
    62     #ifndef __SERIES60_30__
       
    63         OS_LAYER_SYSTEMINCLUDE
       
    64     #endif
       
    65 
       
    66 
       
    67 #endif
       
    68 
       
    69 LIBRARY         bafl.lib
       
    70 LIBRARY         charconv.lib
       
    71 LIBRARY         euser.lib
       
    72 LIBRARY         estor.lib
       
    73 LIBRARY         efsrv.lib
       
    74 LIBRARY         stiftestinterface.lib
       
    75 LIBRARY         euser.lib
       
    76 LIBRARY         SenXml.lib
       
    77 LIBRARY         XMLFRAMEWORK.lib
       
    78 
       
    79 LANG            SC
       
    80 
       
    81 
       
    82 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
    83     LIBRARY                 XmlEngine.lib
       
    84     LIBRARY                 XmlEngineDOM.lib
       
    85     LIBRARY                 XmlEngineUtils.lib
       
    86 #else
       
    87     LIBRARY         WsStarXmlEngine.lib
       
    88     LIBRARY         WsStarXmlEngineDOM.lib
       
    89     LIBRARY         WsStarXmlEngineUtils.lib
       
    90 #endif
       
    91 
       
    92 LIBRARY                 XMLFRAMEWORK.lib
       
    93 
       
    94 LANG            SC
       
    95 
       
    96 // AIF ?filename// End of File