os/mm/mmlibs/mmfw/tsrc/mmfunittest/SwCodecDevices/TSU_MMF_ACOD.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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_ACOD_H__
    17 #define __TSU_MMF_ACOD_H__
    18 
    19 #include <testframework.h>
    20 #include <mmf/server/mmfcodec.h>
    21 #include <mmf/server/mmfbuffer.h>
    22 #include <mmf/server/mmfdatabuffer.h>
    23 #include <mmf/common/mmfutilities.h>
    24 #include <mmf/common/mmffourcc.h>
    25 
    26 #include <mmf/common/mmfcontroller.h>
    27 #include <mmf/common/mmfcontrollerpluginresolver.h>
    28 #include <mmf/plugin/mmfplugininterfaceuids.hrh>
    29 
    30 #include "TSU_MMF_ACOD_BufferSizes.h"
    31 
    32 /** @xxxx
    33  * @class CTestStep_MMF_SwCodecDevices
    34  * @brief Test class that enables MMF Audio Codec tests.
    35  * It's a base class for all test steps.
    36  */
    37 class CTestSuite_MMF_SwCodecDevices;
    38 class CTestStep_MMF_SwCodecDevices : public CTestStep
    39 	{
    40 public:
    41 	CTestStep_MMF_SwCodecDevices();
    42 	virtual ~CTestStep_MMF_SwCodecDevices();
    43 	void SetSuite( CTestSuite_MMF_SwCodecDevices* aPtr );
    44     CTestSuite_MMF_SwCodecDevices* GetSuite();
    45 private:
    46 	CTestSuite_MMF_SwCodecDevices* iRefSuite;
    47 	};
    48 
    49 #endif// TSU_MMF_ACOD_H__
    50