1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/compressionlibs/ziplib/test/rtest/group/ezlibtest.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,72 @@
1.4 +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +#ifndef __EZLIBTESTS_IBY__
1.20 +#define __EZLIBTESTS_IBY__
1.21 +
1.22 +REM ezlibtest
1.23 +#include <ezlib.iby>
1.24 +#include <openenv.iby>
1.25 +
1.26 +// bluetooth.iby is required because libc.dll links to backend.dll which links to bluetooth.dll
1.27 +#include <bluetooth.iby>
1.28 +
1.29 +// These two ibys are required to prevent dependency errors in the textshell RAM builds (related to bluetooth.dll)
1.30 +#include <coreproviders.iby>
1.31 +#include <simpleselectorbase.iby>
1.32 +
1.33 +// Include the CP850 charconv plug-in in the ROM as it is needed by ziptest
1.34 +#include <charconv_codepage.iby>
1.35 +
1.36 +data=ZSYSTEM\test\ezlibtests.bat test\ezlibtests.bat
1.37 +
1.38 +
1.39 +
1.40 +file=ABI_DIR\BUILD_DIR\gzip.exe test\gzip.exe
1.41 +file=ABI_DIR\BUILD_DIR\example.exe test\example.exe
1.42 +file=ABI_DIR\BUILD_DIR\ezfile.exe test\ezfile.exe
1.43 +
1.44 +
1.45 +
1.46 +
1.47 +
1.48 +data=EPOCROOT##epoc32\wins\c\test\zip\holymoley.jar test\zip\holymoley.jar
1.49 +data=EPOCROOT##epoc32\wins\c\test\zip\rfc2459.zip test\zip\rfc2459.zip
1.50 +data=EPOCROOT##epoc32\wins\c\test\zip\compression_estored.zip test\zip\compression_estored.zip
1.51 +data=EPOCROOT##epoc32\wins\c\test\zip\zip_archive1_with_comments.zip test\zip\zip_archive1_with_comments.zip
1.52 +data=EPOCROOT##epoc32\wins\c\test\zip\zip_archive2_with_comments.zip test\zip\zip_archive2_with_comments.zip
1.53 +data=EPOCROOT##epoc32\wins\c\test\png\00000720.png test\png\00000720.png
1.54 +data=EPOCROOT##epoc32\wins\c\test\png\compressed_data1 test\png\compressed_data1
1.55 +data=EPOCROOT##epoc32\wins\c\test\png\compressed_data2 test\png\compressed_data2
1.56 +data=EPOCROOT##epoc32\wins\c\test\png\compressed_data3 test\png\compressed_data3
1.57 +data=EPOCROOT##epoc32\wins\c\test\png\compressed_data4 test\png\compressed_data4
1.58 +data=EPOCROOT##epoc32\wins\c\test\zip\cpmixwinxpmslong.zip test\zip\cpmixwinxpmslong.zip
1.59 +data=EPOCROOT##epoc32\wins\c\test\zip\cpmixwinxplong.zip test\zip\cpmixwinxplong.zip
1.60 +data=EPOCROOT##epoc32\wins\c\test\zip\cpmixwin2klong.zip test\zip\cpmixwin2klong.zip
1.61 +data=EPOCROOT##epoc32\wins\c\test\zip\cp850winxpshort.zip test\zip\cp850winxpshort.zip
1.62 +data=EPOCROOT##epoc32\wins\c\test\zip\cp850winxpmsshort.zip test\zip\cp850winxpmsshort.zip
1.63 +data=EPOCROOT##epoc32\wins\c\test\zip\cp850win2kshort.zip test\zip\cp850win2kshort.zip
1.64 +data=EPOCROOT##epoc32\wins\c\test\zip\cp1252winxpshort.zip test\zip\cp1252winxpshort.zip
1.65 +data=EPOCROOT##epoc32\wins\c\test\zip\cp1252win2kshort.zip test\zip\cp1252win2kshort.zip
1.66 +data=EPOCROOT##epoc32\data\C\test\gzip\Hello.txt test\gzip\Hello.txt
1.67 +data=EPOCROOT##epoc32\data\C\test\gzip\Hello.gz test\gzip\Hello.gz
1.68 +data=EPOCROOT##epoc32\data\C\test\gzip\Hello_HeaderChanged.gz test\gzip\Hello_HeaderChanged.gz
1.69 +data=EPOCROOT##epoc32\data\C\test\gzip\Hello_HeaderIdChanged.gz test\gzip\Hello_HeaderIdChanged.gz
1.70 +data=EPOCROOT##epoc32\data\C\test\gzip\Hello_Read_Only.gz test\gzip\Hello_Read_Only.gz
1.71 +data=EPOCROOT##epoc32\data\C\test\gzip\Hello_Read_Only.txt test\gzip\Hello_Read_Only.txt
1.72 +data=EPOCROOT##epoc32\data\C\test\gzip\Hello_TrailerCrcChanged.gz test\gzip\Hello_TrailerCrcChanged.gz
1.73 +data=EPOCROOT##epoc32\data\z\test\inflateprimetest\gzipped.gz test\inflateprimetest\gzipped.gz
1.74 +data=EPOCROOT##epoc32\data\z\test\inflateprimetest\zipped.zip test\inflateprimetest\zipped.zip
1.75 +#endif