sysresmonitoring/oodmonitor/oodmonitor2/group/OODMonitor.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002-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 for project oodmonitor
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          oodmonitor.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x102828DC
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 USERINCLUDE     ../inc
       
    30 USERINCLUDE     ../../inc
       
    31 
       
    32 
       
    33 APP_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          lafshut.cpp
       
    38 SOURCE          outofdiskmonitor.cpp
       
    39 SOURCE          outofdisknotifyobserver.cpp
       
    40 SOURCE          outofdiskpsobserver.cpp
       
    41 SOURCE          outofdisksubscriber.cpp
       
    42 SOURCE          outofdiskglobalnote.cpp
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY         bafl.lib
       
    47 LIBRARY         ws32.lib
       
    48 LIBRARY         aknnotify.lib
       
    49 LIBRARY         PlatformEnv.lib
       
    50 LIBRARY         disknotifyhandler.lib
       
    51 LIBRARY         commonengine.lib
       
    52 LIBRARY         cone.lib
       
    53 LIBRARY         avkon.lib
       
    54 LIBRARY 	centralrepository.lib
       
    55 
       
    56 SOURCEPATH      ../../resource
       
    57 START RESOURCE  LafMemoryWatcher.rss
       
    58 HEADER
       
    59 TARGETPATH      RESOURCE_FILES_DIR
       
    60 LANGUAGE_IDS
       
    61 END
       
    62 
       
    63 SOURCEPATH      ../resource
       
    64 START RESOURCE  outofdiskmonitor.rss
       
    65 HEADER
       
    66 TARGETPATH      RESOURCE_FILES_DIR
       
    67 LANGUAGE_IDS
       
    68 END
       
    69 
       
    70 // End of file.