blob: a0d4124a675cd5ba0c25e3e1aae8a2fe429cabbd [file] [log] [blame]
# Copyright 2019 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/banjo/banjo.gni")
banjo("ddk.protocol.block.partition") {
sources = [ "partition.banjo" ]
deps = [ "//zircon/system/banjo/zircon.device.block" ]
}