blob: d137d0edf9d5dd22e70d892584c79423a4cf536e [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 }
Paul Keithfd27bb42020-05-06 19:10:03 -070017 Recovery_skip_ev_rel_input struct {
18 Cflags []string
19 }
dianlujitao119f9d12019-10-08 14:46:58 +080020 Should_wait_for_qsee struct {
Michael Bestaseb37bbb2018-08-28 20:31:16 +030021 Cflags []string
22 }
Michael Bestas8c49ba92019-09-20 01:15:25 +030023 Supports_extended_compress_format struct {
24 Cflags []string
25 }
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053026 Supports_hw_fde struct {
27 Cflags []string
28 Header_libs []string
29 Shared_libs []string
30 }
31 Supports_hw_fde_perf struct {
32 Cflags []string
33 }
dianlujitaof646fd72020-05-25 18:20:26 +080034 Target_ignores_ftp_pptp_conntrack_failure struct {
35 Cppflags []string
36 }
Han Wang45166aa2019-09-10 13:08:04 +020037 Target_init_vendor_lib struct {
38 Whole_static_libs []string
39 }
dianlujitaof646fd72020-05-25 18:20:26 +080040 Target_needs_netd_direct_connect_rule struct {
41 Cppflags []string
42 }
Danny Baumannfc6e3812018-08-29 11:04:58 +020043 Target_process_sdk_version_override struct {
44 Cppflags []string
45 }
Adrian DCae509e42018-02-18 14:51:05 +010046 Target_shim_libs struct {
47 Cppflags []string
48 }
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -070049 Uses_generic_camera_parameter_library struct {
50 Srcs []string
51 }
Aaron Kling6fc81b42018-04-21 11:37:39 -050052 Uses_nvidia_enhancements struct {
53 Cppflags []string
54 }
Arne Coucheron73296f12017-12-27 11:36:09 +010055 Uses_qcom_bsp_legacy struct {
56 Cppflags []string
57 }
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070058 Uses_qti_camera_device struct {
59 Cppflags []string
60 Shared_libs []string
61 }
Simon Shields4ed46052017-08-23 12:03:36 +100062}
63
64type ProductVariables struct {
Kevin F. Haggerty59009f82018-08-25 20:23:19 -060065 Additional_gralloc_10_usage_bits *string `json:",omitempty"`
Michael Bestasf3f7eb22018-12-29 23:34:17 +020066 Apply_msm8974_1440p_egl_workaround *bool `json:",omitempty"`
Alessandro Astonee5acfae2018-10-12 00:16:27 +020067 Bootloader_message_offset *int `json:",omitempty"`
Adrian DC41927e42017-07-24 14:04:34 +020068 Has_legacy_camera_hal1 *bool `json:",omitempty"`
dianlujitaof646fd72020-05-25 18:20:26 +080069 Recovery_skip_ev_rel_input *bool `json:",omitempty"`
dianlujitao119f9d12019-10-08 14:46:58 +080070 Should_wait_for_qsee *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010071 Specific_camera_parameter_library *string `json:",omitempty"`
Michael Bestas8c49ba92019-09-20 01:15:25 +030072 Supports_extended_compress_format *bool `json:",omitempty"`
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053073 Supports_hw_fde *bool `json:",omitempty"`
74 Supports_hw_fde_perf *bool `json:",omitempty"`
dianlujitaof646fd72020-05-25 18:20:26 +080075 Target_ignores_ftp_pptp_conntrack_failure *bool `json:",omitempty"`
Han Wang45166aa2019-09-10 13:08:04 +020076 Target_init_vendor_lib *string `json:",omitempty"`
dianlujitaof646fd72020-05-25 18:20:26 +080077 Target_needs_netd_direct_connect_rule *bool `json:",omitempty"`
Han Wang45166aa2019-09-10 13:08:04 +020078 Target_process_sdk_version_override *string `json:",omitempty"`
Paul Keith10084bf2018-02-15 21:46:00 +010079 Target_shim_libs *string `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010080 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
Aaron Kling6fc81b42018-04-21 11:37:39 -050081 Uses_nvidia_enhancements *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010082 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070083 Uses_qti_camera_device *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100084}