bluetooth/btexample/test/cit/ROMConfig/inc/cteststepbtromconfigremcon002.h
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2005-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 CTESTSTEPBTROMCONFIGREMCON002_H
       
    17 #define CTESTSTEPBTROMCONFIGREMCON002_H
       
    18 
       
    19 #include "cteststepbtromconfigbase.h"
       
    20 #include <remconcoreapitargetobserver.h>
       
    21 
       
    22 class CTestStepBtRomConfigRemCon002 : public CTestStepBtRomConfigBase,
       
    23 	public MRemConCoreApiTargetObserver
       
    24 	{
       
    25 public:
       
    26 	static CTestStepBtRomConfigRemCon002* New(CTestServer& aParent);
       
    27 	~CTestStepBtRomConfigRemCon002();
       
    28 	TVerdict doTestStepL();
       
    29 
       
    30 	// from MRemConCoreApiTargetObserver
       
    31 	void MrccatoCommand(TRemConCoreApiOperationId aOperationId, 
       
    32 		TRemConCoreApiButtonAction aButtonAct);
       
    33 	void MrccatoPlay(TRemConCoreApiPlaybackSpeed aSpeed, 
       
    34 		TRemConCoreApiButtonAction aButtonAct);
       
    35 	void MrccatoTuneFunction(TBool aTwoPart, 
       
    36 		TUint aMajorChannel, 
       
    37 		TUint aMinorChannel,
       
    38 		TRemConCoreApiButtonAction aButtonAct);
       
    39 	void MrccatoSelectDiskFunction(TUint aDisk,
       
    40 		TRemConCoreApiButtonAction aButtonAct);
       
    41 	void MrccatoSelectAvInputFunction(TUint8 aAvInputSignalNumber,
       
    42 		TRemConCoreApiButtonAction aButtonAct);
       
    43 	void MrccatoSelectAudioInputFunction(TUint8 aAudioInputSignalNumber,
       
    44 		TRemConCoreApiButtonAction aButtonAct);
       
    45 		
       
    46 private:
       
    47 	CTestStepBtRomConfigRemCon002(CTestServer& aParent);
       
    48 	};
       
    49 
       
    50 _LIT(KTestNameRemCon002, "BT_ROMCONFIG_REMCON_002"); 
       
    51 #endif //  CTESTSTEPBTROMCONFIGREMCON002_H
       
    52 
       
    53 // EOF