unplugged-system/external/cronet/build/config/fuchsia/test/audio_output.shard.test-cml

17 lines
490 B
Plaintext

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