# 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_handshake_aead
  EXPORTED_DEPS
    mvfst_common_expected
    mvfst_common_optional
    mvfst_constants
    mvfst_exception
)

mvfst_add_library(mvfst_handshake
  SRCS
    CryptoFactory.cpp
    HandshakeLayer.cpp
  EXPORTED_DEPS
    mvfst_codec_packet_number_cipher
    mvfst_codec_types
    mvfst_common_expected
    mvfst_common_mvfst_logging
    mvfst_constants
    mvfst_exception
    mvfst_handshake_aead
)

mvfst_add_library(mvfst_handshake_transport_parameters
  SRCS
    TransportParameters.cpp
  DEPS
    mvfst_common_buf_util
    mvfst_state_quic_state_machine
  EXPORTED_DEPS
    mvfst_codec_types
    mvfst_common_expected
    mvfst_common_mvfst_logging
    mvfst_constants
    mvfst_exception
)

mvfst_add_library(mvfst_handshake_retry_integrity_tag_generator
  EXPORTED_DEPS
    mvfst_constants
    Folly::folly_io_iobuf
)
