sysresmonitoring/oommonitor/tsrc/oomtest/t_oomdummyplugin/group/t_oomdummyplugin.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 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET		  t_oomdummyplugin.dll
       
    25 TARGETTYPE	  PLUGIN
       
    26 // UID2 = 0x10009d8d for ECOM plugins.
       
    27 // UID3 = the 'DLL UID' (see resource file)
       
    28 UID			 0x10009d8d 0x10286A33
       
    29 CAPABILITY CAP_GENERAL_DLL
       
    30 
       
    31 // This is a SYSTEMINCLUDE macro containing the middleware
       
    32 // layer specific include directories
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 LIBRARY euser.lib
       
    36 LIBRARY t_oomclient.lib 
       
    37 LIBRARY        oommonitor.lib
       
    38 
       
    39 USERINCLUDE ../inc
       
    40 USERINCLUDE ../../inc
       
    41 
       
    42 
       
    43 SOURCEPATH ../data
       
    44 RESOURCE t_oomdummyplugin.rss
       
    45 
       
    46 SOURCEPATH ../src
       
    47 SOURCE ecom_entry.cpp
       
    48 SOURCE dummyplugin.cpp
       
    49 
       
    50 #ifdef ENABLE_ABIV2_MODE
       
    51 DEBUGGABLE
       
    52 #endif