keepalive/flextimer/test/testflextimer/group/testflextimer.mmp
changeset 32 5c4486441ae6
equal deleted inserted replaced
31:c16e04725da3 32:5c4486441ae6
       
     1 /*
       
     2 * Copyright (c) 2009 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: MMP file for STIF Test Framework's Normal test module.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          testflextimer.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x101FB3E7
       
    23 
       
    24 CAPABILITY      ALL -TCB
       
    25 VENDORID		VID_DEFAULT
       
    26 
       
    27 EPOCALLOWDLLDATA
       
    28 
       
    29 DEFFILE         testflextimer.def
       
    30 
       
    31 USERINCLUDE     ../inc 
       
    32 USERINCLUDE     ../flextimerservermonitor/inc
       
    33 USERINCLUDE     ../../../server/inc
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 
       
    39 SOURCE          testflextimer.cpp 
       
    40 SOURCE          testcflextimer.cpp 
       
    41 SOURCE          inheritedcflextimer.cpp
       
    42 SOURCE			inheritedcflextimer2.cpp
       
    43 SOURCE			testflexperiodic.cpp 
       
    44 SOURCE			testrflextimer.cpp
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         stiftestinterface.lib
       
    48 LIBRARY         stiftestengine.lib
       
    49 LIBRARY			flextimerclient.lib
       
    50 LIBRARY         flextimerservermonitorclient.lib
       
    51 
       
    52 LANG            SC
       
    53 
       
    54 // End of File