blob: 58b80077b50a9817783de636b37ffceecd991553 [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 = [
"//sdk/lib/fdio",
"//src/security/tee/tee-client-api",
"//src/zircon/lib/zircon",
]
}