[roll] Roll fuchsia [fake-display] Refactor layer and config lists in unit tests.

This CL is a prefactoring for I0bf6dca1f806a0c99bdd347779f7eb4057a927d9,
which migrates the Banjo API between the Display Coordinator and display
engine drivers away from lists of pointers.

This CL migrates the lists of layers and display configurations
hard-coded in tests away from lists of pointers to disparate data
structures, and towards arrays of structures. The lists of pointers
required by the current Banjo API are built on top of the arrays, and
can be removed in an easy-to-review diff when the Banjo API is migrated.

This CL also switches the fake-display test target to
fake-display-unittests, to match the convention that is emerging across
the display stack.

Original-Bug: 314126494
Test: fx test fake-display-unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1034116
Original-Revision: 9c37cc194ebbcaf2bcaef91358743cd03931c970
GitOrigin-RevId: 87d8784c4f7b2497eff5062aeca01e06ba18ef5a
Change-Id: If16f61da1468bc247e0de4a5a0bb1c55988e4074
1 file changed
tree: 2a99d974292e62df6af5f9170b905d82df8485d8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.