diff options
author | Apurva Rajguru <arajguru@codeaurora.org> | 2012-07-12 11:34:12 -0700 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-02-03 18:13:39 +0000 |
commit | 4b47852b1b4de2f87ec1c1d7b44b41821a19eb35 (patch) | |
tree | 52769a8e83c51934b743f94353d971a6bb856ce4 /include | |
parent | 69d8d46c5985ed76947f875ee3b7d32febfcf201 (diff) | |
download | frameworks_av-4b47852b1b4de2f87ec1c1d7b44b41821a19eb35.zip frameworks_av-4b47852b1b4de2f87ec1c1d7b44b41821a19eb35.tar.gz frameworks_av-4b47852b1b4de2f87ec1c1d7b44b41821a19eb35.tar.bz2 |
Camera: Enable QC Camera feature set.
Change-Id: Ie52b6207293abe5a57d3bbe9d9c43e8c5b070af5
Diffstat (limited to 'include')
-rw-r--r-- | include/camera/Camera.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |