[roll] Roll fuchsia [fusb302][vim3] Add class responsible for conveying Sink power policy.

This CL adds a class that contains the logic for translating between a
power policy and low-level USB PD details. The implementation is fairly
specific to the VIM3 board that we're currently targeting, but the API
and testing approach should allow extending this to other cases we want
to support.

Upcoming CLs will plumb this class into the USB PD Sink Policy Engine
state machine implementation.

Original-Bug: 122113
Test: fx test fusb302-test (no functional changes)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/823330
Original-Revision: 30267afa6a91614eaadfe61c68dffe9bad4e6aa8
GitOrigin-RevId: 958338c3e6d20c46aa1db46ed5996a420f829450
Change-Id: Ibfaa5e4b069098ff279876beb0df4b7ace65218c
1 file changed
tree: 073bf276657a939387f340a4b17e397bed7c4288
  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.