sysresmonitoring/oodmonitor/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".
    25 
    25 
    26 CAPABILITY      CAP_GENERAL_DLL
    26 CAPABILITY      CAP_GENERAL_DLL
    27 VENDORID        VID_DEFAULT
    27 VENDORID        VID_DEFAULT
    28 
    28 
    29 
    29 
       
    30 SYSTEMINCLUDE		/epoc32/include/mw/hb/hbwidgets
    30 USERINCLUDE     ../inc
    31 USERINCLUDE     ../inc
    31 
    32 
    32 
    33 
    33 APP_LAYER_SYSTEMINCLUDE
    34 //APP_LAYER_SYSTEMINCLUDE
    34 
    35 MW_LAYER_SYSTEMINCLUDE
    35 
    36 
    36 SOURCEPATH      ../src
    37 SOURCEPATH      ../src
    37 SOURCE          lafshut.cpp
    38 SOURCE          lafshut.cpp
    38 
    39 
    39 LIBRARY         euser.lib
    40 LIBRARY         euser.lib
    40 LIBRARY         efsrv.lib
    41 LIBRARY         efsrv.lib
    41 LIBRARY         bafl.lib
    42 LIBRARY         bafl.lib
    42 LIBRARY         ws32.lib
    43 LIBRARY         ws32.lib
    43 LIBRARY         aknnotify.lib
    44 LIBRARY		HbWidgets.lib
    44 
    45 
    45 SOURCEPATH      ../resource
    46 SOURCEPATH      ../resource
    46 START RESOURCE  lafmemorywatcher.rss
    47 START RESOURCE  lafmemorywatcher.rss
    47 HEADER
    48 HEADER
    48 TARGETPATH      RESOURCE_FILES_DIR
    49 TARGETPATH      RESOURCE_FILES_DIR
    49 LANGUAGE_IDS
    50 LANGUAGE_IDS
    50 END
    51 END
    51 
    52 
       
    53 
       
    54 SMPSAFE
    52 // End of file.
    55 // End of file.
       
    56