webservices/wshostlettransportplugin/group/senhostlettransportplugin.mmp
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 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 senhostlettransportplugin    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include "../../inc/webservices.hrh"
       
    23 
       
    24 
       
    25 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    26 TARGET SenHostletTransportPlugin.DLL
       
    27 UID 0x10009D8D 0x2000039E
       
    28 #else
       
    29 TARGET wsHostletTransportPlugin.DLL
       
    30 UID 0x10009D8D 0x101F974C
       
    31 #endif
       
    32 
       
    33 #ifdef SYMBIAN_SECURE_ECOM 
       
    34     TARGETTYPE PLUGIN
       
    35 #else
       
    36     TARGETTYPE ECOMIIC
       
    37 #endif
       
    38 // ECom Dll recognition UID followed by the unique UID for this dll
       
    39 
       
    40 
       
    41 #ifdef EKA2
       
    42     #if !defined ( VID_DEFAULT ) 
       
    43         VENDORID 0x101FB657
       
    44     #else
       
    45         VENDORID VID_DEFAULT
       
    46     #endif 
       
    47   
       
    48     #if !defined ( CAP_ECOM_PLUGIN )
       
    49         CAPABILITY ALL -TCB
       
    50     #else
       
    51         CAPABILITY CAP_ECOM_PLUGIN
       
    52     #endif
       
    53 #endif
       
    54 
       
    55 SOURCEPATH      ../data
       
    56 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    57 START RESOURCE  2000039e.rss
       
    58 #ifdef SYMBIAN_SECURE_ECOM 
       
    59    TARGET SenHostletTransportPlugin.rsc
       
    60 #endif
       
    61 
       
    62 #else
       
    63 START RESOURCE  101F974C.rss
       
    64 #ifdef SYMBIAN_SECURE_ECOM 
       
    65    TARGET wsHostletTransportPlugin.rsc
       
    66 #endif
       
    67 
       
    68 #endif
       
    69 END
       
    70 
       
    71 SOURCEPATH      ../src
       
    72 SOURCE          senhostlettransportpluginmain.cpp
       
    73 SOURCE          senhostlettransportpluginproxy.cpp
       
    74 SOURCE          senhostlettransportplugin.cpp
       
    75 
       
    76 
       
    77 USERINCLUDE     ../inc
       
    78 USERINCLUDE     ../../wsframework/inc         // internal: MSenTransport.h, SenProvider.h, SenProvider.inl
       
    79 USERINCLUDE     ../../wsprovider/inc          // internal: MSenHostletRequest.h, MSenHostletResponse.h
       
    80 USERINCLUDE     ../../wsutils/inc             // internal: SenDebug.h
       
    81 USERINCLUDE     ../../wslogger/inc            // internal: SenLogger.h
       
    82 USERINCLUDE     ../../wsidentitymanager/inc   // MSenIdentityManager.h
       
    83 
       
    84 
       
    85 MW_LAYER_SYSTEMINCLUDE
       
    86 SYSTEMINCLUDE   ../../inc
       
    87 
       
    88 
       
    89 LANG            SC
       
    90 
       
    91 SYSTEMINCLUDE   /epoc32/include/ecom
       
    92 SYSTEMINCLUDE   /epoc32/include/libc
       
    93 
       
    94 LIBRARY         ecom.lib
       
    95 LIBRARY         euser.lib
       
    96 // LIBRARY         SenProvider.lib
       
    97 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    98 LIBRARY         SenUtils.lib     // CSenIdentifier
       
    99 LIBRARY         SenLogger.lib  
       
   100 LIBRARY         SenFramework.lib // CSenSyncRequester
       
   101 
       
   102 #ifdef EABI
       
   103     LIBRARY         SenServDesc.lib // for some reason WINSCW, and other compilers do not requires this lib
       
   104 #endif // EABI
       
   105 #else
       
   106 LIBRARY         wsUtils.lib     // CSenIdentifier
       
   107 LIBRARY         wsLogger.lib  
       
   108 LIBRARY         wsFramework.lib // CSenSyncRequester
       
   109 
       
   110 #ifdef EABI
       
   111     LIBRARY         wsservDesc.lib // for some reason WINSCW, and other compilers do not requires this lib
       
   112 #endif // EABI
       
   113 
       
   114 #endif
       
   115 
       
   116 SMPSAFE
       
   117