Imported more library files
Not compiling currently
This commit is contained in:
24
config/app/AppBuildConfig.h
Normal file
24
config/app/AppBuildConfig.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef APP_APPBUILDCONFIG_H_
|
||||
#define APP_APPBUILDCONFIG_H_
|
||||
|
||||
// <<< Use Configuration Wizard in Context Menu >>>
|
||||
|
||||
// <i> Default: 1
|
||||
// <q CHIP_CONFIG_PERSIST_SUBSCRIPTIONS> Matter Persistent Subscriptions
|
||||
#define CHIP_CONFIG_PERSIST_SUBSCRIPTIONS 1
|
||||
|
||||
// <i> Default: 1
|
||||
// <q CHIP_CONFIG_SUBSCRIPTION_TIMEOUT_RESUMPTION> Matter Subscription Timeout Resumption
|
||||
#define CHIP_CONFIG_SUBSCRIPTION_TIMEOUT_RESUMPTION 1
|
||||
|
||||
// <i> Default: 1
|
||||
// <q CHIP_CONFIG_ENABLE_READ_CLIENT> Read Client
|
||||
#define CHIP_CONFIG_ENABLE_READ_CLIENT 1
|
||||
|
||||
// <i> Default: 1
|
||||
// <q CHIP_CONFIG_ENABLE_SESSION_RESUMPTION> Session Resumption
|
||||
#define CHIP_CONFIG_ENABLE_SESSION_RESUMPTION 1
|
||||
|
||||
// <<< end of configuration section >>>
|
||||
|
||||
#endif // APP_APPBUILDCONFIG_H_
|
||||
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