blob: 4f55fd1d59a4eb896900752673a8d059e0af6b23 [file] [log] [blame]
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let package = Package(
name: "NearbyConnections",
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "NearbyConnections",
targets: ["NearbyConnections"]
)
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(
name: "abseil",
url: "https://github.com/firebase/abseil-cpp-SwiftPM.git",
branch: "main"
),
.package(
name: "BoringSSL-GRPC",
url: "https://github.com/firebase/boringssl-SwiftPM.git",
"0.7.1"..<"0.8.0"
),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "google-toolbox-for-mac",
path: "third_party/google-toolbox-for-mac",
exclude: [
"google-toolbox-for-mac/Foundation/GTMNSString+HTMLTest.m",
"google-toolbox-for-mac/Foundation/GTMSystemVersionTest.m",
"google-toolbox-for-mac/Foundation/GTMNSFileHandle+UniqueName.m",
"google-toolbox-for-mac/Foundation/GTMLoggerRingBufferWriterTest.m",
"google-toolbox-for-mac/Foundation/GTMNSData+zlib.m",
"google-toolbox-for-mac/Foundation/GTMNSNumber+64BitTest.m",
"google-toolbox-for-mac/Foundation/GTMScriptRunnerTest.m",
"google-toolbox-for-mac/Foundation/GTMSystemVersion.m",
"google-toolbox-for-mac/Foundation/GTMFileSystemKQueueTest.m",
"google-toolbox-for-mac/Foundation/GTMFileSystemKQueue.m",
"google-toolbox-for-mac/Foundation/GTMGeometryUtilsTest.m",
"google-toolbox-for-mac/Foundation/GTMLocalizedStringTest.m",
"google-toolbox-for-mac/Foundation/BUILD",
"google-toolbox-for-mac/Foundation/GTMSQLite.m",
"google-toolbox-for-mac/Foundation/GTMLoggerRingBufferWriter.m",
"google-toolbox-for-mac/Foundation/GTMStringEncoding.m",
"google-toolbox-for-mac/Foundation/GTMNSFileHandle+UniqueNameTest.m",
"google-toolbox-for-mac/Foundation/GTMLogger+ASLTest.m",
"google-toolbox-for-mac/Foundation/GTMNSObject+KeyValueObservingTest.m",
"google-toolbox-for-mac/Foundation/GTMNSString+XMLTest.m",
"google-toolbox-for-mac/Foundation/GTMNSThread+BlocksTest.m",
"google-toolbox-for-mac/Foundation/GTMNSString+HTML.m",
"google-toolbox-for-mac/Foundation/GTMSignalHandlerTest.m",
"google-toolbox-for-mac/Foundation/GTMURLBuilderTest.m",
"google-toolbox-for-mac/Foundation/GTMLoggerTest.m",
"google-toolbox-for-mac/Foundation/GTMServiceManagementTestingHarness.c",
"google-toolbox-for-mac/Foundation/GTMSQLiteTest.m",
"google-toolbox-for-mac/Foundation/GTMTimeUtilsTest.m",
"google-toolbox-for-mac/Foundation/GTMNSFileManager+PathTest.m",
"google-toolbox-for-mac/Foundation/GTMServiceManagement.c",
"google-toolbox-for-mac/Foundation/GTMNSString+URLArgumentsTest.m",
"google-toolbox-for-mac/Foundation/GTMRegexTest.m",
"google-toolbox-for-mac/Foundation/GTMNSThread+Blocks.m",
"google-toolbox-for-mac/Foundation/GTMNSScanner+JSONTest.m",
"google-toolbox-for-mac/Foundation/GTMNSData+zlibTest.m",
"google-toolbox-for-mac/Foundation/GTMNSDictionary+URLArgumentsTest.m",
"google-toolbox-for-mac/Foundation/GTMLogger+ASL.m",
"google-toolbox-for-mac/Foundation/GTMServiceManagementTest.m",
"google-toolbox-for-mac/Foundation/GTMNSString+URLArguments.m",
"google-toolbox-for-mac/Foundation/GTMNSNumber+64Bit.m",
"google-toolbox-for-mac/Foundation/GTMNSScanner+JSON.m",
"google-toolbox-for-mac/Foundation/GTMGeometryUtils.m",
"google-toolbox-for-mac/Foundation/GTMRegex.m",
"google-toolbox-for-mac/Foundation/GTMScriptRunner.m",
"google-toolbox-for-mac/Foundation/GTMStackTrace.m",
"google-toolbox-for-mac/Foundation/GTMURLBuilder.m",
"google-toolbox-for-mac/Foundation/GTMNSString+FindFolderTest.m",
"google-toolbox-for-mac/Foundation/GTMObjC2Runtime.m",
"google-toolbox-for-mac/Foundation/GTMNSString+FindFolder.m",
"google-toolbox-for-mac/Foundation/GTMNSDictionary+URLArguments.m",
"google-toolbox-for-mac/Foundation/GTMStackTraceTest.m",
"google-toolbox-for-mac/Foundation/GTMLightweightProxyTest.m",
"google-toolbox-for-mac/Foundation/GTMNSFileManager+Path.m",
"google-toolbox-for-mac/Foundation/GTMStringEncodingTest.m",
"google-toolbox-for-mac/Foundation/GTMNSObject+KeyValueObserving.m",
"google-toolbox-for-mac/Foundation/GTMTimeUtils.m",
"google-toolbox-for-mac/Foundation/GTMSignalHandler.m",
"google-toolbox-for-mac/Foundation/GTMNSString+XML.m",
"google-toolbox-for-mac/Foundation/GTMLightweightProxy.m",
"google-toolbox-for-mac/AppKit",
"google-toolbox-for-mac/DebugUtils",
"google-toolbox-for-mac/LICENSE",
"google-toolbox-for-mac/WORKSPACE",
"google-toolbox-for-mac/BUILD",
"google-toolbox-for-mac/GTMiPhone-Info.plist",
"google-toolbox-for-mac/README.md",
"google-toolbox-for-mac/XcodeConfig",
"google-toolbox-for-mac/BuildingAndUsing.txt",
"google-toolbox-for-mac/GTM-Info.plist",
"google-toolbox-for-mac/GTMiPhone.xcodeproj",
"google-toolbox-for-mac/UnitTest-Info.plist",
"google-toolbox-for-mac/bazel_support",
"google-toolbox-for-mac/CONTRIBUTING.md",
"google-toolbox-for-mac/GTM.xcodeproj",
"google-toolbox-for-mac/GoogleToolboxForMac.podspec",
"google-toolbox-for-mac/UnitTesting",
"google-toolbox-for-mac/iPhone",
],
sources: [
"google-toolbox-for-mac/Foundation/GTMLogger.m"
],
publicHeadersPath: "include",
cSettings: [
.headerSearchPath("google-toolbox-for-mac/"),
.unsafeFlags(["-fno-objc-arc"]),
]
),
.target(
name: "smhasher",
path: "third_party/smhasher",
exclude: [
"include",
"smhasher/src/CMakeLists.txt",
"smhasher/src/main.cpp",
"smhasher/README.md",
"smhasher/src/AvalancheTest.cpp",
"smhasher/src/Bitslice.cpp",
"smhasher/src/Bitvec.cpp",
"smhasher/src/CityTest.cpp",
"smhasher/src/City.cpp",
"smhasher/src/crc.cpp",
"smhasher/src/DifferentialTest.cpp",
"smhasher/src/Hashes.cpp",
"smhasher/src/KeysetTest.cpp",
"smhasher/src/lookup3.cpp",
"smhasher/src/md5.cpp",
"smhasher/src/MurmurHash1.cpp",
"smhasher/src/MurmurHash2.cpp",
"smhasher/src/Platform.cpp",
"smhasher/src/Random.cpp",
"smhasher/src/sha1.cpp",
"smhasher/src/SpeedTest.cpp",
"smhasher/src/Spooky.cpp",
"smhasher/src/SpookyTest.cpp",
"smhasher/src/Stats.cpp",
"smhasher/src/SuperFastHash.cpp",
"smhasher/src/Types.cpp",
"smhasher/src/PMurHash.c",
],
sources: [
"smhasher/src/MurmurHash3.cpp"
],
publicHeadersPath: "include",
cSettings: [
.headerSearchPath("smhasher/src/")
]
),
.target(
name: "securemessage",
dependencies: [
"protobuf",
.product(name: "openssl_grpc", package: "BoringSSL-GRPC"),
],
path: "third_party/securemessage",
exclude: [
"securemessage/cmake",
"securemessage/cpp/src/securemessage/CMakeLists.txt",
"securemessage/cpp/test",
"securemessage/cpp/CMakeLists.txt",
"securemessage/cpp/Makefile",
"securemessage/cpp/README.md",
"securemessage/java",
"securemessage/js",
"securemessage/proto",
"securemessage/third_party",
"securemessage/CMakeLists.txt",
"securemessage/CONTRIBUTORS",
"securemessage/CONTRIBUTING.md",
"securemessage/LICENSE",
"securemessage/README.md",
],
sources: [
"securemessage/cpp/src/securemessage",
"compiled_proto",
],
publicHeadersPath: "include",
cSettings: [
.headerSearchPath("securemessage/cpp/include/"),
.headerSearchPath("compiled_proto/"),
]
),
.target(
name: "ukey2",
dependencies: [
"securemessage",
"protobuf",
.product(name: "abseil", package: "abseil"),
],
path: "third_party/ukey2",
exclude: [
"ukey2/cmake",
"ukey2/src/main/cpp/src/securegcm/CMakeLists.txt",
"ukey2/src/main/cpp/src/securegcm/ukey2_shell.cc",
"ukey2/src/main/cpp/test",
"ukey2/src/main/cpp/CMakeLists.txt",
"ukey2/src/main/java",
"ukey2/src/main/javatest",
"ukey2/src/main/proto",
"ukey2/src/main/CMakeLists.txt",
"ukey2/third_party",
"ukey2/Android.bp",
"ukey2/build.gradle",
"ukey2/CMakeLists.txt",
"ukey2/CONTRIBUTING.md",
"ukey2/LICENSE",
"ukey2/MODULE_LICENSE_APACHE2",
"ukey2/NOTICE",
"ukey2/README",
"ukey2/README.md",
"compiled_proto/proto/securemessage.pb.cc",
],
sources: [
"ukey2/src/main/cpp/src/securegcm",
"compiled_proto",
],
publicHeadersPath: "include",
cSettings: [
.headerSearchPath("ukey2/src/main/cpp/include/"),
.headerSearchPath("compiled_proto/"),
]
),
.target(
name: "protobuf",
path: "third_party/protobuf/src",
exclude: [
"solaris",
"libprotoc.map",
"libprotobuf-lite.map",
"Makefile.am",
"libprotobuf.map",
"README.md",
"google/protobuf/compiler",
"google/protobuf/testdata",
"google/protobuf/testing",
"google/protobuf/util",
"google/protobuf/unittest_import_public_lite.proto",
"google/protobuf/unittest_import.proto",
"google/protobuf/unittest_lite_imports_nonlite.proto",
"google/protobuf/no_field_presence_test.cc",
"google/protobuf/unittest_lazy_dependencies_custom_option.proto",
"google/protobuf/unittest_well_known_types.proto",
"google/protobuf/arenastring_unittest.cc",
"google/protobuf/descriptor.proto",
"google/protobuf/reflection_ops_unittest.cc",
"google/protobuf/stubs/stringprintf_unittest.cc",
"google/protobuf/empty.proto",
"google/protobuf/map_lite_unittest.proto",
"google/protobuf/test_util_lite.cc",
"google/protobuf/any_test.cc",
"google/protobuf/stubs/structurally_valid_unittest.cc",
"google/protobuf/unittest_proto3_arena_lite.proto",
"google/protobuf/stubs/strutil_unittest.cc",
"google/protobuf/unittest_preserve_unknown_enum.proto",
"google/protobuf/arena_test_util.cc",
"google/protobuf/any_test.proto",
"google/protobuf/timestamp.proto",
"google/protobuf/io/tokenizer_unittest.cc",
"google/protobuf/test_util.cc",
"google/protobuf/map_test.cc",
"google/protobuf/drop_unknown_fields_test.cc",
"google/protobuf/descriptor_database_unittest.cc",
"google/protobuf/unittest_no_generic_services.proto",
"google/protobuf/unittest_mset_wire_format.proto",
"google/protobuf/map_unittest.proto",
"google/protobuf/unittest_no_field_presence.proto",
"google/protobuf/unittest_proto3_arena.proto",
"google/protobuf/stubs/stringpiece_unittest.cc",
"google/protobuf/stubs/time_test.cc",
"google/protobuf/unittest_optimize_for.proto",
"google/protobuf/map_test_util.inc",
"google/protobuf/stubs/statusor_test.cc",
"google/protobuf/wire_format_unittest.inc",
"google/protobuf/repeated_field_reflection_unittest.cc",
"google/protobuf/stubs/template_util_unittest.cc",
"google/protobuf/unittest_import_public.proto",
"google/protobuf/io/printer_unittest.cc",
"google/protobuf/test_messages_proto3.proto",
"google/protobuf/io/zero_copy_stream_unittest.cc",
"google/protobuf/text_format_unittest.cc",
"google/protobuf/stubs/int128_unittest.cc",
"google/protobuf/unittest_lazy_dependencies_enum.proto",
"google/protobuf/test_messages_proto2.proto",
"google/protobuf/unittest_arena.proto",
"google/protobuf/unittest_lite.proto",
"google/protobuf/type.proto",
"google/protobuf/test_util.inc",
"google/protobuf/extension_set_unittest.cc",
"google/protobuf/preserve_unknown_enum_test.cc",
"google/protobuf/unittest_lazy_dependencies.proto",
"google/protobuf/io/io_win32_unittest.cc",
"google/protobuf/unittest_embed_optimize_for.proto",
"google/protobuf/lite_unittest.cc",
"google/protobuf/unknown_field_set_unittest.cc",
"google/protobuf/stubs/bytestream_unittest.cc",
"google/protobuf/wire_format_unittest.cc",
"google/protobuf/unittest_proto3_lite.proto",
"google/protobuf/api.proto",
"google/protobuf/stubs/status_test.cc",
"google/protobuf/generated_message_reflection_unittest.cc",
"google/protobuf/unittest_custom_options.proto",
"google/protobuf/map_field_test.cc",
"google/protobuf/field_mask.proto",
"google/protobuf/proto3_arena_lite_unittest.cc",
"google/protobuf/lite_arena_unittest.cc",
"google/protobuf/repeated_field_unittest.cc",
"google/protobuf/unittest_mset.proto",
"google/protobuf/duration.proto",
"google/protobuf/proto3_arena_unittest.cc",
"google/protobuf/unittest_import_lite.proto",
"google/protobuf/inlined_string_field_unittest.cc",
"google/protobuf/io/coded_stream_unittest.cc",
"google/protobuf/unittest_drop_unknown_fields.proto",
"google/protobuf/source_context.proto",
"google/protobuf/generated_message_tctable_impl.inc",
"google/protobuf/map_proto2_unittest.proto",
"google/protobuf/proto3_lite_unittest.cc",
"google/protobuf/descriptor_unittest.cc",
"google/protobuf/proto3_lite_unittest.inc",
"google/protobuf/wrappers.proto",
"google/protobuf/any.proto",
"google/protobuf/stubs/common_unittest.cc",
"google/protobuf/arena_unittest.cc",
"google/protobuf/unittest_enormous_descriptor.proto",
"google/protobuf/map_lite_test_util.cc",
"google/protobuf/unittest_proto3.proto",
"google/protobuf/struct.proto",
"google/protobuf/unittest_preserve_unknown_enum2.proto",
"google/protobuf/io/gzip_stream_unittest.sh",
"google/protobuf/unittest_empty.proto",
"google/protobuf/port_def.inc",
"google/protobuf/dynamic_message_unittest.cc",
"google/protobuf/unittest_proto3_optional.proto",
"google/protobuf/port_undef.inc",
"google/protobuf/message_unittest.cc",
"google/protobuf/message_unittest.inc",
"google/protobuf/unittest.proto",
"google/protobuf/well_known_types_unittest.cc",
"google/protobuf/map_test.inc",
"google/protobuf/reflection_tester.cc",
],
sources: [
"google/protobuf"
],
publicHeadersPath: ".",
cSettings: [
.headerSearchPath("./")
]
),
.target(
name: "NearbyConnections",
dependencies: [
"google-toolbox-for-mac",
"smhasher",
"ukey2",
"protobuf",
.product(name: "abseil", package: "abseil"),
],
path: ".",
exclude: [
"presence",
"embedded",
"connections/clients/windows",
"connections/samples",
"docs",
"internal/platform/implementation/g3",
"internal/platform/implementation/ios/Tests",
"internal/platform/implementation/windows",
"third_party",
"CONTRIBUTING.md",
"LICENSE",
"README.md",
"WORKSPACE",
// build files
"connections/clients/ios/BUILD",
"connections/implementation/proto/BUILD",
"connections/implementation/proto/CMakeLists.txt",
"connections/implementation/mediums/ble_v2/BUILD",
"connections/implementation/mediums/BUILD",
"connections/implementation/BUILD",
"connections/implementation/fuzzers",
"connections/BUILD",
"internal/proto/analytics/BUILD",
"internal/platform/implementation/shared/BUILD",
"internal/platform/implementation/ios/Mediums/BUILD",
"internal/platform/implementation/ios/Tests/BUILD",
"internal/platform/implementation/ios/BUILD",
"internal/platform/implementation/BUILD",
"internal/platform/BUILD",
"internal/analytics/BUILD",
"proto/mediums/BUILD",
"proto/errorcode/BUILD",
"proto/BUILD",
"proto/CMakeLists.txt",
// tests
"connections/listeners_test.cc",
"connections/strategy_test.cc",
"connections/clients/ios/BuildTests",
"connections/implementation/offline_frames_test.cc",
"connections/implementation/offline_service_controller_test.cc",
"connections/implementation/encryption_runner_test.cc",
"connections/implementation/p2p_cluster_pcp_handler_test.cc",
"connections/implementation/base_pcp_handler_test.cc",
"connections/implementation/injected_bluetooth_device_store_test.cc",
"connections/implementation/internal_payload_factory_test.cc",
"connections/implementation/client_proxy_test.cc",
"connections/implementation/payload_manager_test.cc",
"connections/implementation/offline_frames_validator_test.cc",
"connections/implementation/service_controller_router_test.cc",
"connections/implementation/wifi_hotspot_test.cc",
"connections/implementation/mediums/ble_v2_test.cc",
"connections/implementation/mediums/ble_v2/bloom_filter_test.cc",
"connections/implementation/mediums/ble_v2/ble_peripheral_test.cc",
"connections/implementation/mediums/ble_v2/ble_packet_test.cc",
"connections/implementation/mediums/ble_v2/ble_advertisement_test.cc",
"connections/implementation/mediums/ble_v2/advertisement_read_result_test.cc",
"connections/implementation/mediums/ble_v2/ble_advertisement_header_test.cc",
"connections/implementation/mediums/ble_v2/ble_utils_test.cc",
"connections/implementation/mediums/ble_v2/discovered_peripheral_tracker_test.cc",
"connections/implementation/mediums/webrtc_peer_id_test.cc",
"connections/implementation/mediums/wifi_lan_test.cc",
"connections/implementation/mediums/bluetooth_classic_test.cc",
"connections/implementation/mediums/ble_test.cc",
"connections/implementation/mediums/webrtc_test.cc",
"connections/implementation/mediums/lost_entity_tracker_test.cc",
"connections/implementation/mediums/bluetooth_radio_test.cc",
"connections/implementation/mediums/wifi_hotspot_test.cc",
"connections/implementation/mediums/wifi_test.cc",
"connections/implementation/endpoint_channel_manager_test.cc",
"connections/implementation/bwu_manager_test.cc",
"connections/implementation/base_bwu_handler_test.cc",
"connections/implementation/endpoint_manager_test.cc",
"connections/implementation/bluetooth_device_name_test.cc",
"connections/implementation/wifi_lan_service_info_test.cc",
"connections/implementation/pcp_manager_test.cc",
"connections/implementation/ble_advertisement_test.cc",
"connections/implementation/base_endpoint_channel_test.cc",
"connections/core_test.cc",
"connections/status_test.cc",
"connections/payload_test.cc",
"internal/proto/analytics/connections_log_test.cc",
"internal/platform/feature_flags_test.cc",
"internal/platform/cancelable_alarm_test.cc",
"internal/platform/crypto_test.cc",
"internal/platform/byte_array_test.cc",
"internal/platform/bluetooth_utils_test.cc",
"internal/platform/single_thread_executor_test.cc",
"internal/platform/scheduled_executor_test.cc",
"internal/platform/count_down_latch_test.cc",
"internal/platform/pipe_test.cc",
"internal/platform/uuid_test.cc",
"internal/platform/wifi_hotspot_test.cc",
"internal/platform/wifi_lan_test.cc",
"internal/platform/wifi_test.cc",
"internal/platform/wifi_utils_test.cc",
"internal/platform/condition_variable_test.cc",
"internal/platform/thread_check_nocompile_test.py",
"internal/platform/bluetooth_classic_test.cc",
"internal/platform/mutex_test.cc",
"internal/platform/atomic_reference_test.cc",
"internal/platform/logging_test.cc",
"internal/platform/multi_thread_executor_test.cc",
"internal/platform/ble_test.cc",
"internal/platform/ble_v2_test.cc",
"internal/platform/prng_test.cc",
"internal/platform/implementation/ios/count_down_latch_test.cc",
"internal/platform/implementation/ios/condition_variable_test.cc",
"internal/platform/implementation/ios/mutex_test.cc",
"internal/platform/implementation/ios/atomic_boolean_test.cc",
"internal/platform/implementation/ios/atomic_uint32_test.cc",
"internal/platform/implementation/shared/file_test.cc",
"internal/platform/atomic_boolean_test.cc",
"internal/platform/exception_test.cc",
"internal/platform/error_code_recorder_test.cc",
"internal/platform/future_test.cc",
"internal/platform/cancellation_flag_test.cc",
"internal/platform/bluetooth_adapter_test.cc",
"internal/platform/byte_utils_test.cc",
"internal/analytics/analytics_recorder_test.cc",
// simulation
"connections/implementation/offline_simulation_user.cc",
"connections/implementation/simulation_user.cc",
// proto
"connections/implementation/proto/offline_wire_formats.proto",
"connections/implementation/proto/offline_wire_formats_proto_config.asciipb",
"internal/proto/analytics/connections_log.proto",
"proto/connections_enums.proto",
"proto/connections_enums_proto_config.asciipb",
"proto/mediums/nfc_frames.proto",
"proto/mediums/ble_frames.proto",
"proto/mediums/ble_frames_portable_proto_config.asciipb",
"proto/mediums/web_rtc_signaling_frames.proto",
"proto/mediums/wifi_aware_frames.proto",
"proto/errorcode/error_code_enums.proto",
"proto/errorcode/error_code_enums_proto_config.asciipb",
"proto/sharing_enums.proto",
// webrtc
"connections/implementation/webrtc_bwu_handler.cc",
"connections/implementation/webrtc_endpoint_channel.cc",
"connections/implementation/mediums/webrtc.cc",
"connections/implementation/mediums/webrtc_peer_id.cc",
"connections/implementation/mediums/webrtc",
// This breaks the build, but seems to work fine without it?
"internal/platform/medium_environment.cc",
],
sources: [
"compiled_proto",
"connections",
"internal",
"proto",
],
publicHeadersPath: "connections/clients/ios/Public",
cSettings: [
.headerSearchPath("./"),
.headerSearchPath("compiled_proto/"),
.define("NO_WEBRTC"),
.define("NEARBY_SWIFTPM"),
],
linkerSettings: [
.linkedLibrary("c++"),
.linkedFramework("CoreBluetooth"),
.linkedFramework("CoreFoundation"),
]
),
.testTarget(
name: "BuildTests",
dependencies: ["NearbyConnections"],
path: "connections/clients/ios/BuildTests"
),
],
cLanguageStandard: .c99,
cxxLanguageStandard: CXXLanguageStandard.gnucxx14
)