blob: 6536c6a4b9c8feca38a59c25dbf473582e59ff24 [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.
test("zxcrypt") {
sources = [
"main.c",
"test-device.cpp",
"volume.cpp",
"zxcrypt.cpp",
]
include_dirs = [ ".." ]
deps = [
"$zx/system/ulib/block-client",
"$zx/system/ulib/crypto",
"$zx/system/ulib/ddk",
"$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/gpt",
"$zx/system/ulib/pretty",
"$zx/system/ulib/sync",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
"$zx/system/ulib/zxcrypt",
"$zx/third_party/ulib/cryptolib",
"$zx/third_party/ulib/uboringssl",
]
}