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