usbmgmt/usbmgr/test/cit/ROMConfig/inc/cteststepusbromconfig004.h
branchRCL_3
changeset 15 f92a4f87e424
parent 14 d3e8e7d462dd
child 16 012cc2ee6408
equal deleted inserted replaced
14:d3e8e7d462dd 15:f92a4f87e424
     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 CTESTSTEPUSBROMCONFIG004_H
       
    19 #define CTESTSTEPUSBROMCONFIG004_H
       
    20 
       
    21 #include "cteststepusbromconfigbase.h"
       
    22 
       
    23 class CTestStepUsbRomConfig004 : public CTestStepUsbRomConfigBase
       
    24 	{
       
    25 public:
       
    26 	static CTestStepUsbRomConfig004* New(CTestServer& aParent);
       
    27 	~CTestStepUsbRomConfig004();
       
    28 	TVerdict doTestStepL();
       
    29 	
       
    30 private:
       
    31 	CTestStepUsbRomConfig004(CTestServer& aParent);
       
    32 	};
       
    33 
       
    34 _LIT(KTestName004, "USB_ROMCONFIG_004"); 
       
    35 #endif //  CTESTSTEPUSBROMCONFIG004_H
       
    36 
       
    37 // EOF