symbianunittestfw/sutfw/sutfwcore/group/symbianunittestfw.mmp
branchRCL_3
changeset 3 9397a16b6eb8
parent 1 6edeef394eb7
equal deleted inserted replaced
1:6edeef394eb7 3:9397a16b6eb8
     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:    
       
    15 *
       
    16 */
       
    17 
       
    18 #include <SUTFlags.cfg>
       
    19 
       
    20 TARGET        symbianunittestfw.dll
       
    21 TARGETTYPE    dll
       
    22 UID           0x1000008d 0x20022E74
       
    23 
       
    24 // Framework
       
    25 SOURCEPATH    ../sutfwframework/src
       
    26 SOURCE        symbianunittest.cpp
       
    27 SOURCE        symbianunittestsuite.cpp
       
    28 SOURCE        symbianunittestfailure.cpp
       
    29 SOURCE        symbianunittestresult.cpp
       
    30       
       
    31 
       
    32 // Output
       
    33 SOURCEPATH    ../sutfwoutput/src
       
    34 SOURCE        symbianunittestfileoutputwriter.cpp
       
    35 SOURCE        symbianunittestoutputformatter.cpp
       
    36 SOURCE        symbianunittestoutputashtml.cpp
       
    37 SOURCE        symbianunittestoutputastext.cpp
       
    38 SOURCE        symbianunittestoutputasxml.cpp
       
    39 SOURCE        symbianunittestoutputfactory.cpp
       
    40 
       
    41 // Test runner
       
    42 SOURCEPATH    ../sutfwtestrunner/src
       
    43 SOURCE        symbianunittestrunner.cpp
       
    44 
       
    45 // Kernel
       
    46 SOURCEPATH       ../sutfwkernel/src
       
    47 SOURCE        symbianunittestlddctl.cpp
       
    48 
       
    49 USERINCLUDE   ../sutfwframework/inc
       
    50 USERINCLUDE   ../sutfwoutput/inc
       
    51 USERINCLUDE   ../sutfwkernel/inc
       
    52 USERINCLUDE   ../../inc
       
    53 
       
    54 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    55 
       
    56 LIBRARY       euser.lib
       
    57 LIBRARY       charconv.lib
       
    58 LIBRARY       efsrv.lib
       
    59 LIBRARY       bafl.lib
       
    60 
       
    61 #if defined(__ENABLE_LOGGING__)
       
    62 LIBRARY       flogger.lib
       
    63 #endif
       
    64 
       
    65 VENDORID 0x101FB657
       
    66 
       
    67 CAPABILITY    ALL -TCB