mmdevicefw/mdfunittest/codecapi/omxvorbis/src/tsu_mdf_omxvorbiscodecs_pu.h
changeset 0 79dd3e2336a0
equal deleted inserted replaced
-1:000000000000 0:79dd3e2336a0
       
     1 // Copyright (c) 2006-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 // Header file: PU related tests for PREQ1024 OpenMax Vorbis PU.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file tsu_mdf_omxvorbiscodecs_pu.h
       
    20 */
       
    21 
       
    22 #ifndef TSU_MDF_OMXVORBISCODECS_PU_H
       
    23 #define TSU_MDF_OMXVORBISCODECS_PU_H
       
    24 
       
    25 #include "tsu_mdf_omxvorbiscodecs_step.h"
       
    26 #include <mmf/server/mmfhwdevice.h>
       
    27 #include <oggvorbiscodec/oggutil.h>
       
    28 
       
    29 class RTestStepOmxVorbisCodecs;
       
    30 
       
    31 /**
       
    32  * 
       
    33  * Test Case : MM-MDF-OMXVORBISCODECS-U-0010-HP
       
    34  * General testing relating to PU layer
       
    35  *
       
    36  * @class RTestStepOmxVorbisCodecPu 
       
    37  *
       
    38  */
       
    39 class RTestStepOmxVorbisCodecPu : public RTestStepOmxVorbisCodecs
       
    40 	{
       
    41 public:
       
    42 	RTestStepOmxVorbisCodecPu();
       
    43 	virtual TVerdict DoTestStepL();
       
    44 private:
       
    45 	TVerdict iVerdict;
       
    46 	};
       
    47 
       
    48 #endif // TSU_MDF_OMXVORBISCODECS_PU_H
       
    49 
       
    50