dbgsrv/coredumpserver/test/automatictests/tcds_kernel/inc/tcds_kernelBlockController.h
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 /**
       
     2 * Copyright (c) 2008-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 /**
       
    19  @file tcds_kernelBlockController.h
       
    20  @internalTechnology
       
    21 */
       
    22 
       
    23 #ifndef __TCDS_kernel_BLOCK_CONTROLLER_H__
       
    24 #define __TCDS_kernel_BLOCK_CONTROLLER_H__
       
    25 #include <TestBlockController.h>
       
    26 
       
    27 //wrapper includes here
       
    28 #include "t_crash_board.h"
       
    29 #include "t_process_crash.h"
       
    30 #include "t_coredumpserver.h"
       
    31 #include "t_coredumpmonitor.h"
       
    32 #include "t_scm_config.h"
       
    33 #include "t_self.h"
       
    34 
       
    35 class Ctcds_kernelBlockController : public CTestBlockController
       
    36 	{
       
    37 public:
       
    38 	static Ctcds_kernelBlockController* NewL();
       
    39 	virtual CDataWrapper* CreateDataL(const TDesC& aData);
       
    40 	};
       
    41 
       
    42 #endif