blob: 4cb967c82ee09f4278b361f6321103dd95923480 [file]
# Copyright (c) 2025 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# CHIPProjectConfig.h
import("//build_overrides/chip.gni")
import("//build_overrides/pigweed.gni")
import("${chip_root}/config/standalone/args.gni")
chip_device_project_config_include = "<CHIPProjectAppConfig.h>"
chip_project_config_include = "<CHIPProjectAppConfig.h>"
chip_system_project_config_include = "<SystemProjectConfig.h>"
chip_project_config_include_dirs =
[ "${chip_root}/examples/energy-gateway-app/linux/include" ]
chip_project_config_include_dirs += [ "${chip_root}/config/standalone" ]
matter_enable_tracing_support = true
chip_enable_commodity_price_trigger = true
chip_enable_commodity_tariff_trigger = true
chip_enable_electrical_grid_conditions_trigger = true
chip_enable_meter_identification_trigger = true
chip_enable_commodity_metering_trigger = true
pw_assert_BACKEND = "${chip_root}/src/pw_backends/assert"
pw_build_LINK_DEPS = [ "$dir_pw_assert:impl" ]