[roll] Roll fuchsia [assembly] Move board provided_features to constants crate

This change adds a `BoardFeature` enum to the `assembly_constants` crate
listing all valid feature strings a board can provide. It updates
`BoardConfigExt::provides_feature()` to accept this enum instead of a
string, ensuring that subsystems must add new features to the enum
before supporting them in assembly.

An `Unknown(String)` variant is included to support adding features
before assembly-level support exists.

Original-Fixed: 401235334
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1541514
Original-Revision: 01cb0cc62c66b45f1ac46d9506134cbe906f1e5b
GitOrigin-RevId: 4c669675699668a18419f60aadc8a600d5bff678
Change-Id: I330c26acbc54b9147986befb7fb4f371816ae004
1 file changed
tree: b44bfbf999f6b15913f05cd7bbe991feeb5e5780
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.