zap: Update zap file and zap-generated files for the zap_light app

submodule: Update connectedhomeip submodule to 26bfa093f1
This commit is contained in:
WanqQixiang
2022-08-30 15:39:16 +08:00
parent 2495f3cd75
commit 8553a3cd3c
16 changed files with 8267 additions and 4368 deletions
@@ -22,6 +22,7 @@ declare_args() {
# DeviceAttestationCredentialsProvider and DeviceInstanceInforProvider
chip_use_factory_data_provider = false
chip_use_device_info_provider = false
chip_config_software_version_number = 0
}
config("ESP32_custom_include") {
@@ -50,6 +51,7 @@ buildconfig_header("custom_buildconfig") {
"CHIP_PLATFORM_CONFIG_INCLUDE=<platform/ESP32_custom/CHIPPlatformConfig.h>",
"INET_CONFIG_INCLUDE=<platform/ESP32_custom/InetPlatformConfig.h>",
"SYSTEM_PLATFORM_CONFIG_INCLUDE=<platform/ESP32_custom/SystemPlatformConfig.h>",
"CHIP_CONFIG_SOFTWARE_VERSION_NUMBER=${chip_config_software_version_number}",
]
if (chip_enable_ota_requestor) {