testexecfw/symbianunittestfw/sutfw/sutfwui/sutfwconsoleui/tsrc/group/ut_symbianunittestconsoleui.mmp
changeset 0 3e07fef1e154
child 1 bbd31066657e
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     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 TARGET        ut_symbianunittestconsoleui.dll
       
    19 TARGETTYPE    dll
       
    20 UID           0x20022E76 0x20022E76
       
    21 
       
    22 MACRO         SYMBIAN_UNIT_TEST
       
    23 
       
    24 SOURCEPATH    ../../src
       
    25 SOURCE        symbianunittestcommandlineparser.cpp
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 SOURCE        dllEntry.cpp
       
    29 SOURCE        ut_symbianunittestcommandlineparser.cpp
       
    30 SOURCE        commandlineargumentsstub.cpp
       
    31 
       
    32 USERINCLUDE   ../inc
       
    33 USERINCLUDE   ../../inc
       
    34 USERINCLUDE   ../../../../inc
       
    35 
       
    36 SYSTEMINCLUDE ../inc
       
    37 SYSTEMINCLUDE /epoc32/include
       
    38 SYSTEMINCLUDE /epoc32/include/symbianunittest
       
    39 
       
    40 LIBRARY       euser.lib
       
    41 LIBRARY       bafl.lib
       
    42 LIBRARY       inetprotutil.lib
       
    43 LIBRARY       symbianunittestfw.lib
       
    44 
       
    45 VENDORID 0x101FB657
       
    46 
       
    47 CAPABILITY    ALL -TCB
       
    48 
       
    49