/** Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies).* All rights reserved.* This component and the accompanying materials are made available* under the terms of "Eclipse Public License v1.0"* which accompanies this distribution, and is available* at the URL "http://www.eclipse.org/legal/epl-v10.html".** Initial Contributors:* Nokia Corporation - initial contribution.** Contributors:** Description: * This is project specification file for the mmswatcher.dll**/#include <platform_paths.hrh>#include "../../group/mmsopt.mph"TARGET mmswatcher.dllTARGETTYPE PLUGIN// UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifierUID 0x10009D8D 0x10005948CAPABILITY CAP_GENERAL_DLL VENDORID VID_DEFAULTVERSION 10.0PAGEDSOURCEPATH ../src// Macro to get rid of all logging// uncomment to delete logs, comment out to enable logs// Master control _MMS_ALL_LOGGING_OFF_// is in file mmsengine/group/mmsopt.mph// Comment out _MMS_ALL_LOGGING_OFF_ in that file to enable logging// in all mms components#ifdef _MMS_ALL_LOGGING_OFF_MACRO _NO_MMSS_LOGGING_#define _NO_MMSS_LOGGING_#endifSOURCE mmswatcher.cppSOURCE mmscenrepobserver.cpp#ifdef WINSSOURCE mmspollingtimer.cpp#endifUSERINCLUDE ../incUSERINCLUDE ../../incUSERINCLUDE ../../mmsserver/incUSERINCLUDE ../../mmsserversettings/incSYSTEMINCLUDE ../../../incAPP_LAYER_SYSTEMINCLUDESYSTEMINCLUDE /epoc32/include/ecomSYSTEMINCLUDE /epoc32/include/libcLIBRARY euser.libLIBRARY msgs.libLIBRARY efsrv.libLIBRARY estor.libLIBRARY centralrepository.libLIBRARY bafl.libLIBRARY mmsserversettings.lib#ifndef _NO_MMSS_LOGGING_LIBRARY flogger.lib#elseDEBUGLIBRARY flogger.lib#endif/*#if defined(ARMCC)deffile ../eabi/mmswatcher.def#elif defined( WINSCW )deffile ../bwinscw/mmswatcher.def#elif defined( WINS )DEFFILE ../bwins/wins.def#elif defined( MARM )DEFFILE ../bmarm/marm.def#endif*/start resource 10005948.rssTARGET mmswatcher.rscend// End of file