| # 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/feedback/*", |
| "//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", |
| ] |
| } |