webservices/wsdescription/group/senservicedescription.mmp
changeset 0 62f9d29f7211
child 25 52bdfc273ec5
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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 senservicedescription    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include "../../inc/webservices.hrh"
       
    23 
       
    24 
       
    25 
       
    26 TARGETTYPE      DLL
       
    27 
       
    28 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    29 TARGET          SenServDesc.DLL
       
    30 UID             0x1000008d 0x101F9701
       
    31 #else
       
    32 TARGET          wsservdesc.DLL
       
    33 UID             0x1000008d 0x101F9738
       
    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          senservdescdll.cpp
       
    52 SOURCE          senxmlservicedescription.cpp
       
    53 SOURCE          sencredential.cpp
       
    54 SOURCE          senfacet.cpp
       
    55 SOURCE          senidentityprovider.cpp
       
    56 SOURCE          senidentityprovideridarray8.cpp
       
    57 SOURCE          senpolicy.cpp
       
    58 SOURCE          senproviderpolicy.cpp
       
    59 SOURCE          senconsumerpolicy.cpp
       
    60 SOURCE          senservicepattern.cpp
       
    61 SOURCE          senservicepolicy.cpp
       
    62 SOURCE          servicepolicy.cpp
       
    63 SOURCE          sencredential2.cpp
       
    64 
       
    65 USERINCLUDE     ../inc
       
    66 USERINCLUDE     ../../wsutils/inc
       
    67 USERINCLUDE     ../../wslogger/inc
       
    68 
       
    69 MW_LAYER_SYSTEMINCLUDE
       
    70 SYSTEMINCLUDE   ../../inc
       
    71 
       
    72 SYSTEMINCLUDE   /epoc32/include/libc
       
    73 
       
    74 LANG            SC
       
    75 
       
    76 LIBRARY         bafl.lib
       
    77 LIBRARY         estor.lib 
       
    78 LIBRARY         euser.lib
       
    79 LIBRARY         flogger.lib
       
    80 
       
    81 // SOA for S60 libraries
       
    82 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    83 LIBRARY         SenXml.lib
       
    84 LIBRARY         SenUtils.lib
       
    85 LIBRARY         SenFragment.lib
       
    86 LIBRARY         SenLogger.lib
       
    87 #else
       
    88 LIBRARY         wsxml.lib
       
    89 LIBRARY         wsutils.lib
       
    90 LIBRARY         wsfragment.lib
       
    91 LIBRARY         wsLogger.lib
       
    92 #endif
       
    93 
       
    94 // LibXml2 libraries
       
    95 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
    96     LIBRARY         XmlEngineDOM.lib
       
    97 #else
       
    98     LIBRARY         WsStarXmlEngineDOM.lib
       
    99 #endif
       
   100 
       
   101 #ifdef SYMBIAN_SECURE_ECOM // for 2.8, 3.0 or newer:
       
   102     LIBRARY         xmlframework.lib
       
   103 #endif // otherwise cXMLreader is used
       
   104 
       
   105 #if defined(ARMCC)
       
   106 	#if defined (RD_SEN_COMPILE_SIS_PACKAGE_FILES)
       
   107 		DEFFILE ../EABI/SENSERVDESC_V2.DEF
       
   108 	#else
       
   109   	DEFFILE ../eabi/SenServDesc.DEF
       
   110 	#endif//RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
   111 #elif defined(WINSCW)
       
   112 	#if defined (RD_SEN_COMPILE_SIS_PACKAGE_FILES)
       
   113 		DEFFILE ../BWINSCW/SENSERVDESC_V2.DEF
       
   114 	#else
       
   115   	DEFFILE ../BWINSCW/SenServDesc.DEF
       
   116 	#endif//RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
   117 #elif defined(WINS)
       
   118     DEFFILE ../BWINS/SENSERVDESC.DEF
       
   119 #else 
       
   120     DEFFILE ../BMARM/SENSERVDESC.DEF
       
   121 #endif
       
   122 
       
   123 SMPSAFE
       
   124