[roll] Roll fuchsia [gpt] Separate GPT to new rust crate

This is mainly a refactoring/reorganization to support testing GPT in
isolation, although as an added benefit the new GPT rust crate is now
portable if desired.

The rough split is that the GPT crate has business logic related to
parsing GPT metadata (and is set up in the future for having logic
related to manipulating a GPT as well), and storage-host just wraps that
and provides the "runtime" of exporting Block instances for the
partitions in a GPT device.

Original-Bug: 339491886
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1105441
Original-Revision: 62f256a63431f6c703e3ee93453086fc3fd474ab
GitOrigin-RevId: 1255aca120347599e0309add6dcc9df432b54f59
Change-Id: I6a0fab54f47455730ecf91a14117e056125b169d
1 file changed
tree: 87f2cdfe848974d4d3b2ff620fbc665bc2491b49
  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.