blob: d2af0158011ab8fb5e3fe87552efe107d6d30693 [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/example_player",
},
use: [
{
protocol: [ "fuchsia.media.sessions2.Publisher" ],
},
],
}