blob: d573f109b12e20b2e12174959f4e18fe398eac44 [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("chromeos-disk-setup") {
sdk = "source"
sdk_headers = [ "chromeos-disk-setup/chromeos-disk-setup.h" ]
sources = [ "chromeos-disk-setup.cc" ]
public_deps = [ "$zx/system/fidl/fuchsia-hardware-block:c" ]
deps = [
"$zx/system/fidl/fuchsia-hardware-block:c",
"$zx/system/ulib/fit",
"$zx/system/ulib/gpt",
"$zx/system/ulib/zircon",
]
}