blob: a8254fc3ed1c10ec0899c43db9651b4412484a8c [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.
{
program: {
binary: "bin/archive_reader",
},
use: [
{ runner: "elf" },
{
protocol: [ "fuchsia.diagnostics.ArchiveAccessor" ],
},
],
}