videoplayback/videoplaybackview/tsrc/testuserinputhandler/stub/inc/hal.h
changeset 58 d2b028fd1f7d
parent 55 4bfa887905cf
child 63 4707a0db12f6
--- a/videoplayback/videoplaybackview/tsrc/testuserinputhandler/stub/inc/hal.h	Mon Aug 23 14:27:29 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-/*
-* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:  Stub declaration for HAL
-*
-*/
-
-// Version : %version:  1 %
-
-
-
-#ifndef __HAL_H__
-#define __HAL_H__
-
-#include <e32base.h>	
-#include <e32std.h>	 
-
-class HAL : public CBase
-	{
-
-public:
-
-	static TInt Get(TAttribute aAttribute, TInt& aValue);
-
-	
-	static TInt Set(TAttribute aAttribute, TInt aValue);
-	
-
-	};
-
-
-#endif
-