[roll] Roll fuchsia [assembly] Move default hwinfo product info to assembly

If hwinfo cannot find the product info in config-data it finds the
default product info using structure config, which is supplied by
assembly. The product is able to set the name/model/manufacturer in the
product config, and if they do not then assembly decides on a reasonable
default.

Once all products are specifying their product info using product
assembly, we will remove the config-data support in the hwinfo
component.

fake_hwinfo is removed because it is unused.

Because the tests will not compile without correct structured config
values, we cannot run the hwinfo_negative_tests without valid product
config values, therefore we assert their validity instead of their
absence.

Original-Bug: b/290982757
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/886092
Original-Revision: 8ee60eb03f15c86714c23b5c30a18244f7894888
GitOrigin-RevId: f6f1fdcde052094ce21afad748157667435b1f2e
Change-Id: Ia63e39532e24e77d781896d81af987b1ec66bf26
1 file changed
tree: 9cc201848545c17d6747ffb0516fc61e40a37252
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.