usbmgmt/usbmgr/test/cit/ROMConfig/inc/cteststepusbromconfig003.h
changeset 36 1a2a19ee918d
parent 31 4bea936937d0
child 44 8d0236b3668f
child 46 613028a7da24
equal deleted inserted replaced
31:4bea936937d0 36:1a2a19ee918d
     1 /*
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CTESTSTEPUSBROMCONFIG003_H
       
    19 #define CTESTSTEPUSBROMCONFIG003_H
       
    20 
       
    21 #include "cteststepusbromconfigbase.h"
       
    22 
       
    23 class CTestStepUsbRomConfig003 : public CTestStepUsbRomConfigBase
       
    24 	{
       
    25 public:
       
    26 	static CTestStepUsbRomConfig003* New(CTestServer& aParent);
       
    27 	~CTestStepUsbRomConfig003();
       
    28 	TVerdict doTestStepL();
       
    29 	
       
    30 private:
       
    31 	CTestStepUsbRomConfig003(CTestServer& aParent);
       
    32 	};
       
    33 
       
    34 _LIT(KTestName003, "USB_ROMCONFIG_003"); 
       
    35 #endif //  CTESTSTEPUSBROMCONFIG003_H
       
    36 
       
    37 // EOF