blob: 23b942daaed4e726ba68fef1b409dbb4f20ae8b6 [file]
# 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" ]
}