blob: 75f5bc80f23b4aaef6a34e440bb3b92a47d478a1 [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 this shard when `fuchsia::web::ContextFeatureFlags::AUDIO` may be
// used.
//
{
use: [
{
protocol: [
"fuchsia.media.Audio",
"fuchsia.media.AudioDeviceEnumerator",
"fuchsia.media.SessionAudioConsumerFactory",
],
},
],
}