# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# Auto-generated by quic/facebook/generate_cmake.py - DO NOT EDIT MANUALLY

mvfst_add_library(mvfst_congestion_control_modular_bbr2_shared
  SRCS
    Bbr2Shared.cpp
  DEPS
    mvfst_congestion_control_congestion_control_functions
    mvfst_logging_qlogger_constants
    mvfst_logging_qlogger_macros
  EXPORTED_DEPS
    mvfst_congestion_control_bandwidth
    mvfst_congestion_control_congestion_controller
    mvfst_congestion_control_third_party_chromium_windowed_filter
    mvfst_state_quic_state_machine
    mvfst_state_transport_settings
)

mvfst_add_library(mvfst_congestion_control_modular_bbr2_probe_rtt
  SRCS
    Bbr2ProbeRtt.cpp
  DEPS
    mvfst_congestion_control_congestion_control_functions
    mvfst_logging_oops_logger
    mvfst_state_connection_oops_fields
  EXPORTED_DEPS
    mvfst_congestion_control_congestion_controller
    mvfst_congestion_control_modular_bbr2_shared
)

mvfst_add_library(mvfst_congestion_control_modular_bbr2_probe_bw
  SRCS
    Bbr2ProbeBw.cpp
  DEPS
    mvfst_congestion_control_congestion_control_functions
    mvfst_congestion_control_modular_bbr2_probe_rtt
  EXPORTED_DEPS
    mvfst_congestion_control_bandwidth
    mvfst_congestion_control_congestion_controller
    mvfst_congestion_control_modular_bbr2_shared
)

mvfst_add_library(mvfst_congestion_control_modular_bbr2_startup
  SRCS
    Bbr2Startup.cpp
  DEPS
    mvfst_congestion_control_congestion_control_functions
    mvfst_congestion_control_modular_bbr2_probe_bw
    mvfst_congestion_control_modular_bbr2_probe_rtt
    mvfst_logging_qlogger_macros
    mvfst_state_stats_callback
  EXPORTED_DEPS
    mvfst_congestion_control_bandwidth
    mvfst_congestion_control_congestion_controller
    mvfst_congestion_control_modular_bbr2_shared
    mvfst_congestion_control_third_party_chromium_windowed_filter
    mvfst_state_quic_state_machine
    mvfst_state_transport_settings
)
