blob: 9c12cfbe2b70c0bd81ca85c3995b13f92fb617b7 [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/ui_puppet_bin",
},
capabilities: [
{
protocol: [ "fuchsia.ui.test.conformance.PuppetFactory" ],
},
],
use: [
{
protocol: [
// From system
"fuchsia.tracing.provider.Registry",
],
},
],
expose: [
{
protocol: [ "fuchsia.ui.test.conformance.PuppetFactory" ],
from: "self",
},
],
}