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