blob: 025ea007045fa86af98306fa07e45f5c86ea2f62 [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.
zx_library("gpt") {
sources = [
"cros.cc",
"gpt.cc",
"guid.cc",
]
public_deps = [
"$zx/system/ulib/fbl:headers",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-block:c",
"$zx/system/ulib/fit",
"$zx/system/ulib/fzl",
"$zx/system/ulib/range",
"$zx/system/ulib/zircon",
"$zx/third_party/ulib/cksum",
]
}