symbianunittestfw/sutfw/sutfwexamples/sutfwkernelexample/tsrc/group/ut_kernelracecar.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 "kernel/kern_ext.mmh"
       
    19 
       
    20 TARGET        ut_racecar.ldd
       
    21 TARGETTYPE    ldd
       
    22 UID           0x100000af 0x20022E77
       
    23 
       
    24 MACRO         SYMBIAN_UNIT_TEST
       
    25 
       
    26 SOURCEPATH    ../../src
       
    27 SOURCE        racecar.cpp
       
    28 
       
    29 SOURCEPATH    ../src
       
    30 SOURCE        ut_racecar.cpp
       
    31 
       
    32 USERINCLUDE   ../inc
       
    33 USERINCLUDE   ../../inc
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE /epoc32/include/symbianunittest
       
    37 
       
    38 LIBRARY       symbianunittestldd.lib
       
    39 
       
    40 start wins
       
    41 
       
    42 win32_library			kernel32.lib
       
    43 #if defined(VC32)
       
    44 win32_library			msvcrt.lib
       
    45 #endif
       
    46 
       
    47 
       
    48 end
       
    49 
       
    50 VENDORID 0x101FB657
       
    51 
       
    52 CAPABILITY    ALL
       
    53 
       
    54