blob: 5a6aa8c61173343b4ad05b93315ac6e55d03c4b1 [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 }
Adrian DC41927e42017-07-24 14:04:34 +02009 Has_legacy_camera_hal1 struct {
10 Cflags []string
11 }
Michael Bestaseb37bbb2018-08-28 20:31:16 +030012 Should_skip_waiting_for_qsee struct {
13 Cflags []string
14 }
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053015 Supports_hw_fde struct {
16 Cflags []string
17 Header_libs []string
18 Shared_libs []string
19 }
20 Supports_hw_fde_perf struct {
21 Cflags []string
22 }
Michael Bestasc61fabe2018-08-28 20:19:05 +030023 Supports_legacy_hw_fde struct {
24 Cflags []string
25 }
Danny Baumannfc6e3812018-08-29 11:04:58 +020026 Target_process_sdk_version_override struct {
27 Cppflags []string
28 }
Adrian DCae509e42018-02-18 14:51:05 +010029 Target_shim_libs struct {
30 Cppflags []string
31 }
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -070032 Uses_generic_camera_parameter_library struct {
33 Srcs []string
34 }
Aaron Kling6fc81b42018-04-21 11:37:39 -050035 Uses_nvidia_enhancements struct {
36 Cppflags []string
37 }
Arne Coucheron73296f12017-12-27 11:36:09 +010038 Uses_qcom_bsp_legacy struct {
39 Cppflags []string
40 }
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070041 Uses_qti_camera_device struct {
42 Cppflags []string
43 Shared_libs []string
44 }
Simon Shields4ed46052017-08-23 12:03:36 +100045}
46
47type ProductVariables struct {
Kevin F. Haggerty59009f82018-08-25 20:23:19 -060048 Additional_gralloc_10_usage_bits *string `json:",omitempty"`
Michael Bestasf3f7eb22018-12-29 23:34:17 +020049 Apply_msm8974_1440p_egl_workaround *bool `json:",omitempty"`
Adrian DC41927e42017-07-24 14:04:34 +020050 Has_legacy_camera_hal1 *bool `json:",omitempty"`
Sam Mortimeraf969752018-08-17 14:23:57 -070051 Java_Source_Overlays *string `json:",omitempty"`
Michael Bestaseb37bbb2018-08-28 20:31:16 +030052 Should_skip_waiting_for_qsee *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010053 Specific_camera_parameter_library *string `json:",omitempty"`
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053054 Supports_hw_fde *bool `json:",omitempty"`
55 Supports_hw_fde_perf *bool `json:",omitempty"`
Michael Bestasc61fabe2018-08-28 20:19:05 +030056 Supports_legacy_hw_fde *bool `json:",omitempty"`
Danny Baumannfc6e3812018-08-29 11:04:58 +020057 Target_process_sdk_version_override *string `json:",omitempty"`
Paul Keith10084bf2018-02-15 21:46:00 +010058 Target_shim_libs *string `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010059 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
Aaron Kling6fc81b42018-04-21 11:37:39 -050060 Uses_nvidia_enhancements *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010061 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070062 Uses_qti_camera_device *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100063}