blob: 89dd65fd7309d67cffc40b50c459fc5c600abd08 [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: [
"//src/connectivity/network/testing/netemul/service/meta/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/netemul_runner",
},
capabilities: [
{
runner: "netemul_test_runner",
path: "/svc/fuchsia.component.runner.ComponentRunner",
},
],
expose: [
{
runner: "netemul_test_runner",
from: "self",
},
],
}