os/ossrv/compressionlibs/ziplib/test/rtest/group/ezlibtest.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-2009 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 //
    15 
    16 #ifndef __EZLIBTESTS_IBY__
    17 #define __EZLIBTESTS_IBY__
    18 
    19 REM ezlibtest
    20 #include <ezlib.iby>
    21 #include <openenv.iby>
    22 
    23 // bluetooth.iby is required because libc.dll links to backend.dll which links to bluetooth.dll
    24 #include <bluetooth.iby>
    25 
    26 // These two ibys are required to prevent dependency errors in the textshell RAM builds (related to bluetooth.dll)
    27 #include <coreproviders.iby>
    28 #include <simpleselectorbase.iby>
    29 
    30 // Include the CP850 charconv plug-in in the ROM as it is needed  by ziptest
    31 #include <charconv_codepage.iby>
    32 
    33 data=ZSYSTEM\test\ezlibtests.bat		                                test\ezlibtests.bat
    34 
    35 
    36 
    37 file=ABI_DIR\BUILD_DIR\gzip.exe		                                    test\gzip.exe
    38 file=ABI_DIR\BUILD_DIR\example.exe		                                test\example.exe
    39 file=ABI_DIR\BUILD_DIR\ezfile.exe		                                test\ezfile.exe
    40 
    41 
    42 
    43 
    44 
    45 data=EPOCROOT##epoc32\wins\c\test\zip\holymoley.jar	                    test\zip\holymoley.jar
    46 data=EPOCROOT##epoc32\wins\c\test\zip\rfc2459.zip	                    test\zip\rfc2459.zip
    47 data=EPOCROOT##epoc32\wins\c\test\zip\compression_estored.zip           test\zip\compression_estored.zip
    48 data=EPOCROOT##epoc32\wins\c\test\zip\zip_archive1_with_comments.zip    test\zip\zip_archive1_with_comments.zip
    49 data=EPOCROOT##epoc32\wins\c\test\zip\zip_archive2_with_comments.zip    test\zip\zip_archive2_with_comments.zip
    50 data=EPOCROOT##epoc32\wins\c\test\png\00000720.png	                    test\png\00000720.png
    51 data=EPOCROOT##epoc32\wins\c\test\png\compressed_data1                  test\png\compressed_data1
    52 data=EPOCROOT##epoc32\wins\c\test\png\compressed_data2	                test\png\compressed_data2
    53 data=EPOCROOT##epoc32\wins\c\test\png\compressed_data3	                test\png\compressed_data3
    54 data=EPOCROOT##epoc32\wins\c\test\png\compressed_data4	                test\png\compressed_data4
    55 data=EPOCROOT##epoc32\wins\c\test\zip\cpmixwinxpmslong.zip	            test\zip\cpmixwinxpmslong.zip
    56 data=EPOCROOT##epoc32\wins\c\test\zip\cpmixwinxplong.zip	            test\zip\cpmixwinxplong.zip
    57 data=EPOCROOT##epoc32\wins\c\test\zip\cpmixwin2klong.zip	            test\zip\cpmixwin2klong.zip
    58 data=EPOCROOT##epoc32\wins\c\test\zip\cp850winxpshort.zip	            test\zip\cp850winxpshort.zip
    59 data=EPOCROOT##epoc32\wins\c\test\zip\cp850winxpmsshort.zip             test\zip\cp850winxpmsshort.zip
    60 data=EPOCROOT##epoc32\wins\c\test\zip\cp850win2kshort.zip	            test\zip\cp850win2kshort.zip
    61 data=EPOCROOT##epoc32\wins\c\test\zip\cp1252winxpshort.zip	            test\zip\cp1252winxpshort.zip
    62 data=EPOCROOT##epoc32\wins\c\test\zip\cp1252win2kshort.zip	            test\zip\cp1252win2kshort.zip
    63 data=EPOCROOT##epoc32\data\C\test\gzip\Hello.txt			            test\gzip\Hello.txt
    64 data=EPOCROOT##epoc32\data\C\test\gzip\Hello.gz				            test\gzip\Hello.gz
    65 data=EPOCROOT##epoc32\data\C\test\gzip\Hello_HeaderChanged.gz	        test\gzip\Hello_HeaderChanged.gz
    66 data=EPOCROOT##epoc32\data\C\test\gzip\Hello_HeaderIdChanged.gz	        test\gzip\Hello_HeaderIdChanged.gz
    67 data=EPOCROOT##epoc32\data\C\test\gzip\Hello_Read_Only.gz		        test\gzip\Hello_Read_Only.gz
    68 data=EPOCROOT##epoc32\data\C\test\gzip\Hello_Read_Only.txt		        test\gzip\Hello_Read_Only.txt
    69 data=EPOCROOT##epoc32\data\C\test\gzip\Hello_TrailerCrcChanged.gz       test\gzip\Hello_TrailerCrcChanged.gz
    70 data=EPOCROOT##epoc32\data\z\test\inflateprimetest\gzipped.gz	        test\inflateprimetest\gzipped.gz
    71 data=EPOCROOT##epoc32\data\z\test\inflateprimetest\zipped.zip	        test\inflateprimetest\zipped.zip
    72 #endif