| # Copyright 2024 The Fuchsia Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import("//src/microfuchsia/tee/ta/ta.gni") | |
| # This is a Trusted App that panics on every entry point. | |
| fuchsia_ta_package("ta-panic") { | |
| sources = [ "panic.cc" ] | |
| } |