blob: 98e42ab902fb485b9fe69396768e8421fa9f54bf [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/syslog/cpp",
"//src/developer/forensics/utils:errors",
"//src/lib/fxl",
"//zircon/public/lib/async",
"//zircon/public/lib/async-cpp",
"//zircon/public/lib/fit",
]
}