webservices/wsfragment/group/senfragment.mmp
changeset 0 62f9d29f7211
child 24 c86679a46cef
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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:        S60 4.0 reference implementation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #include "../../inc/webservices.hrh"
       
    25 
       
    26 
       
    27 TARGETTYPE      DLL
       
    28 
       
    29 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    30 TARGET          SenFragment.dll
       
    31 UID             0x1000008d 0x2000039A
       
    32 #else
       
    33 TARGET          wsfragment.dll
       
    34 UID             0x1000008d 0x101F9746
       
    35 #endif
       
    36 
       
    37 #ifdef EKA2
       
    38     #if !defined ( VID_DEFAULT ) 
       
    39         VENDORID 0x101FB657
       
    40     #else
       
    41         VENDORID VID_DEFAULT
       
    42     #endif 
       
    43   
       
    44     #if !defined ( CAP_GENERAL_DLL )
       
    45         CAPABILITY ALL -TCB
       
    46     #else
       
    47         CAPABILITY CAP_GENERAL_DLL
       
    48     #endif
       
    49 #endif
       
    50 
       
    51 SOURCEPATH      ../src
       
    52 
       
    53 SOURCE          senfragmentbase.cpp
       
    54 SOURCE          sendomfragmentbase.cpp
       
    55 SOURCE          senparser.cpp
       
    56 SOURCE          senparserimpl.cpp
       
    57 SOURCE          rsendocument.cpp
       
    58 SOURCE          wslibxml2utils.cpp
       
    59 
       
    60 USERINCLUDE     ../inc
       
    61 
       
    62 MW_LAYER_SYSTEMINCLUDE
       
    63 SYSTEMINCLUDE   ../../inc
       
    64 SYSTEMINCLUDE   /epoc32/include/libc
       
    65 
       
    66 
       
    67 
       
    68 
       
    69 LIBRARY         charconv.lib
       
    70 LIBRARY estlib.lib // strlen 
       
    71 LIBRARY         estor.lib
       
    72 LIBRARY         euser.lib
       
    73 LIBRARY         bafl.lib    // RStringbase
       
    74 
       
    75 // Symbian XML framework is used since S60 3rd edition (3.0)
       
    76 LIBRARY         XMLFRAMEWORK.lib
       
    77 
       
    78 // LibXml2 libraries
       
    79 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
    80     LIBRARY         XmlEngine.lib
       
    81     LIBRARY         XmlEngineDOM.lib
       
    82     LIBRARY         XmlEngineUtils.lib
       
    83 #else
       
    84     LIBRARY         WsStarXmlEngine.lib
       
    85     LIBRARY         WsStarXmlEngineDOM.lib
       
    86     LIBRARY         WsStarXmlEngineUtils.lib
       
    87 #endif
       
    88 
       
    89     #if defined(ARMCC)
       
    90       DEFFILE ../eabi/SenFragment_3.0.DEF
       
    91     #elif defined(WINSCW)
       
    92       DEFFILE ../BWINSCW/SenFragment_3.0.DEF
       
    93     #elif defined(WINS)
       
    94       DEFFILE ../BWINS/SenFragment_3.0.DEF
       
    95     #else 
       
    96       DEFFILE ../BMARM/SenFragment_3.0.DEF
       
    97     #endif
       
    98 
       
    99 SMPSAFE