services/terminalmodeservice/tsrc/upnptmservertest/group/upnptmservertest.mmp
branchRCL_3
changeset 30 594d15129e2c
parent 29 5c72fd91570d
equal deleted inserted replaced
29:5c72fd91570d 30:594d15129e2c
     1 /**
       
     2 * Copyright (c) 2010 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 Hardcoded test module. 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          upnptmservertest.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x101FB3E7
       
    23 
       
    24 CAPABILITY      ALL -TCB
       
    25 
       
    26 //TARGETPATH      
       
    27 DEFFILE         upnptmservertest.def
       
    28 
       
    29 USERINCLUDE     ../inc 
       
    30 SYSTEMINCLUDE 	/epoc32/include/platform/mw
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 SOURCE          tmservertest.cpp
       
    37 SOURCE          tmservertestcases.cpp
       
    38 SOURCE          testtimer.cpp 
       
    39 SOURCE          discoverytesttimer.cpp
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         bafl.lib
       
    43 LIBRARY         stiftestinterface.lib
       
    44 LIBRARY         stiftestengine.lib
       
    45 LIBRARY         terminalmodeservice.lib
       
    46 LIBRARY         upnpcontrolpointbase.lib
       
    47 LIBRARY         upnpserviceframework.lib
       
    48 LIBRARY         ecom.lib
       
    49 
       
    50 LANG            SC
       
    51 
       
    52