testdev/ite/test/com.nokia.testfw.cmdtool.test/test.resource/unittest/several.bld.inf/multiprj/unittest/group/ut_multiprj.mmp
changeset 1 96906a986c3b
equal deleted inserted replaced
0:f1112f777ce9 1:96906a986c3b
       
     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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET        ut_multiprj.dll
       
    19 TARGETTYPE    dll
       
    20 UID           0x20022E76 0x20022E76
       
    21 
       
    22 MACRO         SYMBIAN_UNIT_TEST
       
    23 
       
    24 SOURCEPATH    ../../multiprj1/src
       
    25 SOURCE        class1.cpp
       
    26 
       
    27 SOURCEPATH    ../../multiprj2/src
       
    28 SOURCE        class2.cpp
       
    29 
       
    30 
       
    31 SOURCEPATH    ../src
       
    32 SOURCE        dllEntry.cpp
       
    33 SOURCE        ut_CClass1.cpp
       
    34 SOURCE        ut_CClass2.cpp
       
    35 
       
    36 USERINCLUDE   ../inc
       
    37 USERINCLUDE   ../../multiprj1/inc
       
    38 USERINCLUDE   ../../multiprj2/inc
       
    39 
       
    40 SYSTEMINCLUDE /epoc32/include
       
    41 SYSTEMINCLUDE /epoc32/include/symbianunittest
       
    42 
       
    43 LIBRARY       euser.lib
       
    44 LIBRARY       symbianunittestfw.lib
       
    45 
       
    46 VENDORID 0x101FB657
       
    47 
       
    48 CAPABILITY    ALL -TCB
       
    49