blob: a8b0ee7fd7d126653d253aadfb150465b2607a52 [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
Alessandro Astone33e7ce82019-09-11 12:33:20 +020014 Overrides []string
15 Shared_libs []string
Adrian DC41927e42017-07-24 14:04:34 +020016 }
Michael Bestaseb37bbb2018-08-28 20:31:16 +030017 Should_skip_waiting_for_qsee struct {
18 Cflags []string
19 }
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053020 Supports_hw_fde struct {
21 Cflags []string
22 Header_libs []string
23 Shared_libs []string
24 }
25 Supports_hw_fde_perf struct {
26 Cflags []string
27 }
Michael Bestasc61fabe2018-08-28 20:19:05 +030028 Supports_legacy_hw_fde struct {
29 Cflags []string
30 }
Han Wang45166aa2019-09-10 13:08:04 +020031 Target_init_vendor_lib struct {
32 Whole_static_libs []string
33 }
Danny Baumannfc6e3812018-08-29 11:04:58 +020034 Target_process_sdk_version_override struct {
35 Cppflags []string
36 }
Adrian DCae509e42018-02-18 14:51:05 +010037 Target_shim_libs struct {
38 Cppflags []string
39 }
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -070040 Uses_generic_camera_parameter_library struct {
41 Srcs []string
42 }
Aaron Kling6fc81b42018-04-21 11:37:39 -050043 Uses_nvidia_enhancements struct {
44 Cppflags []string
45 }
Arne Coucheron73296f12017-12-27 11:36:09 +010046 Uses_qcom_bsp_legacy struct {
47 Cppflags []string
48 }
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070049 Uses_qti_camera_device struct {
50 Cppflags []string
51 Shared_libs []string
52 }
jhenrique0997cb87c2019-07-16 15:58:42 -030053 Uses_qcom_um_family struct {
54 Cflags []string
55 Srcs []string
56 }
57 Uses_qcom_um_3_18_family struct {
58 Header_libs []string
59 Shared_libs []string
60 }
61 Uses_qcom_um_4_4_family struct {
62 Header_libs []string
63 Shared_libs []string
64 }
65 Uses_qcom_um_4_9_family struct {
66 Header_libs []string
67 Shared_libs []string
68 }
69 Uses_qcom_um_4_14_family struct {
70 Header_libs []string
71 Shared_libs []string
72 }
Simon Shields4ed46052017-08-23 12:03:36 +100073}
74
75type ProductVariables struct {
Kevin F. Haggerty59009f82018-08-25 20:23:19 -060076 Additional_gralloc_10_usage_bits *string `json:",omitempty"`
Michael Bestasf3f7eb22018-12-29 23:34:17 +020077 Apply_msm8974_1440p_egl_workaround *bool `json:",omitempty"`
Alessandro Astonee5acfae2018-10-12 00:16:27 +020078 Bootloader_message_offset *int `json:",omitempty"`
Adrian DC41927e42017-07-24 14:04:34 +020079 Has_legacy_camera_hal1 *bool `json:",omitempty"`
Michael Bestaseb37bbb2018-08-28 20:31:16 +030080 Should_skip_waiting_for_qsee *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010081 Specific_camera_parameter_library *string `json:",omitempty"`
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053082 Supports_hw_fde *bool `json:",omitempty"`
83 Supports_hw_fde_perf *bool `json:",omitempty"`
Michael Bestasc61fabe2018-08-28 20:19:05 +030084 Supports_legacy_hw_fde *bool `json:",omitempty"`
Han Wang45166aa2019-09-10 13:08:04 +020085 Target_init_vendor_lib *string `json:",omitempty"`
86 Target_process_sdk_version_override *string `json:",omitempty"`
Paul Keith10084bf2018-02-15 21:46:00 +010087 Target_shim_libs *string `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010088 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
Aaron Kling6fc81b42018-04-21 11:37:39 -050089 Uses_nvidia_enhancements *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010090 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070091 Uses_qti_camera_device *bool `json:",omitempty"`
jhenrique0997cb87c2019-07-16 15:58:42 -030092 Uses_qcom_um_family *bool `json:",omitempty"`
93 Uses_qcom_um_3_18_family *bool `json:",omitempty"`
94 Uses_qcom_um_4_4_family *bool `json:",omitempty"`
95 Uses_qcom_um_4_9_family *bool `json:",omitempty"`
96 Uses_qcom_um_4_14_family *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100097}