blob: 0c5199e9fa0d8e4629d6a7ef85068f5472bd2ac0 [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/zircon/lib/zircon",
"//zircon/system/ulib/tee-client-api",
]
}