[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.