blob: 5bc3b7c1107121ba8cc60a91428c5c6724ae6f2f [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.
driver("mbr") {
sources = [
"mbr.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-block",
"$zx/system/banjo/ddk-protocol-block-partition",
"$zx/system/ulib/ddk",
"$zx/system/ulib/gpt",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}