[roll] Roll fuchsia [keymint] add aidl targets for the KeyMint AIDLs

* on paper, only keymint and secureclock are needed, but the KeyMint
  Rust reference implementation actually uses all 4 protocols
* going with the versions for target level 7. b/389769180 tracks
  updating the target level for Fuchsia and then we can bump the
  versions here
* going with 3 and not 2 for RPK (even though the compatibility matrix 7
  says 1-2) because the KeyMint Rust reference implementation expects 3
  to compile (for "generateCertificateRequestV2" to be defined and it's
  not being a Rust feature unlike the keymint methods)

Original-Bug: 388106045
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1195718
Original-Revision: bd51f3b9c30ca0a8b081a3b053c7ee5a31f98141
GitOrigin-RevId: 6cb6d0e83c4d7f123de10544270f2af68cea78d1
Change-Id: I3a47b845c7424ac3eff1a389e8e69d1c4290b85e
1 file changed
tree: 2db182cf9bbe94d63ebc8f915f07ead35abb3c73
  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.