blob: a581e26bd3dca349fb2cec0e38412b7b1b9ba5d9 [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.
executable("tee-test") {
sources = [
"tee-test.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/tee-client-api",
"$zx/system/ulib/zircon",
]
}