blob: 2ec8ad123f9c20ae983778ed0b68af07eb19e29f [file] [log] [blame]
// Copyright 2022 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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/lib_loader_runner_cache",
},
capabilities: [
{ protocol: "fuchsia.test.runner.LibraryLoaderCacheBuilder" },
],
expose: [
{
protocol: "fuchsia.test.runner.LibraryLoaderCacheBuilder",
from: "self",
},
],
}