| // 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/1348174): 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", | |
| ] | |
| }, | |
| ], | |
| } |