webservices/wslocaltransportplugin/group/senlocaltransportplugin.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 senlocaltransport plugin  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include "../../inc/webservices.hrh"
       
    23 
       
    24 
       
    25 #ifdef SYMBIAN_SECURE_ECOM 
       
    26     TARGETTYPE PLUGIN
       
    27 #else
       
    28     TARGETTYPE ECOMIIC
       
    29 #endif
       
    30 
       
    31 // ECom Dll recognition UID followed by the unique UID for this dll
       
    32 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    33 TARGET  SenLocalTransportPlugin.DLL
       
    34 UID 0x10009D8D 0x10274C75
       
    35 #else
       
    36 TARGET  wsLocalTransportPlugin.DLL
       
    37 UID 0x10009D8D 0x101F974E
       
    38 #endif
       
    39 
       
    40 #ifdef EKA2
       
    41     #if !defined ( VID_DEFAULT ) 
       
    42         VENDORID 0x101FB657
       
    43     #else
       
    44         VENDORID VID_DEFAULT
       
    45     #endif 
       
    46   
       
    47     #if !defined ( CAP_ECOM_PLUGIN )
       
    48         CAPABILITY ALL -TCB
       
    49     #else
       
    50         CAPABILITY CAP_ECOM_PLUGIN
       
    51     #endif
       
    52 #endif
       
    53 
       
    54 SOURCEPATH      ../data
       
    55 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    56 START RESOURCE  10274c75.rss
       
    57 #ifdef SYMBIAN_SECURE_ECOM 
       
    58    TARGET SenLocalTransportPlugin.rsc
       
    59 #endif
       
    60 
       
    61 #else
       
    62 START RESOURCE  101F974E.rss
       
    63 #ifdef SYMBIAN_SECURE_ECOM 
       
    64    TARGET wsLocalTransportPlugin.rsc
       
    65 #endif
       
    66 
       
    67 #endif
       
    68 
       
    69 END
       
    70 
       
    71 SOURCEPATH      ../src
       
    72 SOURCE          senlocaltransportpluginmain.cpp
       
    73 SOURCE          senlocaltransportpluginproxy.cpp
       
    74 SOURCE          senlocaltransportplugin.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     ../../wsidentitymanager/inc   // MSenIdentityManager.h
       
    82 USERINCLUDE     ../../wslogger/inc // for TLS based logging
       
    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         flogger.lib
       
    97 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    98 LIBRARY         SenProvider.lib
       
    99 LIBRARY         SenUtils.lib     // CSenIdentifier
       
   100 LIBRARY         SenServDesc.lib  // CSenFacet
       
   101 LIBRARY         SenFramework.lib // CSenSyncRequester
       
   102 LIBRARY         SenFragment.lib
       
   103 LIBRARY         SenLogger.lib // for TLS based logging
       
   104 #else
       
   105 LIBRARY         wsProvider.lib
       
   106 LIBRARY         wsUtils.lib     // CSenIdentifier
       
   107 LIBRARY         wsServDesc.lib  // CSenFacet
       
   108 LIBRARY         wsFramework.lib // CSenSyncRequester
       
   109 LIBRARY         wsFragment.lib
       
   110 LIBRARY         wslogger.lib // for TLS based logging
       
   111 #endif
       
   112 
       
   113 SMPSAFE
       
   114