sysresmonitoring/oommonitor/tsrc/oomtest/t_oomdummyapp/group/t_oomdummyapp.mmp
branchRCL_3
changeset 1 0fdb7f6b0309
child 19 924385140d98
equal deleted inserted replaced
0:2e3d3ce01487 1:0fdb7f6b0309
       
     1 /*
       
     2 * Copyright (c) 2006 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET			t_oomdummyapp_0xE6CFBA00.exe
       
    24 TARGETTYPE		exe
       
    25 UID		  0x100039CE 0xE6CFBA00
       
    26 
       
    27 // This is a SYSTEMINCLUDE macro containing the middleware
       
    28 // layer specific include directories
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 SOURCEPATH		../src
       
    32 SOURCE			t_oomdummyapp.cpp
       
    33 SOURCE			t_oomdummyappApplication.cpp
       
    34 SOURCE			t_oomdummyappAppView.cpp
       
    35 SOURCE			t_oomdummyappAppUi.cpp
       
    36 SOURCE			t_oomdummyappDocument.cpp
       
    37 SOURCE			CMsgHandler.cpp
       
    38 
       
    39 SOURCEPATH		../data
       
    40 
       
    41 START RESOURCE	t_oomdummyapp.rss
       
    42 HEADER
       
    43 TARGET t_oomdummyapp_0xE6CFBA00
       
    44 TARGETPATH resource/apps
       
    45 END //RESOURCE
       
    46 
       
    47 START RESOURCE	t_oomdummyapp_reg.rss
       
    48 TARGET t_oomdummyapp_0xE6CFBA00_reg
       
    49 TARGETPATH 	  /private/10003a3f/apps
       
    50 END //RESOURCE
       
    51 
       
    52 USERINCLUDE	   ../inc
       
    53 USERINCLUDE    ../../inc
       
    54 USERINCLUDE    ../help
       
    55 
       
    56 LIBRARY		   euser.lib
       
    57 LIBRARY		   apparc.lib
       
    58 LIBRARY		   cone.lib
       
    59 LIBRARY		   eikcore.lib
       
    60 LIBRARY		   avkon.lib
       
    61 LIBRARY		   commonengine.lib
       
    62 LIBRARY		   efsrv.lib 
       
    63 LIBRARY		   estor.lib
       
    64 LIBRARY        aknnotify.lib
       
    65 LIBRARY        hlplch.lib 
       
    66 LIBRARY        oommonitor.lib
       
    67 
       
    68 LANG SC
       
    69 
       
    70 VENDORID	  	  0
       
    71 SECUREID		  0xE6CFBA00
       
    72 CAPABILITY	  	  ReadUserData WriteDeviceData
       
    73 
       
    74 #ifdef ENABLE_ABIV2_MODE
       
    75   DEBUGGABLE_UDEBONLY
       
    76 #endif
       
    77 
       
    78 EPOCHEAPSIZE	0x1000 0x1000000
       
    79 EPOCSTACKSIZE   0x4000
       
    80 
       
    81 // End of File