webservices/wsprovider/group/senprovider.mmp
changeset 0 62f9d29f7211
child 25 52bdfc273ec5
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 senprovider    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include "../../inc/webservices.hrh"
       
    23 
       
    24 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    25 TARGET          SenProvider.DLL
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x2000038D
       
    28 #else
       
    29 TARGET          wsprovider.DLL
       
    30 TARGETTYPE      dll
       
    31 UID             0x1000008d 0x10282C42
       
    32 #endif
       
    33 
       
    34 
       
    35 
       
    36 #ifdef EKA2
       
    37     #if !defined ( VID_DEFAULT ) 
       
    38         VENDORID 0x101FB657
       
    39     #else
       
    40         VENDORID VID_DEFAULT
       
    41     #endif 
       
    42   
       
    43     #if !defined ( CAP_GENERAL_DLL )
       
    44         CAPABILITY ALL -TCB
       
    45     #else
       
    46         CAPABILITY CAP_GENERAL_DLL
       
    47     #endif
       
    48 #endif
       
    49 
       
    50 #if defined(ARMCC)
       
    51   DEFFILE     ../eabi/SENPROVIDER.DEF
       
    52 #elif defined(WINSCW)
       
    53   DEFFILE     ../BWINSCW/SENPROVIDER.DEF
       
    54 #elif defined(WINS)
       
    55   DEFFILE     ../BWINS/SENPROVIDER.DEF
       
    56 #else 
       
    57   DEFFILE     ../BMARM/SENPROVIDER.DEF
       
    58 #endif
       
    59 
       
    60 SOURCEPATH      ../src
       
    61 SOURCE          senproviderdll.cpp
       
    62 SOURCE          senhostletrequest.cpp
       
    63 SOURCE          senhostletresponse.cpp
       
    64 
       
    65 USERINCLUDE     ../inc
       
    66 USERINCLUDE     ../../wshostletconnection/inc
       
    67 USERINCLUDE     ../../wsutils/inc // SenIdentifier.h
       
    68 USERINCLUDE     ../../wsmessages/inc 
       
    69 USERINCLUDE     ../../wsframework/inc
       
    70 
       
    71 MW_LAYER_SYSTEMINCLUDE
       
    72 SYSTEMINCLUDE   ../../inc
       
    73 SYSTEMINCLUDE   /epoc32/include/libc
       
    74 
       
    75 LANG    SC
       
    76 
       
    77 LIBRARY         euser.lib
       
    78 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    79 LIBRARY         SenUtils.lib
       
    80 LIBRARY         SenMessages.lib
       
    81 LIBRARY         SenFramework.lib
       
    82 #else
       
    83 LIBRARY         wsUtils.lib
       
    84 LIBRARY         wsMessages.lib
       
    85 LIBRARY         wsFramework.lib
       
    86 #endif
       
    87 
       
    88 SMPSAFE