[roll] Roll fuchsia [magma] Make a C++ version of the MSD API.

This is generally a 1-1 mapping of the C API onto C++ classes, except:
* Import and ImportSemaphore are now methods on the Device class
* Notifications are handled using virtual methods on a class.
* _release functions have been turned into virtual destructors.
* Zircon handles have been converted into lib/zx types.
* Pointer + size parameters have been converted into idiomatic types.

Original-Bug: 111471
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/788836
Original-Revision: 34f94fc7e31e1c5047d69ba04ea3204044dd5f9c
GitOrigin-RevId: cfc7c033ad2493cf11bc03d85196fe487e063869
Change-Id: I10743379826e09453a0ffbfba703dc633708217f
1 file changed
tree: 8ad9808f20606edae2a82a33f9f8d6a787947e45
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.