blob: 2a75ffee6eedb657b64ddd57ba4ec23038cf0ea7 [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.
visibility = [ "//src/developer/forensics/*" ]
###############################################################################
# SOURCES
###############################################################################
source_set("fit") {
sources = [
"bridge.h",
"bridge_map.h",
"promise.h",
"timeout.h",
]
public_deps = [
"//sdk/lib/fit-promise",
"//sdk/lib/syslog/cpp",
"//src/developer/forensics/utils:errors",
"//src/lib/fxl",
"//zircon/system/ulib/async",
"//zircon/system/ulib/async:async-cpp",
]
}