webservices/wsmanager/group/senservicemanager.mmp
changeset 0 62f9d29f7211
child 25 52bdfc273ec5
child 38 d9641c85af2b
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 definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 #include "../../inc/webservices.hrh"
       
    26 
       
    27 TARGETTYPE      DLL
       
    28 
       
    29 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    30 TARGET          SenServMgr.dll
       
    31 UID             0x1000008d 0x101F9702
       
    32 #else
       
    33 TARGET          wsservmgr.dll
       
    34 UID             0x1000008d 0x101F9739
       
    35 #endif
       
    36 
       
    37 #ifdef EKA2
       
    38     #if !defined ( VID_DEFAULT ) 
       
    39         VENDORID 0x101FB657
       
    40     #else
       
    41         VENDORID VID_DEFAULT
       
    42     #endif 
       
    43   
       
    44     #if !defined ( CAP_CLIENT_DLL )
       
    45         CAPABILITY ALL -TCB
       
    46     #else
       
    47         CAPABILITY CAP_CLIENT_DLL
       
    48     #endif
       
    49 #endif
       
    50 
       
    51 #if defined(ARMCC)
       
    52 DEFFILE ../eabi/SENSERVMGR.DEF
       
    53 #elif defined(WINSCW)
       
    54 DEFFILE ../BWINSCW/SENSERVMGR.DEF
       
    55 #elif defined(WINS)
       
    56   DEFFILE    ../BWINS/SENSERVMGR.DEF
       
    57 #else 
       
    58   DEFFILE     ../BMARM/SENSERVMGR.DEF
       
    59 #endif
       
    60 
       
    61 SOURCEPATH      ../src
       
    62 SOURCE          senservicemanagerimpl.cpp
       
    63 SOURCE          rsenservicemanager.cpp
       
    64 SOURCE          senservicemanagerdll.cpp
       
    65 
       
    66 USERINCLUDE     ../inc
       
    67 USERINCLUDE     ../../wsutils/inc // SenDebug.h - filelogging macros
       
    68 USERINCLUDE     ../../wslogger/inc // SenLogger.h - TLS based file logging
       
    69 USERINCLUDE     ../../wscore/inc  // SenServiceManagerDefines.h  - IPC enumerations
       
    70 USERINCLUDE 		../../wsxml/inc								//senxmldebug.h
       
    71 
       
    72 MW_LAYER_SYSTEMINCLUDE
       
    73 SYSTEMINCLUDE   ../../inc
       
    74 
       
    75 SYSTEMINCLUDE   /epoc32/include/libc
       
    76 
       
    77 LANG        SC
       
    78 
       
    79 LIBRARY     euser.lib
       
    80 LIBRARY     flogger.lib
       
    81 
       
    82 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    83 LIBRARY     SenServDesc.lib
       
    84 LIBRARY     SenXml.lib
       
    85 LIBRARY     SenUtils.lib
       
    86 LIBRARY     SenFragment.lib
       
    87 LIBRARY     SenLogger.lib
       
    88 
       
    89 #else
       
    90 LIBRARY     wsServDesc.lib
       
    91 LIBRARY     wsXml.lib
       
    92 LIBRARY     wsUtils.lib
       
    93 LIBRARY     wsFragment.lib
       
    94 LIBRARY     wsLogger.lib
       
    95 
       
    96 #endif
       
    97 
       
    98 SMPSAFE
       
    99