blob: 3f724de27976771a2ce6c51da49e51472f682d20 [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 = [ "//src/ledger/*" ]
source_set("fidl_helpers") {
sources = [
"bound_interface.h",
"bound_interface_set.h",
]
public_deps = [
"//sdk/lib/fidl/cpp",
"//src/lib/fxl",
]
configs += [ "//src/ledger:ledger_config" ]
}