os/persistentdata/traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-serial/uloggerserialplugintest.h
Update contrib.
2 * Copyright (c) 2004-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.
15 * UloggerFilePluginTest.h
22 #ifndef __ULOGGERSERIALPLUGINTEST_H__
23 #define __ULOGGERSERIALPLUGINTEST_H__
25 #include <test/tefunit.h>
27 #include "uloggerserialplugin.h"
28 #include "te_serialsuitestepbase.h"
30 class CSerial0Step : public CTe_serialSuiteStepBase
35 virtual TVerdict doTestStepL();
36 virtual TVerdict doTestStepPostambleL();
37 virtual TVerdict doTestStepPreambleL();
42 void TestUnlockResourcesL();
48 _LIT(KSerial0Step,"serial0Step");
50 #endif // __ULOGGERSERIALPLUGINTEST_H__