blob: a59ce7dc195bb78ab3045826e70c485f3696216f [file] [log] [blame]
# Copyright 2020 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.
# This provides metadata in the //:images and //:zbi_tests schemas
# transliterated from the Zircon data for $zx/:zbi_tests and the
# subset of $zx/:images it refers to.
group("zbi_tests") {
visibility = [
"//:images",
"//:zbi_tests",
]
testonly = true
deps = [ "//zircon/kernel/phys:tests" ]
}