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