12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- # This file was generated by the build system used internally in the Yandex monorepo.
- # Only simple modifications are allowed (adding source-files to targets, adding simple properties
- # like target_include_directories). These modifications will be ported to original
- # ya.make files by maintainers. Any complex modifications which can't be ported back to the
- # original buildsystem will not be accepted.
- add_library(restricted-aws-aws-crt-cpp)
- target_compile_options(restricted-aws-aws-crt-cpp PRIVATE
- -DAWS_AUTH_USE_IMPORT_EXPORT
- -DAWS_CAL_USE_IMPORT_EXPORT
- -DAWS_CHECKSUMS_USE_IMPORT_EXPORT
- -DAWS_COMMON_USE_IMPORT_EXPORT
- -DAWS_COMPRESSION_USE_IMPORT_EXPORT
- -DAWS_CRT_CPP_USE_IMPORT_EXPORT
- -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT
- -DAWS_HTTP_USE_IMPORT_EXPORT
- -DAWS_IO_USE_IMPORT_EXPORT
- -DAWS_MQTT_USE_IMPORT_EXPORT
- -DAWS_MQTT_WITH_WEBSOCKETS
- -DAWS_S3_USE_IMPORT_EXPORT
- -DAWS_SDKUTILS_USE_IMPORT_EXPORT
- -DAWS_USE_EPOLL
- -DCJSON_HIDE_SYMBOLS
- -DS2N_CLONE_SUPPORTED
- -DS2N_CPUID_AVAILABLE
- -DS2N_FALL_THROUGH_SUPPORTED
- -DS2N_FEATURES_AVAILABLE
- -DS2N_KYBER512R3_AVX2_BMI2
- -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH
- -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX
- -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4
- -DS2N_MADVISE_SUPPORTED
- -DS2N_PLATFORM_SUPPORTS_KTLS
- -DS2N_STACKTRACE
- -DS2N___RESTRICT__SUPPORTED
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
- )
- target_include_directories(restricted-aws-aws-crt-cpp PUBLIC
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/include
- )
- target_link_libraries(restricted-aws-aws-crt-cpp PUBLIC
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- restricted-aws-aws-c-auth
- restricted-aws-aws-c-cal
- restricted-aws-aws-c-common
- restricted-aws-aws-c-event-stream
- restricted-aws-aws-c-http
- restricted-aws-aws-c-io
- restricted-aws-aws-c-mqtt
- restricted-aws-aws-c-s3
- restricted-aws-aws-c-sdkutils
- )
- target_sources(restricted-aws-aws-crt-cpp PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Allocator.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Api.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/DateTime.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/ImdsClient.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/JsonObject.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/StringUtils.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/Types.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/UUID.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Credentials.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/auth/Sigv4Signing.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/HMAC.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/crypto/Hash.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/endpoints/RuleEngine.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/external/cJSON.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnection.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpConnectionManager.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpProxyStrategy.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/http/HttpRequestResponse.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Bootstrap.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/ChannelHandler.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/EventLoopGroup.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/HostResolver.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Pkcs11.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/SocketOptions.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Stream.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/TlsOptions.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/io/Uri.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/Mqtt5Client.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttClient.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/iot/MqttCommon.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Client.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/Mqtt5Packets.cpp
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-crt-cpp/source/mqtt/MqttClient.cpp
- )
|