blob: 7d9d71abf32fbed1f8a30440b67610ede55d5b79 [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") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "tee-test.c" ]
deps = [
"//sdk/lib/fdio",
"//src/security/tee/tee-client-api",
"//src/zircon/lib/zircon",
]
}