symbianunittestfw/rom/sut.iby
branchRCL_3
changeset 3 9397a16b6eb8
parent 1 6edeef394eb7
equal deleted inserted replaced
1:6edeef394eb7 3:9397a16b6eb8
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // An iby file for symbianunittest
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __SUT_IBY__
       
    19 #define __SUT_IBY__
       
    20 
       
    21 
       
    22 // symbianunittest framework
       
    23 file=ABI_DIR\BUILD_DIR\symbianunittestfw.dll                sys\bin\symbianunittestfw.dll
       
    24 // for kernel side testing
       
    25 extension[VARID]==ABI_DIR\BUILD_DIR\symbianunittestldd.dll		    sys\bin\symbianunittestldd.dll
       
    26 
       
    27 // symbianunittest console ui
       
    28 file=ABI_DIR\BUILD_DIR\symbianunittest.exe                  sys\bin\symbianunittest.exe
       
    29 
       
    30 // unit test example
       
    31 //file=ABI_DIR\BUILD_DIR\ut_racecar.dll                       sys\bin\ut_racecar.dll
       
    32 
       
    33 #endif __SUT_IBY__
       
    34