test_support.shard.test-cml 448 B

1234567891011121314
  1. // Copyright 2022 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. // This shard routes the protocols needed by tests that use parts of //media
  5. // such as //media/fuchsia/camera:test_support, //media/capture:test_support,
  6. // //media/fuchsia/cdm, //media/fuchsia/video, etc.
  7. {
  8. use: [
  9. {
  10. protocol: "fuchsia.sysmem.Allocator",
  11. },
  12. ],
  13. }