blob: ad1204451eafe1aa26d9f19e37c00e105b4697ae [file] [log] [blame]
# Copyright 2018 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("include") {
sources = [
"types.h",
]
public_deps = [
"//peridot/bin/ledger/fidl",
"//peridot/public/fidl/fuchsia.ledger",
"//peridot/public/fidl/fuchsia.ledger.cloud",
]
}