|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Load-time validation of plugin capabilities + manifest sanity. More...
Go to the source code of this file.
Classes | |
| struct | cdc::plugin_manager::CapabilityCheckResult |
| class | cdc::plugin_manager::CapabilityChecker |
Namespaces | |
| namespace | cdc |
| namespace | cdc::plugin_manager |
Load-time validation of plugin capabilities + manifest sanity.
Performs the static checks listed in docs/capabilities.md:
Runtime per-call capability checks live next to the actual host_api_* implementations and use the manifest stored on the active Plugin instance.
Definition in file CapabilityChecker.h.