From 4b47852b1b4de2f87ec1c1d7b44b41821a19eb35 Mon Sep 17 00:00:00 2001 From: Apurva Rajguru Date: Thu, 12 Jul 2012 11:34:12 -0700 Subject: Camera: Enable QC Camera feature set. Change-Id: Ie52b6207293abe5a57d3bbe9d9c43e8c5b070af5 --- include/camera/Camera.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/camera/Camera.h b/include/camera/Camera.h index 234e165..ad4db3b 100644 --- a/include/camera/Camera.h +++ b/include/camera/Camera.h @@ -46,6 +46,9 @@ struct CameraInfo { * right of the screen, the value should be 270. */ int orientation; +#ifdef QCOM_HARDWARE + int mode; +#endif }; class ICameraService; -- cgit v1.1