blob: 3c224ad58057925ac54d41923f611540edf4994d [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.
import("//build/assembly/bootfs_files_for_assembly.gni")
executable("tee-test") {
visibility = [ ":*" ]
sources = [ "tee-test.c" ]
deps = [
"//sdk/lib/fdio",
"//src/security/lib/tee/tee-client-api",
"//src/zircon/lib/zircon",
]
}
bootfs_files_for_assembly("bootfs") {
deps = [ ":tee-test" ]
}