| # Copyright 2017 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 = [ "//peridot/bin/ledger/*" ] | |
| source_set("fidl_helpers") { | |
| sources = [ | |
| "bound_interface.h", | |
| "bound_interface_set.h", | |
| ] | |
| public_deps = [ | |
| "//garnet/public/lib/fidl/cpp", | |
| "//garnet/public/lib/fxl", | |
| ] | |
| configs += [ "//peridot/bin/ledger:ledger_config" ] | |
| } |