sysresmonitoring/oodmonitor/oodmonitor2/group/OODMonitor.mmp
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
child 63 c2c61fdca848
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    24 UID             0x1000008D 0x102828DC
    24 UID             0x1000008D 0x102828DC
    25 
    25 
    26 CAPABILITY      CAP_GENERAL_DLL
    26 CAPABILITY      CAP_GENERAL_DLL
    27 VENDORID        VID_DEFAULT
    27 VENDORID        VID_DEFAULT
    28 
    28 
       
    29 SYSTEMINCLUDE		/epoc32/include/mw/hb/hbwidgets
    29 USERINCLUDE     ../inc
    30 USERINCLUDE     ../inc
    30 USERINCLUDE     ../../inc
    31 USERINCLUDE     ../../inc
    31 
    32 
    32 
    33 
    33 APP_LAYER_SYSTEMINCLUDE
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
    34 
    36 
    35 
    37 
    36 SOURCEPATH      ../src
    38 SOURCEPATH      ../src
    37 SOURCE          lafshut.cpp
    39 SOURCE          lafshut.cpp
    38 SOURCE          outofdiskmonitor.cpp
    40 SOURCE          outofdiskmonitor.cpp
    43 
    45 
    44 LIBRARY         euser.lib
    46 LIBRARY         euser.lib
    45 LIBRARY         efsrv.lib
    47 LIBRARY         efsrv.lib
    46 LIBRARY         bafl.lib
    48 LIBRARY         bafl.lib
    47 LIBRARY         ws32.lib
    49 LIBRARY         ws32.lib
    48 LIBRARY         aknnotify.lib
    50 LIBRARY         platformenv.lib
    49 LIBRARY         PlatformEnv.lib
       
    50 LIBRARY         disknotifyhandler.lib
    51 LIBRARY         disknotifyhandler.lib
    51 LIBRARY         commonengine.lib
    52 LIBRARY         commonengine.lib
    52 LIBRARY         cone.lib
    53 LIBRARY         cone.lib
    53 LIBRARY         avkon.lib
       
    54 LIBRARY 	centralrepository.lib
    54 LIBRARY 	centralrepository.lib
       
    55 LIBRARY		HbWidgets.lib
    55 
    56 
    56 SOURCEPATH      ../../resource
    57 SOURCEPATH      ../../resource
    57 START RESOURCE  LafMemoryWatcher.rss
    58 START RESOURCE  LafMemoryWatcher.rss
    58 HEADER
    59 HEADER
    59 TARGETPATH      RESOURCE_FILES_DIR
    60 TARGETPATH      RESOURCE_FILES_DIR
    65 HEADER
    66 HEADER
    66 TARGETPATH      RESOURCE_FILES_DIR
    67 TARGETPATH      RESOURCE_FILES_DIR
    67 LANGUAGE_IDS
    68 LANGUAGE_IDS
    68 END
    69 END
    69 
    70 
       
    71 
       
    72 SMPSAFE
    70 // End of file.
    73 // End of file.
       
    74