diff -r c1e808730d6c -r c36d67f77f75 devsound/a3fcharacterisationtest/src/char_a3f_devsound_compliancesuite.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devsound/a3fcharacterisationtest/src/char_a3f_devsound_compliancesuite.h Thu Jun 24 10:37:45 2010 +0100 @@ -0,0 +1,40 @@ +// 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: +// + +#ifndef CHAR_A3F_DEVSOUND_COMPLIANCESUITE_H +#define CHAR_A3F_DEVSOUND_COMPLIANCESUITE_H + +#include + +_LIT(KTestSuiteName, "CHAR_A3F_DEVSOUND"); + + +/* + The class creates a test suite that defines and includes A3F DevSound + tests to be run using the Symbian Multimedia Test Framework + */ +class CA3FDevSoundComplianceSuite : public CTestSuite + { +public: + void InitialiseL(); + static CA3FDevSoundComplianceSuite* NewL(); + ~CA3FDevSoundComplianceSuite(); +private: + CA3FDevSoundComplianceSuite(); + }; + + +#endif // CHAR_A3F_DEVSOUND_COMPLIANCESUITE_H +