devsound/devsoundrefplugin/tsrc/swcdwrap/TSU_MMF_SWCDWRAP_Step.h
changeset 0 79dd3e2336a0
equal deleted inserted replaced
-1:000000000000 0:79dd3e2336a0
       
     1 // Copyright (c) 2003-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 __TSU_MMF_SWCDWRAP_STEP_H__
       
    17 #define __TSU_MMF_SWCDWRAP_STEP_H__
       
    18 
       
    19 #include <testframework.h>
       
    20 #include <mmf/server/mmfswcodecwrapper.h>
       
    21 #include <mmf/server/mmfswcodecwrappercustominterfacesuids.hrh>
       
    22 
       
    23 #ifndef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
       
    24 	_LIT(KPddFileName,"ESDRV.PDD");
       
    25 	_LIT(KLddFileName,"ESOUND.LDD");
       
    26 #else
       
    27 	_LIT(KPddFileName,"SOUNDSC.PDD");
       
    28 	_LIT(KLddFileName,"ESOUNDSC.LDD");
       
    29 #endif
       
    30 
       
    31 class CTestSuite;
       
    32 class CTestSuite_MMF_SWCDWRAP;
       
    33 
       
    34 /**
       
    35  *
       
    36  * CTestStep_MMF_SWCDWRAP, which is the base class for all 
       
    37  * the MMF SWCDWRAP suite test steps.
       
    38  *
       
    39  * @lib "TSU_MMF_SWCDWRAP.lib"
       
    40  *
       
    41  */
       
    42 class CTestStep_MMF_SWCDWRAP : public CTestStep
       
    43 	{
       
    44 public:
       
    45 	static void CleanUp(TAny *aPtr) ;
       
    46 protected:
       
    47 	virtual TVerdict DoTestStepPreambleL();
       
    48 	virtual TVerdict DoTestStepPostambleL();
       
    49 	};
       
    50 
       
    51 
       
    52 class CTestStep_MMF_SWCDWRAP_U_0001 : public CTestStep_MMF_SWCDWRAP
       
    53 	{
       
    54 public:
       
    55 	CTestStep_MMF_SWCDWRAP_U_0001() ;
       
    56 	~CTestStep_MMF_SWCDWRAP_U_0001(){} ;
       
    57 	virtual TVerdict DoTestStepL();
       
    58 	} ;
       
    59 
       
    60 class CTestStep_MMF_SWCDWRAP_U_0002 : public CTestStep_MMF_SWCDWRAP
       
    61 	{
       
    62 public:
       
    63 	CTestStep_MMF_SWCDWRAP_U_0002() ;
       
    64 	~CTestStep_MMF_SWCDWRAP_U_0002(){} ;
       
    65 	virtual TVerdict DoTestStepL();
       
    66 	} ;
       
    67 
       
    68 class CTestStep_MMF_SWCDWRAP_U_0003 : public CTestStep_MMF_SWCDWRAP
       
    69 	{
       
    70 public:
       
    71 	CTestStep_MMF_SWCDWRAP_U_0003() ;
       
    72 	~CTestStep_MMF_SWCDWRAP_U_0003(){} ;
       
    73 	virtual TVerdict DoTestStepL();
       
    74 	} ;
       
    75 
       
    76 class CTestStep_MMF_SWCDWRAP_U_0004 : public CTestStep_MMF_SWCDWRAP
       
    77 	{
       
    78 public:
       
    79 	CTestStep_MMF_SWCDWRAP_U_0004() ;
       
    80 	~CTestStep_MMF_SWCDWRAP_U_0004(){} ;
       
    81 	virtual TVerdict DoTestStepL();
       
    82 	} ;
       
    83 
       
    84 
       
    85 class CTestStep_MMF_SWCDWRAP_U_0300 : public CTestStep_MMF_SWCDWRAP
       
    86 	{
       
    87 public:
       
    88 	CTestStep_MMF_SWCDWRAP_U_0300() ;
       
    89 	~CTestStep_MMF_SWCDWRAP_U_0300(){} ;
       
    90 	virtual TVerdict DoTestStepL();
       
    91 	} ;
       
    92 
       
    93 
       
    94 #endif /* __TSU_MMF_SWCDWRAP_H__ */