Imported more library files
Not compiling currently
This commit is contained in:
33
config/app/icd/server/ICDServerBuildConfig.h
Normal file
33
config/app/icd/server/ICDServerBuildConfig.h
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
#ifndef SL_MATTER_ICD_SERVER_BUILDCONFIG_H
|
||||
#define SL_MATTER_ICD_SERVER_BUILDCONFIG_H
|
||||
|
||||
// <<< Use Configuration Wizard in Context Menu >>>
|
||||
|
||||
// <q ICD_REPORT_ON_ENTER_ACTIVE_MODE> Matter Report on Entering Active
|
||||
// <i> Default: 0
|
||||
#define ICD_REPORT_ON_ENTER_ACTIVE_MODE 0
|
||||
|
||||
// <q ICD_ENFORCE_SIT_SLOW_POLL_LIMIT> Matter ICD Slow Polling Limit Enforcement
|
||||
// <i> Default: 0
|
||||
#define ICD_ENFORCE_SIT_SLOW_POLL_LIMIT 0
|
||||
|
||||
// <q ICD_MAX_NOTIFICATION_SUBSCRIBERS> Matter Max Notification Subscribers <1-5>
|
||||
// <i> Default: 1
|
||||
#define ICD_MAX_NOTIFICATION_SUBSCRIBERS 1
|
||||
|
||||
// <q CHIP_CONFIG_ENABLE_ICD_LIT> Matter LIT Configurations
|
||||
// <i> Default: 0
|
||||
#define CHIP_CONFIG_ENABLE_ICD_LIT 0
|
||||
|
||||
// <q CHIP_CONFIG_ENABLE_ICD_CIP> Matter Check in Sender
|
||||
// <i> Default: 0
|
||||
#define CHIP_CONFIG_ENABLE_ICD_CIP 0
|
||||
|
||||
// <q CHIP_CONFIG_ENABLE_ICD_UAT> Matter UAT
|
||||
// <i> Default: 0
|
||||
#define CHIP_CONFIG_ENABLE_ICD_UAT 0
|
||||
|
||||
// <<< end of configuration section >>>
|
||||
|
||||
#endif // SL_MATTER_ICD_SERVER_BUILDCONFIG_H
|
||||
Reference in New Issue
Block a user