blob: c1421b0c721f9bf4f2858b587aaa67ccae8b505e [file] [log] [blame]
mkardous-silabs3efb8e42023-11-03 17:07:56 -04001# 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
15import("//build_overrides/chip.gni")
16
17import("${chip_root}/config/standalone/args.gni")
18
19chip_device_project_config_include = "<CHIPProjectAppConfig.h>"
20chip_project_config_include = "<CHIPProjectAppConfig.h>"
21chip_system_project_config_include = "<SystemProjectConfig.h>"
22
23chip_project_config_include_dirs =
24 [ "${chip_root}/examples/lit-icd-app/linux/include" ]
Jean-Francois Penvened891e22023-11-28 13:18:44 -050025chip_project_config_include_dirs +=
26 [ "${chip_root}/examples/lit-icd-app/linux/config/" ]
mkardous-silabs3efb8e42023-11-03 17:07:56 -040027matter_enable_tracing_support = true
28
29# ICD configurations
30chip_enable_icd_server = true
31chip_subscription_timeout_resumption = false
mkardous-silabs25823682024-01-19 22:29:37 -050032chip_icd_report_on_active_mode = true