webservices/wsstar/wsstarmessagehandlers/group/wsstarmessagehandlers.mmp
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2006-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 wsstarmessagehandlers    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 #include "../../../inc/webservices.hrh"
       
    27 
       
    28 
       
    29 // ECOM DLL recognition UID followed by the unique UID for this dll
       
    30 
       
    31 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    32 TARGET WSStarMessageHandlers.dll
       
    33 UID 0x10009D8D 0x101F971C
       
    34 #else
       
    35 TARGET wsWSStarMessageHandlers.dll
       
    36 UID 0x10009D8D 0x10282C48
       
    37 #endif
       
    38 
       
    39 #ifdef SYMBIAN_SECURE_ECOM 
       
    40     TARGETTYPE PLUGIN
       
    41 #else
       
    42     TARGETTYPE ECOMIIC
       
    43 #endif
       
    44 
       
    45 
       
    46 
       
    47 #ifdef EKA2
       
    48     #if !defined ( VID_DEFAULT ) 
       
    49         VENDORID 0x101FB657
       
    50     #else
       
    51         VENDORID VID_DEFAULT
       
    52     #endif 
       
    53   
       
    54     #if !defined ( CAP_ECOM_PLUGIN )
       
    55         CAPABILITY ALL -TCB
       
    56     #else
       
    57         CAPABILITY CAP_ECOM_PLUGIN
       
    58     #endif
       
    59 #endif
       
    60 
       
    61 SOURCEPATH      ../src
       
    62 SOURCE            wsstarmessagehandlersproxy.cpp
       
    63 SOURCE            wsstarmessageutils.cpp
       
    64 
       
    65 //enveloper handler
       
    66 SOURCE            wsstarenveloperhandler.cpp
       
    67 
       
    68 //passport handler
       
    69 SOURCE            wsstarpassporthandler.cpp
       
    70 
       
    71 #ifdef RD_SEN_VTCP_SUPPORT
       
    72 SOURCE            wsstarpassportheaderinbound.cpp
       
    73 #endif//RD_SEN_VTCP_SUPPORT
       
    74 
       
    75 //addressing handler
       
    76 SOURCE            wsstaraddressinghandler.cpp
       
    77 SOURCE            wsstaraddressingheaderinbound.cpp
       
    78 SOURCE            wsstaraddressingepr.cpp
       
    79 
       
    80 //credential collector handler
       
    81 SOURCE            wsstarcredentialcollectorhandler.cpp
       
    82 
       
    83 //signature handler
       
    84 SOURCE            wsstarsecurityhandler.cpp
       
    85 
       
    86 SOURCEPATH      ../data
       
    87 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    88 START RESOURCE    101f971c.rss
       
    89 #ifdef SYMBIAN_SECURE_ECOM 
       
    90    TARGET WSStarMessageHandlers.rsc
       
    91 #endif 
       
    92 
       
    93 #else
       
    94 START RESOURCE    10282C48.RSS
       
    95 #ifdef SYMBIAN_SECURE_ECOM 
       
    96    TARGET wsWSStarMessageHandlers.rsc
       
    97 #endif 
       
    98 
       
    99 #endif
       
   100 
       
   101 END
       
   102 
       
   103 MW_LAYER_SYSTEMINCLUDE
       
   104 SYSTEMINCLUDE   ../../../inc
       
   105 
       
   106 
       
   107 USERINCLUDE      ../inc
       
   108 USERINCLUDE     ../../wsstarplugin/inc
       
   109 USERINCLUDE     ../../../wsutils/inc
       
   110 USERINCLUDE     ../../../wsframework/inc
       
   111 USERINCLUDE     ../../../wsfragment/inc
       
   112 USERINCLUDE     ../../../wslogger/inc // for TLS based file logging
       
   113 
       
   114 USERINCLUDE    ../../../wscore/inc
       
   115 USERINCLUDE     ../../../wsidentitymanager/inc
       
   116 USERINCLUDE    ../../../wsxml/inc
       
   117 
       
   118 SYSTEMINCLUDE     /epoc32/include/xml
       
   119 SYSTEMINCLUDE    /epoc32/include/libc
       
   120 
       
   121 SOURCEPATH      ../data
       
   122 
       
   123 // System libs
       
   124 LIBRARY ecom.lib
       
   125 LIBRARY efsrv.lib
       
   126 LIBRARY euser.lib 
       
   127 LIBRARY estlib.lib
       
   128 LIBRARY flogger.lib
       
   129 LIBRARY hash.lib
       
   130 LIBRARY imut.lib    //base64 encoding
       
   131 LIBRARY inetprotutil.lib
       
   132 LIBRARY xmlframework.lib // Symbian XML framework (SAX) - for CMatchData during creating Parser
       
   133 
       
   134 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
   135 // Web Services Framework libs
       
   136 LIBRARY SenFragment.lib
       
   137 LIBRARY SenFramework.lib
       
   138 LIBRARY SenUtils.lib
       
   139 LIBRARY SenXml.lib
       
   140 LIBRARY SenLogger.lib // for TLS based logging
       
   141 #else
       
   142 // Web Services Framework libs
       
   143 LIBRARY wsFragment.lib
       
   144 LIBRARY wsFramework.lib
       
   145 LIBRARY wsUtils.lib
       
   146 LIBRARY wsXml.lib
       
   147 LIBRARY wsLogger.lib // for TLS based logging
       
   148 #endif
       
   149 
       
   150 #if !defined( RD_SEN_BACKPORT_CHANGE_FOR_LIBXML2_UIDS_AND_WSSTAR_IMAGE_NAME_PREFIXES )
       
   151     LIBRARY         XmlEngineDOM.lib
       
   152     LIBRARY         XmlEngineUtils.lib
       
   153 #else
       
   154     LIBRARY         WsStarXmlEngineDOM.lib
       
   155     LIBRARY         WsStarXmlEngineUtils.lib
       
   156 #endif
       
   157 
       
   158 LIBRARY XmlSecWrapper.lib
       
   159 
       
   160 SMPSAFE
       
   161 
       
   162