blob: 5b03833ed679e5d24d518916f14f30fde7b3c2ad [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/starnix_test_runner",
},
capabilities: [
{
runner: "starnix_test_runner",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
],
use: [
{
storage: "data",
path: "/data",
},
{
storage: "tmp",
path: "/tmp",
},
],
expose: [
{
runner: "starnix_test_runner",
from: "self",
},
],
}