blob: d682a5179fac741625efd7bb0862022985d34dd3 [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/audio_device_output_harness",
},
use: [
{ protocol: "fuchsia.media.AudioDeviceEnumerator" },
],
expose: [
{
protocol: "fuchsia.component.Binder",
from: "framework",
},
],
}