[roll] Roll fuchsia [tee] Differentiate TA configuration values by type

This updates the TA configuration schema to support both
"globalPlatform" and "binderRpc" trusted applications. The configuration
values specific to a type are represented by an enum in Rust and by an
internally tagged representation in JSON.

Currently, only the globalPlatform type is supported.

Tests which have TA configuration files out-of-tree are temporarily
skipped. Once the updated configurations have rolled in, we can unskip
these tests.

Original-Bug: 404591264
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1231364
Original-Revision: c30d07a212aef4fb6f922fd9b305e5ef5a5bfb88
GitOrigin-RevId: 24adf9dc436cbea806626b504069779d4b5b89d5
Change-Id: Ie99258a0c2544160f459b6634c1dfc536ee85216
1 file changed
tree: ee28b291e9fe59aab3b0a9da3b29df04e15716e1
  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 in one of the communication channels documented at get involved.

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.