uiacceltk/hitchcock/goommonitor/group/goommonitor.mmp
changeset 0 15bf7259bb7c
child 8 10534483575f
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2006-2009 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 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          goommonitor.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x10282DBF
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 USERINCLUDE     ../inc
       
    29 USERINCLUDE     ../../CommonInc
       
    30 
       
    31 
       
    32 // This is a SYSTEMINCLUDE macro containing the middleware
       
    33 // layer specific include directories
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 SYSTEMINCLUDE /epoc32/include/libc
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          goomIdletimerule.cpp
       
    39 SOURCE          goomaction.cpp
       
    40 SOURCE          goomactionconfig.cpp
       
    41 SOURCE          goomactionlist.cpp
       
    42 SOURCE          goomactionref.cpp
       
    43 SOURCE          goomappclosetimer.cpp
       
    44 SOURCE          goomappclosewatcher.cpp
       
    45 SOURCE          goomapplicationconfig.cpp
       
    46 SOURCE          goomcloseapp.cpp
       
    47 SOURCE          goomcloseappconfig.cpp
       
    48 SOURCE          goomconfig.cpp
       
    49 SOURCE          goomconfigparser.cpp
       
    50 SOURCE          goomforegroundrule.cpp
       
    51 SOURCE          goomglobalconfig.cpp
       
    52 SOURCE          goomlog.cpp
       
    53 SOURCE          goommemorymonitor.cpp
       
    54 SOURCE          goommemorymonitorserver.cpp
       
    55 SOURCE          goommemorymonitorsession.cpp
       
    56 SOURCE          goommonitor.cpp
       
    57 SOURCE          goommonitorplugin.cpp
       
    58 SOURCE          goommonitorsession.cpp
       
    59 SOURCE          goompanic.cpp
       
    60 SOURCE          goompluginwaiter.cpp
       
    61 SOURCE          goomrunplugin.cpp
       
    62 SOURCE          goomrunpluginconfig.cpp
       
    63 SOURCE          goomwindowgrouplist.cpp
       
    64 SOURCE          goomwserveventreceiver.cpp
       
    65 
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         apparc.lib
       
    68 LIBRARY         eikcore.lib
       
    69 LIBRARY         aknnotify.lib
       
    70 LIBRARY         apgrfx.lib
       
    71 LIBRARY         ws32.lib
       
    72 LIBRARY         bafl.lib
       
    73 LIBRARY         ecom.lib
       
    74 LIBRARY         hal.lib
       
    75 LIBRARY         efsrv.lib
       
    76 LIBRARY         xmlframework.lib
       
    77 LIBRARY         cone.lib
       
    78 LIBRARY			libEGL.lib
       
    79 LIBRARY			libc.lib
       
    80 
       
    81 #ifdef _DEBUG
       
    82 LIBRARY         flogger.lib
       
    83 #endif