blob: f8120fa2cee2ad9bb6f9a6afbd54c1f1bf1359e7 [file] [log] [blame]
# Copyright 2016 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.
import("//build/fidl/fidl.gni")
fidl("fidl") {
name = "fuchsia.ledger.internal"
sources = [
"debug.fidl",
"internal.fidl",
]
deps = [
"//peridot/public/fidl/fuchsia.ledger",
"//peridot/public/fidl/fuchsia.ledger.cloud",
]
}