Simon Shields | faf7f3e | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 1 | package android |
| 2 | type Product_variables struct { |
Kevin F. Haggerty | 5ac58a6 | 2018-08-25 20:23:19 -0600 | [diff] [blame] | 3 | Additional_gralloc_10_usage_bits struct { |
| 4 | Cppflags []string |
| 5 | } |
Adrian DC | 9666f1a | 2017-07-24 14:04:34 +0200 | [diff] [blame] | 6 | Has_legacy_camera_hal1 struct { |
| 7 | Cflags []string |
| 8 | } |
Paul Keith | 283a564 | 2018-02-15 21:46:00 +0100 | [diff] [blame] | 9 | Target_shim_libs struct { |
| 10 | Cppflags []string |
| 11 | } |
Simon Shields | 95566a7 | 2018-08-10 14:40:27 +1000 | [diff] [blame] | 12 | Uses_generic_camera_parameter_library struct { |
| 13 | Srcs []string |
| 14 | } |
| 15 | Uses_nvidia_enhancements struct { |
| 16 | Cppflags []string |
| 17 | } |
| 18 | Uses_qcom_bsp_legacy struct { |
| 19 | Cppflags []string |
| 20 | } |
Rashed Abdel-Tawab | 5f761b0 | 2018-03-24 11:17:49 -0700 | [diff] [blame] | 21 | Uses_qti_camera_device struct { |
| 22 | Cppflags []string |
| 23 | Shared_libs []string |
| 24 | } |
Danny Baumann | 5f97642 | 2018-08-29 11:04:58 +0200 | [diff] [blame] | 25 | Target_process_sdk_version_override struct { |
| 26 | Cppflags []string |
| 27 | } |
Michael Bestas | b9c76da | 2018-08-28 20:19:05 +0300 | [diff] [blame] | 28 | Device_support_hwfde struct { |
| 29 | Cflags []string |
| 30 | Header_libs []string |
| 31 | Shared_libs []string |
| 32 | } |
| 33 | Device_support_hwfde_perf struct { |
| 34 | Cflags []string |
| 35 | } |
| 36 | Device_support_legacy_hwfde struct { |
| 37 | Cflags []string |
| 38 | } |
Michael Bestas | 9ce6d1f | 2018-08-28 20:31:16 +0300 | [diff] [blame] | 39 | Device_support_wait_for_qsee struct { |
| 40 | Cflags []string |
| 41 | } |
Simon Shields | faf7f3e | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 42 | } |
| 43 | |
| 44 | type ProductVariables struct { |
Kevin F. Haggerty | 5ac58a6 | 2018-08-25 20:23:19 -0600 | [diff] [blame] | 45 | Additional_gralloc_10_usage_bits *string `json:",omitempty"` |
Adrian DC | 9666f1a | 2017-07-24 14:04:34 +0200 | [diff] [blame] | 46 | Has_legacy_camera_hal1 *bool `json:",omitempty"` |
Simon Shields | 95566a7 | 2018-08-10 14:40:27 +1000 | [diff] [blame] | 47 | Specific_camera_parameter_library *string `json:",omitempty"` |
Paul Keith | 283a564 | 2018-02-15 21:46:00 +0100 | [diff] [blame] | 48 | Target_shim_libs *string `json:",omitempty"` |
Simon Shields | 95566a7 | 2018-08-10 14:40:27 +1000 | [diff] [blame] | 49 | Uses_generic_camera_parameter_library *bool `json:",omitempty"` |
Aaron Kling | 60a76ac | 2018-04-21 11:37:39 -0500 | [diff] [blame] | 50 | Uses_nvidia_enhancements *bool `json:",omitempty"` |
Simon Shields | 95566a7 | 2018-08-10 14:40:27 +1000 | [diff] [blame] | 51 | Uses_qcom_bsp_legacy *bool `json:",omitempty"` |
| 52 | Uses_qti_camera_device *bool `json:",omitempty"` |
Michael Bestas | b9c76da | 2018-08-28 20:19:05 +0300 | [diff] [blame] | 53 | Target_process_sdk_version_override *string `json:",omitempty"` |
| 54 | Device_support_hwfde *bool `json:",omitempty"` |
| 55 | Device_support_hwfde_perf *bool `json:",omitempty"` |
| 56 | Device_support_legacy_hwfde *bool `json:",omitempty"` |
Michael Bestas | 9ce6d1f | 2018-08-28 20:31:16 +0300 | [diff] [blame] | 57 | Device_support_wait_for_qsee *bool `json:",omitempty"` |
Simon Shields | faf7f3e | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 58 | } |