os/ossrv/lowlevellibsandfws/apputils/bsul/group/bsultests.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 // bsultests.iby
    18 // IBY file for all BSUL tests
    19 
    20 #ifndef BSULTESTS_IBY
    21 #define BSULTESTS_IBY
    22 
    23 //test datas
    24 //ini files for testing
    25 data=ZRESOURCE\testconfig8.ini		\resource\testconfig8.ini
    26 data=ZRESOURCE\testconfig16.ini		\resource\testconfig16.ini
    27 data=ZRESOURCE\empty8.ini		\resource\empty8.ini
    28 data=ZRESOURCE\empty16.ini		\resource\empty16.ini
    29 data=ZRESOURCE\corruptconfig8.ini	\resource\corruptconfig8.ini
    30 data=ZRESOURCE\corruptconfig16.ini	\resource\corruptconfig16.ini
    31 data=ZRESOURCE\legacy8.ini		\resource\legacy8.ini
    32 data=ZRESOURCE\legacy16.ini		\resource\legacy16.ini
    33 data=ZRESOURCE\big16.ini		\resource\big16.ini
    34 
    35 data=ZRESOURCE\OriConfig8.ini		\resource\OriConfig8.ini
    36 data=ZRESOURCE\ComConfig8.ini		\resource\ComConfig8.ini
    37 
    38 // test executables
    39 file=ABI_DIR\BUILD_DIR\t_cacheddriveinfo.exe		Test\t_cacheddriveinfo.exe
    40 file=ABI_DIR\BUILD_DIR\t_iniparser8.exe			Test\t_iniparser8.exe
    41 file=ABI_DIR\BUILD_DIR\t_iniparser16.exe		Test\t_iniparser16.exe
    42 file=ABI_DIR\BUILD_DIR\t_iniparserperformance.exe	Test\t_iniparserperformance.exe
    43 file=ABI_DIR\BUILD_DIR\t_iniparserunit.exe		Test\t_iniparserunit.exe
    44 file=ABI_DIR\BUILD_DIR\t_clientmessage.exe		Test\t_clientmessage.exe	
    45 file=ABI_DIR\BUILD_DIR\t_clientmessagetestserver.exe Test\t_clientmessagetestserver.exe
    46 #endif