blob: 7f543698ab270fb26a50ec32afe5b2cf816f8710 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_CONNECTIVITY_WEAVE_ADAPTATION_WEAVE_DEVICE_PLATFORM_CONFIG_H_
#define SRC_CONNECTIVITY_WEAVE_ADAPTATION_WEAVE_DEVICE_PLATFORM_CONFIG_H_
// Disable the Weave Software Update Manager.
#define WEAVE_DEVICE_CONFIG_ENABLE_SOFTWARE_UPDATE_MANAGER 0
// Enable support for Thread in the Device Layer.
#define WEAVE_DEVICE_CONFIG_ENABLE_THREAD 1
// Enable Trait Manager.
#define WEAVE_DEVICE_CONFIG_ENABLE_TRAIT_MANAGER 1
// Disable Weave-based time sync services, as these are handled in Fuchsia by
// other component(s).
#define WEAVE_DEVICE_CONFIG_ENABLE_WEAVE_TIME_SERVICE_TIME_SYNC 0
#define WEAVE_DEVICE_CONFIG_ENABLE_SERVICE_DIRECTORY_TIME_SYNC 0
#endif // SRC_CONNECTIVITY_WEAVE_ADAPTATION_WEAVE_DEVICE_PLATFORM_CONFIG_H_