[roll] Roll fuchsia [tools][fvd] Add and validate the HardwareProfile

* Adds the HardwareProfile portion of the FVD proto.
* Updates the fvd binary and tests to validate portions
  of the profile.

Original-Bug: 62150
Test:
 * fx set core.x64 --with=//tools/virtual_device:default
 * fx build
 * cat out/default/default.fvd prints the contents:

  {
    "name": "default",
    "kernel": "qemu-kernel",
    "initrd": "zircon-a",
    "drive": {
      "id": "maindisk",
      "image": "storage-full"
    },
    "hw": {
      "arch": "x64",
      "cpuCount": 4,
      "ram": "1M",
      "mac": "52:54:00:63:5e:7a"
    },
    "nodename": "default-virtual-device"
  }

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/457144
Original-Revision: e21c8f6e151c110e42f5b6b2477aec2fa42dabea
GitOrigin-RevId: fcb3d7ad07e99ad61c1906b70766f825412b4cc6
Change-Id: If855e56b660908cd4c794e410760fc11c3e0c2c7
1 file changed
tree: 82fbfb92910c0bf45e81b4dff6778e042a7f03bb
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.