blob: 029a518f57b1301150b45d2c3dd48073f6ea44ae [file] [log] [blame]
Simon Shields4ed46052017-08-23 12:03:36 +10001package android
2type Product_variables struct {
Kevin F. Haggerty59009f82018-08-25 20:23:19 -06003 Additional_gralloc_10_usage_bits struct {
4 Cppflags []string
5 }
Michael Bestasf3f7eb22018-12-29 23:34:17 +02006 Apply_msm8974_1440p_egl_workaround struct {
7 Cflags []string
8 }
Alessandro Astonee5acfae2018-10-12 00:16:27 +02009 Bootloader_message_offset struct {
10 Cflags []string
11 }
Adrian DC41927e42017-07-24 14:04:34 +020012 Has_legacy_camera_hal1 struct {
13 Cflags []string
14 }
Michael Bestaseb37bbb2018-08-28 20:31:16 +030015 Should_skip_waiting_for_qsee struct {
16 Cflags []string
17 }
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053018 Supports_hw_fde struct {
19 Cflags []string
20 Header_libs []string
21 Shared_libs []string
22 }
23 Supports_hw_fde_perf struct {
24 Cflags []string
25 }
Michael Bestasc61fabe2018-08-28 20:19:05 +030026 Supports_legacy_hw_fde struct {
27 Cflags []string
28 }
Danny Baumannfc6e3812018-08-29 11:04:58 +020029 Target_process_sdk_version_override struct {
30 Cppflags []string
31 }
Adrian DCae509e42018-02-18 14:51:05 +010032 Target_shim_libs struct {
33 Cppflags []string
34 }
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -070035 Uses_generic_camera_parameter_library struct {
36 Srcs []string
37 }
Aaron Kling6fc81b42018-04-21 11:37:39 -050038 Uses_nvidia_enhancements struct {
39 Cppflags []string
40 }
Arne Coucheron73296f12017-12-27 11:36:09 +010041 Uses_qcom_bsp_legacy struct {
42 Cppflags []string
43 }
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070044 Uses_qti_camera_device struct {
45 Cppflags []string
46 Shared_libs []string
47 }
Simon Shields4ed46052017-08-23 12:03:36 +100048}
49
50type ProductVariables struct {
Kevin F. Haggerty59009f82018-08-25 20:23:19 -060051 Additional_gralloc_10_usage_bits *string `json:",omitempty"`
Michael Bestasf3f7eb22018-12-29 23:34:17 +020052 Apply_msm8974_1440p_egl_workaround *bool `json:",omitempty"`
Alessandro Astonee5acfae2018-10-12 00:16:27 +020053 Bootloader_message_offset *int `json:",omitempty"`
Adrian DC41927e42017-07-24 14:04:34 +020054 Has_legacy_camera_hal1 *bool `json:",omitempty"`
Sam Mortimeraf969752018-08-17 14:23:57 -070055 Java_Source_Overlays *string `json:",omitempty"`
Michael Bestaseb37bbb2018-08-28 20:31:16 +030056 Should_skip_waiting_for_qsee *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010057 Specific_camera_parameter_library *string `json:",omitempty"`
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053058 Supports_hw_fde *bool `json:",omitempty"`
59 Supports_hw_fde_perf *bool `json:",omitempty"`
Michael Bestasc61fabe2018-08-28 20:19:05 +030060 Supports_legacy_hw_fde *bool `json:",omitempty"`
Danny Baumannfc6e3812018-08-29 11:04:58 +020061 Target_process_sdk_version_override *string `json:",omitempty"`
Paul Keith10084bf2018-02-15 21:46:00 +010062 Target_shim_libs *string `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010063 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
Aaron Kling6fc81b42018-04-21 11:37:39 -050064 Uses_nvidia_enhancements *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010065 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070066 Uses_qti_camera_device *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100067}