blob: 9c6570cf5eed6dccc9f2bb8de925bdc8b0e14e60 [file] [log] [blame]
# 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" ]
}