1# Copyright 2020 The Hafnium Authors. 2# 3# Use of this source code is governed by a BSD-style 4# license that can be found in the LICENSE file or at 5# https://opensource.org/licenses/BSD-3-Clause. 6 7declare_args() { 8 hftest_ctrl = ":ctrl_fdt" 9 hftest_device = ":device_psci" 10 hftest_manifest_overlay = "" 11 12 # If set to true, will strip non-critical code, such as verbose failure 13 # logging. 14 hftest_optimize_for_size = false 15} 16