webservices/wslogger/group/senlogger.mmp
changeset 0 62f9d29f7211
child 20 32ab7ae9ec94
child 25 52bdfc273ec5
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 senlogger   
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include "../../inc/webservices.hrh"
       
    24 
       
    25 
       
    26 TARGETTYPE      DLL
       
    27 
       
    28 #ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
       
    29 TARGET          SenLogger.DLL
       
    30 UID             0x1000008d 0x20000399
       
    31 #else
       
    32 TARGET          wslogger.DLL
       
    33 UID             0x1000008d 0x101F974F
       
    34 #endif
       
    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 SOURCEPATH      ../src
       
    51 SOURCE          senlogger.cpp
       
    52 SOURCE          senloggerdll.cpp
       
    53 
       
    54 USERINCLUDE     ../inc
       
    55 USERINCLUDE     ../../wsutils/inc
       
    56 
       
    57 SYSTEMINCLUDE   ../../inc
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         flogger.lib
       
    63 LIBRARY         efsrv.lib 
       
    64 LIBRARY         estor.lib 
       
    65 LIBRARY         versit.lib 
       
    66 
       
    67 //LIBRARY         hash.lib
       
    68 
       
    69 LANG            SC
       
    70 
       
    71 #if defined(ARMCC)
       
    72   DEFFILE ../eabi/SENLOGGER.DEF
       
    73 #elif defined(WINSCW)
       
    74   DEFFILE ../BWINSCW/SENLOGGER.DEF
       
    75 #elif defined(WINS)
       
    76   DEFFILE    ../BWINS/SENLOGGER.DEF
       
    77 #else 
       
    78   DEFFILE     ../BMARM/SENLOGGER.DEF
       
    79 #endif
       
    80 
       
    81 SMPSAFE