webservices/wsibasicplugin/group/senwsibasicplugin.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:    Project specification file for senwsibasicplugin    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include "../../inc/webservices.hrh"
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    26 TARGET SenWsiBasicPlugin.dll
       
    27 UID 0x10009D8D 0x10274C6D
       
    28 #else
       
    29 TARGET wsWsiBasicPlugin.dll
       
    30 UID 0x10009D8D 0x10282C46
       
    31 #endif
       
    32 
       
    33 
       
    34 
       
    35 #ifdef SYMBIAN_SECURE_ECOM 
       
    36     TARGETTYPE PLUGIN
       
    37 #else
       
    38     TARGETTYPE ECOMIIC
       
    39 #endif
       
    40 
       
    41 
       
    42 #ifdef EKA2
       
    43     #if !defined ( VID_DEFAULT ) 
       
    44         VENDORID 0x101FB657
       
    45     #else
       
    46         VENDORID VID_DEFAULT
       
    47     #endif 
       
    48   
       
    49     #if !defined ( CAP_ECOM_PLUGIN )
       
    50         CAPABILITY ALL -TCB
       
    51     #else
       
    52         CAPABILITY CAP_ECOM_PLUGIN
       
    53     #endif
       
    54 #endif
       
    55 
       
    56 SOURCEPATH      ../src
       
    57 SOURCE          senwsipluginmain.cpp
       
    58 SOURCE          senwsipluginproxy.cpp
       
    59 SOURCE          senbasicwebservicesession.cpp
       
    60 SOURCE          senwsiplugin.cpp
       
    61 
       
    62 USERINCLUDE     ../inc
       
    63 USERINCLUDE     ../../wsframework/inc
       
    64 USERINCLUDE     ../../wsutils/inc
       
    65 USERINCLUDE     ../../wsidentitymanager/inc
       
    66 USERINCLUDE     ../../wscredentialmanager/inc
       
    67 USERINCLUDE   ../../wslogger/inc              // for TLS based file logging
       
    68 
       
    69 MW_LAYER_SYSTEMINCLUDE
       
    70 SYSTEMINCLUDE   ../../inc
       
    71 
       
    72 SYSTEMINCLUDE   /epoc32/include/libc
       
    73 
       
    74 SOURCEPATH      ../data
       
    75 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    76 START RESOURCE  10274c6d.rss
       
    77 #ifdef SYMBIAN_SECURE_ECOM 
       
    78    TARGET SenWsiBasicPlugin.rsc
       
    79 #endif 
       
    80 #else
       
    81 START RESOURCE  10282C46.RSS
       
    82 #ifdef SYMBIAN_SECURE_ECOM 
       
    83    TARGET wsWsiBasicPlugin.rsc
       
    84 #endif 
       
    85 
       
    86 #endif
       
    87 END
       
    88 
       
    89 // System libs
       
    90 LIBRARY ecom.lib
       
    91 LIBRARY euser.lib 
       
    92 LIBRARY flogger.lib
       
    93 LIBRARY estor.lib // RWriteStrem for REST session extensions
       
    94 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    95 LIBRARY senlogger.lib   // for TLS based logging
       
    96 // Web Services Framework libs
       
    97 LIBRARY SenFramework.lib
       
    98 LIBRARY SenServDesc.lib
       
    99 LIBRARY SenXml.lib
       
   100 
       
   101 LIBRARY SenUtils.lib // for CSenTransportProperties: temporary
       
   102 #else
       
   103 LIBRARY wslogger.lib   // for TLS based logging
       
   104 // Web Services Framework libs
       
   105 LIBRARY wsframework.lib
       
   106 LIBRARY wsServDesc.lib
       
   107 LIBRARY wsXml.lib
       
   108 
       
   109 LIBRARY wsUtils.lib // for CSenTransportProperties: temporary
       
   110 
       
   111 #endif
       
   112 
       
   113 SMPSAFE
       
   114