Update contrib.
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
26 #include <test/testexecutestepbase.h>
32 _LIT(KDIRBASE,"C:\\Libz");
33 _LIT(KDIRPATH, "C:\\Libz\\Test1\\");
34 _LIT(KGZFILE, "C:\\Libz\\Test1\\bye.gz");
37 //literals for libz operations
38 _LIT(KLibzcomp_decomp, "libzcomp_decomp");
39 _LIT(KLibzdefl_Infl, "libzdefl_Infl");
40 _LIT(KLibzgzio, "libzgzio");
41 _LIT(KLibzversion, "libzversion");
43 class CTestlibz : public CTestStep
47 CTestlibz(const TDesC& aStepName);
48 TVerdict doTestStepL();
49 TVerdict doTestStepPreambleL();
50 TVerdict doTestStepPostambleL();
53 TInt libzcomp_decomp();
55 TInt libzdeflate(Byte*, uLong);
56 TInt libzinflate(Byte*, uLong, Byte*, uLong);