webservices/wsutils/group/senutils.mmp
changeset 0 62f9d29f7211
child 11 ab1e518f96da
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2005-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:       Project specification file for wsutils    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 #include "../../inc/webservices.hrh"
       
    26 TARGETTYPE      DLL
       
    27 
       
    28 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    29 TARGET          SenUtils.DLL
       
    30 UID             0x1000008d 0x101F9703
       
    31 #else
       
    32 TARGET          wsutils.DLL
       
    33 UID             0x1000008d 0x101F973A
       
    34 #endif
       
    35 
       
    36 #ifdef EKA2
       
    37     #if !defined ( VID_DEFAULT ) 
       
    38         VENDORID 0x101FB657
       
    39     #else
       
    40         VENDORID VID_DEFAULT
       
    41     #endif 
       
    42   
       
    43     #if !defined ( CAP_GENERAL_DLL )
       
    44         CAPABILITY ALL -TCB
       
    45     #else
       
    46         CAPABILITY CAP_GENERAL_DLL
       
    47     #endif
       
    48 #endif
       
    49 
       
    50 SOURCEPATH      ../src
       
    51 SOURCE          senutilsdll.cpp
       
    52 SOURCE          senguidgen.cpp
       
    53 SOURCE          sendateutils.cpp
       
    54 SOURCE          sensoapenvelope.cpp
       
    55 SOURCE          sensoapmessage.cpp
       
    56 SOURCE          sensoapfault.cpp
       
    57 SOURCE          senwssecurityheader.cpp
       
    58 SOURCE          senpropertieselement.cpp
       
    59 SOURCE          senpropertiesfragment.cpp
       
    60 SOURCE          senxmlproperties.cpp
       
    61 SOURCE          sentransportproperties.cpp
       
    62 SOURCE          senhttptransportproperties.cpp
       
    63 SOURCE          senvtcptransportproperties.cpp
       
    64 SOURCE          sensaxutils.cpp
       
    65 
       
    66 
       
    67 // new private classes for 4.0:
       
    68 SOURCE          senattribute.cpp
       
    69 SOURCE          senattributes.cpp
       
    70 SOURCE          senidentifier.cpp
       
    71 SOURCE          sencertutils.cpp
       
    72 SOURCE          senchunk.cpp
       
    73 SOURCE          sencryptoutils.cpp
       
    74 
       
    75 
       
    76 SYSTEMINCLUDE   ../../inc
       
    77 USERINCLUDE     ../inc
       
    78 USERINCLUDE     ../../wslogger/inc // for TLS based logging
       
    79 USERINCLUDE   ../../wsdescription/inc      // removes <SenXmlServiceDescription.h> warning..
       
    80 USERINCLUDE   ../../wsxml/inc								//senxmldebug.h
       
    81 
       
    82 //SYSTEMINCLUDE   ../../wsServiceDescription/inc      // removes <SenXmlServiceDescription.h> warning..
       
    83 
       
    84 MW_LAYER_SYSTEMINCLUDE
       
    85 APP_LAYER_SYSTEMINCLUDE
       
    86 
       
    87 LIBRARY         euser.lib
       
    88 LIBRARY         hash.lib
       
    89 LIBRARY         estor.lib
       
    90 LIBRARY         efsrv.lib // TVolumeInfo => hostid for CMD5 based UUID (URN) generation
       
    91 LIBRARY         flogger.lib
       
    92 LIBRARY         bafl.lib    // RStringbase
       
    93 LIBRARY imut.lib // for base64 encoding
       
    94 // WSF libraries
       
    95 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    96 LIBRARY         SenLogger.lib // for TLS based logging
       
    97 LIBRARY         SenXml.lib
       
    98 #else
       
    99 LIBRARY         wslogger.lib // for TLS based logging
       
   100 LIBRARY         wsxml.lib
       
   101 #endif
       
   102 
       
   103 
       
   104 LANG            SC
       
   105 
       
   106 #if defined(ARMCC)
       
   107 	#if defined (RD_SEN_COMPILE_SIS_PACKAGE_FILES)
       
   108 		DEFFILE ../EABI/SENUTILS_V2.DEF
       
   109 	#else
       
   110   	DEFFILE ../eabi/SENUTILS.DEF
       
   111 	#endif//RD_SEN_COMPILE_SIS_PACKAGE_FILES  	
       
   112 #elif defined(WINSCW)
       
   113 	#if defined (RD_SEN_COMPILE_SIS_PACKAGE_FILES)
       
   114 		DEFFILE ../BWINSCW/SENUTILS_V2.DEF
       
   115 	#else
       
   116   DEFFILE ../BWINSCW/SENUTILS.DEF
       
   117   #endif//RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
   118 #elif defined(WINS)
       
   119   DEFFILE ../BWINS/SENUTILS.DEF
       
   120 #else 
       
   121   DEFFILE ../BMARM/SENUTILS.DEF
       
   122 #endif
       
   123 
       
   124 SMPSAFE
       
   125 
       
   126