blob: 5cdcfd7e81df7864a099f3e1be65304caab9ebe7 [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 }
Erfan Abdia4d6ce62019-03-09 12:03:41 +020038 Uses_metadata_as_fde_key struct {
39 Cflags []string
40 }
Aaron Kling6fc81b42018-04-21 11:37:39 -050041 Uses_nvidia_enhancements struct {
42 Cppflags []string
43 }
Arne Coucheron73296f12017-12-27 11:36:09 +010044 Uses_qcom_bsp_legacy struct {
45 Cppflags []string
46 }
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070047 Uses_qti_camera_device struct {
48 Cppflags []string
49 Shared_libs []string
50 }
Simon Shields4ed46052017-08-23 12:03:36 +100051}
52
53type ProductVariables struct {
Kevin F. Haggerty59009f82018-08-25 20:23:19 -060054 Additional_gralloc_10_usage_bits *string `json:",omitempty"`
Michael Bestasf3f7eb22018-12-29 23:34:17 +020055 Apply_msm8974_1440p_egl_workaround *bool `json:",omitempty"`
Alessandro Astonee5acfae2018-10-12 00:16:27 +020056 Bootloader_message_offset *int `json:",omitempty"`
Adrian DC41927e42017-07-24 14:04:34 +020057 Has_legacy_camera_hal1 *bool `json:",omitempty"`
Sam Mortimeraf969752018-08-17 14:23:57 -070058 Java_Source_Overlays *string `json:",omitempty"`
Michael Bestaseb37bbb2018-08-28 20:31:16 +030059 Should_skip_waiting_for_qsee *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010060 Specific_camera_parameter_library *string `json:",omitempty"`
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053061 Supports_hw_fde *bool `json:",omitempty"`
62 Supports_hw_fde_perf *bool `json:",omitempty"`
Michael Bestasc61fabe2018-08-28 20:19:05 +030063 Supports_legacy_hw_fde *bool `json:",omitempty"`
Danny Baumannfc6e3812018-08-29 11:04:58 +020064 Target_process_sdk_version_override *string `json:",omitempty"`
Paul Keith10084bf2018-02-15 21:46:00 +010065 Target_shim_libs *string `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010066 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
Erfan Abdia4d6ce62019-03-09 12:03:41 +020067 Uses_metadata_as_fde_key *bool `json:",omitempty"`
Aaron Kling6fc81b42018-04-21 11:37:39 -050068 Uses_nvidia_enhancements *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010069 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070070 Uses_qti_camera_device *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100071}