blob: 9885a2fdb62fde78df3eeb07f81d8fe34a728530 [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.
{
include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
binary: "bin/archive_reader",
},
use: [
{ runner: "elf" },
{
protocol: [ "fuchsia.diagnostics.ArchiveAccessor" ],
},
],
}