sysresmonitoring/oodmonitor/oodmonitor2/group/OODMonitor.mmp
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2009 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
       
    30 USERINCLUDE     ../inc
    29 USERINCLUDE     ../inc
    31 USERINCLUDE     ../../inc
    30 USERINCLUDE     ../../inc
    32 
    31 
    33 
    32 
    34 
    33 APP_LAYER_SYSTEMINCLUDE
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
    34 
    37 
    35 
    38 SOURCEPATH      ../src
    36 SOURCEPATH      ../src
    39 SOURCE          lafshut.cpp
    37 SOURCE          lafshut.cpp
    40 SOURCE          outofdiskmonitor.cpp
    38 SOURCE          outofdiskmonitor.cpp
    45 
    43 
    46 LIBRARY         euser.lib
    44 LIBRARY         euser.lib
    47 LIBRARY         efsrv.lib
    45 LIBRARY         efsrv.lib
    48 LIBRARY         bafl.lib
    46 LIBRARY         bafl.lib
    49 LIBRARY         ws32.lib
    47 LIBRARY         ws32.lib
    50 LIBRARY         platformenv.lib
    48 LIBRARY         aknnotify.lib
       
    49 LIBRARY         PlatformEnv.lib
    51 LIBRARY         disknotifyhandler.lib
    50 LIBRARY         disknotifyhandler.lib
    52 LIBRARY         commonengine.lib
    51 LIBRARY         commonengine.lib
    53 LIBRARY         cone.lib
    52 LIBRARY         cone.lib
       
    53 LIBRARY         avkon.lib
    54 LIBRARY 	centralrepository.lib
    54 LIBRARY 	centralrepository.lib
    55 LIBRARY		HbWidgets.lib
       
    56 
    55 
    57 SOURCEPATH      ../../resource
    56 SOURCEPATH      ../../resource
    58 START RESOURCE  LafMemoryWatcher.rss
    57 START RESOURCE  LafMemoryWatcher.rss
    59 HEADER
    58 HEADER
    60 TARGETPATH      RESOURCE_FILES_DIR
    59 TARGETPATH      RESOURCE_FILES_DIR
    66 HEADER
    65 HEADER
    67 TARGETPATH      RESOURCE_FILES_DIR
    66 TARGETPATH      RESOURCE_FILES_DIR
    68 LANGUAGE_IDS
    67 LANGUAGE_IDS
    69 END
    68 END
    70 
    69 
    71 
       
    72 SMPSAFE
       
    73 // End of file.
    70 // End of file.
    74