sysresmonitoring/oodmonitor/tsrc/ut_oodsubscriber/group/ut_oodsubscriber.mmp
changeset 77 b01c07dfcf84
equal deleted inserted replaced
74:1505405bc645 77:b01c07dfcf84
       
     1 /*TYPE STIFUNIT*/
       
     2 /*
       
     3 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 * 
       
    15 * Description: MMP file for STIF Test Framework's STIFUnit test module.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 SMPSAFE
       
    22 
       
    23 TARGET          ut_oodsubscriber.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x2002CAD7
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    29 // VENDORID     0x00000000
       
    30 /* Remove comments and replace 0x00000000 with correct secure id */
       
    31 // SECUREID     0x00000000
       
    32 
       
    33 macro FCC_UNIT_TEST
       
    34 #define FCC_UNIT_TEST
       
    35 
       
    36 //TARGETPATH      ?target_path
       
    37 DEFFILE         ut_oodsubscriber.def
       
    38 
       
    39 USERINCLUDE     ../inc 
       
    40 USERINCLUDE     ../../../oodmonitor2/inc 
       
    41 USERINCLUDE     ../../../inc 
       
    42 SYSTEMINCLUDE	/epoc32/include/mw/hb/hbwidgets
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 OS_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 SOURCEPATH      ../src
       
    48 
       
    49 SOURCE          ut_oodsubscriber.cpp
       
    50 SOURCE          ut_oodsubscriberCases.cpp
       
    51 SOURCE          mockoutofdiskpsobserver.cpp
       
    52 
       
    53 SOURCEPATH      ../../../oodmonitor2/src
       
    54 SOURCE          outofdisksubscriber.cpp
       
    55 SOURCE          outofdiskglobalnote.cpp
       
    56 SOURCE          outofdiskmonitor.cpp
       
    57 SOURCE          outofdisknotifyobserver.cpp
       
    58 
       
    59 //RESOURCE        resource_file
       
    60 //RESOURCE        resource_file2
       
    61 
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         stiftestinterface.lib
       
    64 
       
    65 LIBRARY         efsrv.lib
       
    66 LIBRARY         bafl.lib
       
    67 LIBRARY         commonengine.lib
       
    68 LIBRARY         HbWidgets.lib
       
    69 LIBRARY         platformenv.lib
       
    70 LIBRARY         disknotifyhandler.lib
       
    71 LIBRARY         centralrepository.lib
       
    72 
       
    73 LANG            SC
       
    74 
       
    75 // AIF ?filename// End of File