blob: 79bf94739fe32f3a50e3ea8eb5701fa58026901f [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 }
Adrian DC41927e42017-07-24 14:04:34 +02006 Has_legacy_camera_hal1 struct {
7 Cflags []string
8 }
Michael Bestaseb37bbb2018-08-28 20:31:16 +03009 Should_skip_waiting_for_qsee struct {
10 Cflags []string
11 }
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053012 Supports_hw_fde struct {
13 Cflags []string
14 Header_libs []string
15 Shared_libs []string
16 }
17 Supports_hw_fde_perf struct {
18 Cflags []string
19 }
Michael Bestasc61fabe2018-08-28 20:19:05 +030020 Supports_legacy_hw_fde struct {
21 Cflags []string
22 }
Danny Baumannfc6e3812018-08-29 11:04:58 +020023 Target_process_sdk_version_override struct {
24 Cppflags []string
25 }
Adrian DCae509e42018-02-18 14:51:05 +010026 Target_shim_libs struct {
27 Cppflags []string
28 }
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -070029 Uses_generic_camera_parameter_library struct {
30 Srcs []string
31 }
Aaron Kling6fc81b42018-04-21 11:37:39 -050032 Uses_nvidia_enhancements struct {
33 Cppflags []string
34 }
Arne Coucheron73296f12017-12-27 11:36:09 +010035 Uses_qcom_bsp_legacy struct {
36 Cppflags []string
37 }
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070038 Uses_qti_camera_device struct {
39 Cppflags []string
40 Shared_libs []string
41 }
Simon Shields4ed46052017-08-23 12:03:36 +100042}
43
44type ProductVariables struct {
Kevin F. Haggerty59009f82018-08-25 20:23:19 -060045 Additional_gralloc_10_usage_bits *string `json:",omitempty"`
Adrian DC41927e42017-07-24 14:04:34 +020046 Has_legacy_camera_hal1 *bool `json:",omitempty"`
Sam Mortimeraf969752018-08-17 14:23:57 -070047 Java_Source_Overlays *string `json:",omitempty"`
Michael Bestaseb37bbb2018-08-28 20:31:16 +030048 Should_skip_waiting_for_qsee *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010049 Specific_camera_parameter_library *string `json:",omitempty"`
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053050 Supports_hw_fde *bool `json:",omitempty"`
51 Supports_hw_fde_perf *bool `json:",omitempty"`
Michael Bestasc61fabe2018-08-28 20:19:05 +030052 Supports_legacy_hw_fde *bool `json:",omitempty"`
Danny Baumannfc6e3812018-08-29 11:04:58 +020053 Target_process_sdk_version_override *string `json:",omitempty"`
Paul Keith10084bf2018-02-15 21:46:00 +010054 Target_shim_libs *string `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010055 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
Aaron Kling6fc81b42018-04-21 11:37:39 -050056 Uses_nvidia_enhancements *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010057 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070058 Uses_qti_camera_device *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100059}