blob: 9d34c75c81d0be25254d543994fb501e308df884 [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_test("zxcrypt") {
sources = [
"main.c",
"test-device.cc",
"volume.cc",
"zxcrypt.cc",
]
deps = [
"$zx/system/fidl/fuchsia-device:llcpp",
"$zx/system/fidl/fuchsia-hardware-ramdisk:c",
"$zx/system/ulib/block-client",
"$zx/system/ulib/ddk",
"$zx/system/ulib/devmgr-integration-test",
"$zx/system/ulib/digest",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fs",
"$zx/system/ulib/fs-management",
"$zx/system/ulib/fvm",
"$zx/system/ulib/fzl",
"$zx/system/ulib/gpt",
"$zx/system/ulib/kms-stateless",
"$zx/system/ulib/pretty",
"$zx/system/ulib/ramdevice-client",
"$zx/system/ulib/sync",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zircon-crypto",
"$zx/system/ulib/zircon-internal",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcrypt:zxcrypt-fdio",
"$zx/third_party/ulib/cryptolib",
"$zx/third_party/ulib/uboringssl",
]
}