From 68dc9e70b79dacddc4e0bf00af0de7f764b04eed Mon Sep 17 00:00:00 2001 From: Zhengyin Qian Date: Tue, 15 Dec 2015 10:25:10 -0800 Subject: remove robby sensor code In Emerald, robby project's sensor code has been moved to /vendor/intel/robby/sensors Change-Id: Iff11b2f079ba47003637c9a3024f997da34b5b02 --- libsensors_iio/src/SWGameRotationVector.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 libsensors_iio/src/SWGameRotationVector.h (limited to 'libsensors_iio/src/SWGameRotationVector.h') diff --git a/libsensors_iio/src/SWGameRotationVector.h b/libsensors_iio/src/SWGameRotationVector.h deleted file mode 100644 index 4b7e30a..0000000 --- a/libsensors_iio/src/SWGameRotationVector.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (C) 2013-2015 STMicroelectronics - * Author: Denis Ciocca - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef ST_SWGAME_ROTATION_VECTOR_H -#define ST_SWGAME_ROTATION_VECTOR_H - -#include "SWSensorBase.h" - -class SWGameRotationVector : public SWSensorBaseWithPollrate { -public: - SWGameRotationVector(const char *name, int handle, int pipe_data_fd); - ~SWGameRotationVector(); - - virtual void TriggerEventReceived(); -}; - -#endif /* ST_SWGAME_ROTATION_VECTOR_H */ -- cgit v1.2.3