blob: 9bf93e43d720eba6c9e48f0d0ef47c3252c64f76 [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("fuchsia.ledger") {
sdk_category = "partner"
api = "fuchsia.ledger.api"
sources = [
"ledger.fidl",
]
public_deps = [
"//zircon/public/fidl/fuchsia-mem",
]
}