os/ossrv/lowlevellibsandfws/apputils/bsul/group/bsultests.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/apputils/bsul/group/bsultests.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,46 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:
    1.18 +*
    1.19 +*/
    1.20 +// bsultests.iby
    1.21 +// IBY file for all BSUL tests
    1.22 +
    1.23 +#ifndef BSULTESTS_IBY
    1.24 +#define BSULTESTS_IBY
    1.25 +
    1.26 +//test datas
    1.27 +//ini files for testing
    1.28 +data=ZRESOURCE\testconfig8.ini		\resource\testconfig8.ini
    1.29 +data=ZRESOURCE\testconfig16.ini		\resource\testconfig16.ini
    1.30 +data=ZRESOURCE\empty8.ini		\resource\empty8.ini
    1.31 +data=ZRESOURCE\empty16.ini		\resource\empty16.ini
    1.32 +data=ZRESOURCE\corruptconfig8.ini	\resource\corruptconfig8.ini
    1.33 +data=ZRESOURCE\corruptconfig16.ini	\resource\corruptconfig16.ini
    1.34 +data=ZRESOURCE\legacy8.ini		\resource\legacy8.ini
    1.35 +data=ZRESOURCE\legacy16.ini		\resource\legacy16.ini
    1.36 +data=ZRESOURCE\big16.ini		\resource\big16.ini
    1.37 +
    1.38 +data=ZRESOURCE\OriConfig8.ini		\resource\OriConfig8.ini
    1.39 +data=ZRESOURCE\ComConfig8.ini		\resource\ComConfig8.ini
    1.40 +
    1.41 +// test executables
    1.42 +file=ABI_DIR\BUILD_DIR\t_cacheddriveinfo.exe		Test\t_cacheddriveinfo.exe
    1.43 +file=ABI_DIR\BUILD_DIR\t_iniparser8.exe			Test\t_iniparser8.exe
    1.44 +file=ABI_DIR\BUILD_DIR\t_iniparser16.exe		Test\t_iniparser16.exe
    1.45 +file=ABI_DIR\BUILD_DIR\t_iniparserperformance.exe	Test\t_iniparserperformance.exe
    1.46 +file=ABI_DIR\BUILD_DIR\t_iniparserunit.exe		Test\t_iniparserunit.exe
    1.47 +file=ABI_DIR\BUILD_DIR\t_clientmessage.exe		Test\t_clientmessage.exe	
    1.48 +file=ABI_DIR\BUILD_DIR\t_clientmessagetestserver.exe Test\t_clientmessagetestserver.exe
    1.49 +#endif