mmsengine/mmswatcher/bld/mmswatcher.mmp
changeset 0 72b543305e3a
child 35 a32b19fb291e
child 67 fc91263aee62
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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:  
       
    15 *     This is project specification file for the mmswatcher.dll
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include "../../group/mmsopt.mph"
       
    24 
       
    25 TARGET          mmswatcher.dll
       
    26 
       
    27 TARGETTYPE		PLUGIN
       
    28 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier
       
    29 UID		0x10009D8D 0x10005948
       
    30 CAPABILITY      CAP_GENERAL_DLL    
       
    31 
       
    32 VENDORID        VID_DEFAULT
       
    33 VERSION 	10.0
       
    34 PAGED
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 // Macro to get rid of all logging
       
    39 // uncomment to delete logs, comment out to enable logs
       
    40 // Master control _MMS_ALL_LOGGING_OFF_
       
    41 // is in file mmsengine/group/mmsopt.mph
       
    42 // Comment out _MMS_ALL_LOGGING_OFF_ in that file to enable logging
       
    43 // in all mms components
       
    44 #ifdef _MMS_ALL_LOGGING_OFF_
       
    45 MACRO _NO_MMSS_LOGGING_
       
    46 #define _NO_MMSS_LOGGING_
       
    47 #endif
       
    48 
       
    49 SOURCE        mmswatcher.cpp
       
    50 SOURCE        mmscenrepobserver.cpp
       
    51 #ifdef WINS
       
    52 SOURCE        mmspollingtimer.cpp
       
    53 #endif
       
    54 
       
    55 USERINCLUDE   ../inc
       
    56 USERINCLUDE   ../../inc
       
    57 USERINCLUDE   ../../mmsserver/inc
       
    58 USERINCLUDE   ../../mmsserversettings/inc
       
    59 
       
    60 SYSTEMINCLUDE ../../../inc
       
    61 APP_LAYER_SYSTEMINCLUDE
       
    62 SYSTEMINCLUDE /epoc32/include/ecom
       
    63 SYSTEMINCLUDE /epoc32/include/libc
       
    64 
       
    65 
       
    66 LIBRARY       euser.lib
       
    67 LIBRARY       msgs.lib
       
    68 LIBRARY       efsrv.lib
       
    69 LIBRARY       estor.lib
       
    70 LIBRARY       centralrepository.lib
       
    71 LIBRARY       bafl.lib
       
    72 LIBRARY       mmsserversettings.lib
       
    73 
       
    74 #ifndef _NO_MMSS_LOGGING_
       
    75 LIBRARY         flogger.lib
       
    76 #else
       
    77 DEBUGLIBRARY    flogger.lib
       
    78 #endif
       
    79 
       
    80 /*#if defined(ARMCC)
       
    81 deffile       ../eabi/mmswatcher.def
       
    82 #elif defined( WINSCW )
       
    83 deffile       ../bwinscw/mmswatcher.def
       
    84 #elif defined( WINS )
       
    85 DEFFILE       ../bwins/wins.def
       
    86 #elif defined( MARM )
       
    87 DEFFILE       ../bmarm/marm.def
       
    88 #endif*/
       
    89 
       
    90 start resource 10005948.rss
       
    91 TARGET		mmswatcher.rsc
       
    92 end
       
    93 
       
    94 // End of file