klte-common: Update camera wrapper module definition

* Add torch, init function definitions

Change-Id: I4d2ebb0b2873c7553492cdda27a7f325b898ec1f
This commit is contained in:
Ethan Chen 2015-10-15 12:08:38 -07:00
parent 682faad57d
commit 6fa45107ec
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ camera_module_t HAL_MODULE_INFO_SYM = {
.set_callbacks = NULL, /* remove compilation warnings */
.get_vendor_tag_ops = NULL, /* remove compilation warnings */
.open_legacy = NULL, /* remove compilation warnings */
.set_torch_mode = NULL,
.init = NULL,
.reserved = {0}, /* remove compilation warnings */
};