satengine/SatServer/EventMonitors/group/EventMonitors.mmp
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2002-2007 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 for project EventMonitors
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include "../../inc/SatMacroes.h"
       
    22 
       
    23 TARGET                  SatEventMonitors.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     0x1000008d 0x101F79FD
       
    26 
       
    27 CAPABILITY              CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  TSatEventMonitorFactory.cpp
       
    32 SOURCE                  CSatEventMonitorHandler.cpp
       
    33 SOURCE                  CSatSimRemovalMonitor.cpp
       
    34 SOURCE                  CSatUserActivityMonitor.cpp
       
    35 SOURCE                  CSatIdleScreenMonitor.cpp
       
    36 SOURCE                  CSatBrowserTerminationMonitor.cpp
       
    37 SOURCE                  csatbrowserwsmonitor.cpp
       
    38 SOURCE                  CSatLanguageSelectionMonitor.cpp
       
    39 SOURCE                  CSatBrowserThreadMonitor.cpp
       
    40 SOURCE                  CSatBIPDataAvailableMonitor.cpp
       
    41 SOURCE                  CSatBIPChannelStatusMonitor.cpp
       
    42 
       
    43 USERINCLUDE             ../inc
       
    44 USERINCLUDE             ../../inc
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 SYSTEMINCLUDE           ../../../../inc         // Domain telephony
       
    48 SYSTEMINCLUDE           ../../../inc            // Subsystem satengine
       
    49 
       
    50 LIBRARY                 euser.lib
       
    51 LIBRARY                 etelsat.lib
       
    52 LIBRARY                 SatSystemState.lib
       
    53 LIBRARY                 ws32.lib                // For RWsSession
       
    54 LIBRARY                 apgrfx.lib              // For TApaTask
       
    55 LIBRARY                 activitymanager.lib     // For CActivityManager
       
    56 
       
    57 #ifdef ENABLE_SAT_LOGGING
       
    58 LIBRARY                 flogger.lib
       
    59 #endif