Skip to content

Commit 1719812

Browse files
sharadb-amazonpull[bot]
authored andcommitted
tv-casting-app: allowing up to 20 ACL entries (#29570)
1 parent 7e5a395 commit 1719812

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/tv-casting-app/tv-casting-common/include/CHIPProjectAppConfig.h

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353

5454
#define CHIP_DEVICE_CONFIG_ENABLE_PAIRING_AUTOSTART 0
5555

56+
// For casting, we need to allow more ACL entries, and more complex entries
57+
#define CHIP_CONFIG_EXAMPLE_ACCESS_CONTROL_MAX_TARGETS_PER_ENTRY 20
58+
#define CHIP_CONFIG_EXAMPLE_ACCESS_CONTROL_MAX_SUBJECTS_PER_ENTRY 20
59+
#define CHIP_CONFIG_EXAMPLE_ACCESS_CONTROL_MAX_ENTRIES_PER_FABRIC 20
60+
5661
// Enable some test-only interaction model APIs.
5762
#define CONFIG_BUILD_FOR_HOST_UNIT_TEST 1
5863

0 commit comments

Comments
 (0)