blob: 43c8d92e497801e39a1eae10955421024f622134 [file] [log] [blame] [edit]
# 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" ]
configs += [ "//src/ledger:ledger_config" ]
}