omxilcomp/omxilaudioemulator/pcmrenderer/unittest/src/tsu_omxil_pcmrenderer_suite.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 20:13:57 +0300
changeset 0 58be5850fb6c
permissions -rw-r--r--
Revision: 2010wk32 Kit: 201035

// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

/**
 @file
 @internalComponent
*/

#ifndef TSU_OMXIL_PCMRENDERER_SUITE_H
#define TSU_OMXIL_PCMRENDERER_SUITE_H

#include <testframework.h>

/**
 *
 * CTestSuiteOmxILPcmRenderer defines the test suite for OMX IL PCM Renderer tests
 * 
 *
 *
 */
class  CTestSuiteOmxILPcmRenderer : public CTestSuite
	{

public:
CTestSuiteOmxILPcmRenderer();
	void InitialiseL(void);
	virtual ~CTestSuiteOmxILPcmRenderer();
	virtual TPtrC GetVersion( void ) const;
	};

#endif // TSU_OMXIL_PCMRENDERER_SUITE_H