Skip to content

Commit fd508f9

Browse files
fix CI
1 parent 1f07c39 commit fd508f9

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

slc/apps/light-switch-app/thread/light-switch-app.slcp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ component:
3232
- id: matter_shell
3333
- id: matter_gatt_static
3434
- id: matter_provision_default
35+
- id: matter_read_client
3536

3637
- id: matter_light_switch
3738
- id: app_common

slc/apps/light-switch-app/wifi/light-switch-app-siwx.slcp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ component:
2424
- id: mbedtls_entropy_default_aws
2525
condition: [matter_aws]
2626
- id: matter_wifi
27+
- id: matter_read_client
2728

2829
- id: matter_light_switch
2930
- id: app_common

slc/apps/thermostat/wifi/thermostat-917-ncp.slcp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ component:
2424
- id: matter_wifi_ble
2525
- id: matter_ota_support
2626
- id: matter_crypto
27+
- id: matter_read_client
2728

2829
- id: matter_efr32_ncp
2930
- id: matter_wifi

slc/apps/thermostat/wifi/thermostat-siwx.slcp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ component:
2525
- id: mbedtls_entropy_default_aws
2626
condition: [matter_aws]
2727
- id: matter_wifi
28+
- id: matter_read_client
2829

2930
- id: matter_thermostat_app
3031
- id: app_common

slc/component/matter-core-sdk/read_client.slcc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ define:
1616
- name: CHIP_CONFIG_ENABLE_READ_CLIENT
1717
value: 1
1818
include:
19-
- path: third_party/matter_sdk/src/app
20-
file_list:
21-
- BufferedReadCallback.h
22-
- ClusterStateCache.h
23-
- ReadClient.h
19+
- path: third_party/matter_sdk/src/app
20+
file_list:
21+
- path: BufferedReadCallback.h
22+
- path: ReadClient.h
23+
- path: ClusterStateCache.h
2424
source:
2525
- path: third_party/matter_sdk/src/app/ReadClient.cpp
2626
- path: third_party/matter_sdk/src/app/BufferedReadCallback.cpp

slc/inc/app/AppBuildConfig.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313

1414
// <i> Default: 0
1515
// <q CHIP_CONFIG_ENABLE_READ_CLIENT> Read Client
16+
#ifndef CHIP_CONFIG_ENABLE_READ_CLIENT
1617
#define CHIP_CONFIG_ENABLE_READ_CLIENT 0
18+
#endif
1719

1820
// <i> Default: 1
1921
// <q CHIP_CONFIG_ENABLE_SESSION_RESUMPTION> Session Resumption

0 commit comments

Comments
 (0)