Source code
Revision control
Copy as Markdown
Other Tools
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
use: [
{
protocol: [
// TODO(crbug.com/40855135): Rather than require the system to provide
// capabilities straight from audio_core, we should run Chromium tests
// against an audio stack with fake device(s).
"fuchsia.media.Audio",
"fuchsia.media.AudioDeviceEnumerator",
]
},
],
}