webservices/wsxml/group/senxml.mmp
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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          SenXml.dll
       
    31 UID             0x1000008d 0x101F9704
       
    32 #else
       
    33 TARGET          wsxml.dll
       
    34 UID             0x1000008d 0x101F973B
       
    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          senbaseattribute.cpp
       
    54 SOURCE          senbaseelement.cpp
       
    55 SOURCE          senbasefragment.cpp
       
    56 SOURCE          sendomfragment.cpp
       
    57 SOURCE          sennamespace.cpp
       
    58 SOURCE          senxmldll.cpp
       
    59 SOURCE          senxmlutils.cpp
       
    60 SOURCE          senxmlreader.cpp
       
    61 
       
    62 SOURCE          senxmlelement.cpp             // same, but also offers exports (requires freeze)
       
    63 
       
    64 MW_LAYER_SYSTEMINCLUDE
       
    65 SYSTEMINCLUDE   ../../inc
       
    66 USERINCLUDE     ../inc
       
    67 USERINCLUDE     ../../wsutils/inc
       
    68 
       
    69 SYSTEMINCLUDE   /epoc32/include/libc
       
    70 
       
    71 LIBRARY         charconv.lib
       
    72 LIBRARY         estor.lib
       
    73 LIBRARY         euser.lib
       
    74 LIBRARY         bafl.lib    // RStringbase
       
    75 
       
    76 LIBRARY         XMLFRAMEWORK.lib
       
    77 
       
    78 #ifndef EKA2
       
    79 LIBRARY         efsrv.lib  // fileserver
       
    80 #endif // EKA2
       
    81 
       
    82 #if defined(ARMCC)
       
    83   DEFFILE ../eabi/SENXML.DEF
       
    84 #elif defined(WINSCW)
       
    85   DEFFILE ../BWINSCW/SENXML.DEF
       
    86 #elif defined(WINS)
       
    87   DEFFILE ../BWINS/SENXML.DEF
       
    88 #else 
       
    89   DEFFILE ../BMARM/SENXML.DEF
       
    90 #endif
       
    91 
       
    92 SMPSAFE
       
    93