mkardous-silabs | 3efb8e4 | 2023-11-03 17:07:56 -0400 | [diff] [blame] | 1 | # Copyright (c) 2020 Project CHIP Authors |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | import("//build_overrides/chip.gni") |
| 16 | |
| 17 | import("${chip_root}/config/standalone/args.gni") |
| 18 | |
| 19 | chip_device_project_config_include = "<CHIPProjectAppConfig.h>" |
| 20 | chip_project_config_include = "<CHIPProjectAppConfig.h>" |
| 21 | chip_system_project_config_include = "<SystemProjectConfig.h>" |
| 22 | |
| 23 | chip_project_config_include_dirs = |
| 24 | [ "${chip_root}/examples/lit-icd-app/linux/include" ] |
Jean-Francois Penven | ed891e2 | 2023-11-28 13:18:44 -0500 | [diff] [blame] | 25 | chip_project_config_include_dirs += |
| 26 | [ "${chip_root}/examples/lit-icd-app/linux/config/" ] |
mkardous-silabs | 3efb8e4 | 2023-11-03 17:07:56 -0400 | [diff] [blame] | 27 | matter_enable_tracing_support = true |
| 28 | |
| 29 | # ICD configurations |
| 30 | chip_enable_icd_server = true |
| 31 | chip_subscription_timeout_resumption = false |
mkardous-silabs | 2582368 | 2024-01-19 22:29:37 -0500 | [diff] [blame] | 32 | chip_icd_report_on_active_mode = true |