webservices/wsconnectionagent/group/senconnagent.mmp
changeset 0 62f9d29f7211
equal deleted inserted replaced
-1:000000000000 0:62f9d29f7211
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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 wsconnectionagent
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include "../../inc/webservices.hrh"
       
    22 
       
    23 
       
    24 TARGETTYPE      DLL
       
    25 
       
    26 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    27 	TARGET      wsconnagent.dll
       
    28 	UID         0x1000008d 0x001F9707
       
    29 #else
       
    30 	TARGET      senconnagent.dll
       
    31 	UID         0x1000008d 0x2001951A
       
    32 #endif
       
    33 
       
    34 #ifdef EKA2
       
    35     #if !defined ( VID_DEFAULT ) 
       
    36         VENDORID 0x101FB657
       
    37     #else
       
    38         VENDORID VID_DEFAULT
       
    39     #endif 
       
    40   
       
    41     #if !defined ( CAP_CLIENT_DLL )
       
    42         CAPABILITY ALL -TCB
       
    43     #else
       
    44         CAPABILITY CAP_CLIENT_DLL
       
    45     #endif
       
    46 #endif
       
    47 
       
    48 
       
    49 SOURCEPATH      ../src
       
    50 SOURCE          senconnagentserver.cpp
       
    51 SOURCE          senconnagentsession.cpp
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 USERINCLUDE     ../inc
       
    55 USERINCLUDE     ../../wscore/inc  // SenServiceManagerDefines.h  - IPC enumerations
       
    56 USERINCLUDE		../../wsframework/inc
       
    57 USERINCLUDE		../../wsutils/inc
       
    58 USERINCLUDE		../../wsxml/inc
       
    59 
       
    60 
       
    61 
       
    62 // System libs:
       
    63 LIBRARY         euser.lib
       
    64 #ifdef __ENABLE_ALR__
       
    65 LIBRARY         netmeta.lib
       
    66 #endif
       
    67 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    68 LIBRARY			SenServDesc.lib
       
    69 LIBRARY			SenXml.lib
       
    70 LIBRARY			SenUtils.lib
       
    71 #else
       
    72 LIBRARY			wsServDesc.lib
       
    73 LIBRARY			wsXml.lib
       
    74 LIBRARY			wsUtils.lib
       
    75 #endif
       
    76 LANG        SC
       
    77 
       
    78 #if defined(ARMCC)
       
    79 #ifdef __ENABLE_ALR__
       
    80 	DEFFILE ../EABI/senconnagent32.def
       
    81 #else
       
    82   DEFFILE ../eabi/senconnagent.def
       
    83 #endif
       
    84 #elif defined(WINSCW)
       
    85   DEFFILE ../BWINSCW/senconnagent.def
       
    86 #endif
       
    87 
       
    88 SMPSAFE
       
    89