Expand description
Build-time helper for OP-TEE supplicant plugins.
This crate provides PluginConfig which generates a Rust source file
containing the static plugin_method symbol required by the OP-TEE
plugin ABI. It is intended to be used in a build.rs script.
Re-exports§
pub use uuid;
Structs§
- Plugin
Config - Configuration for building an OP-TEE supplicant plugin binding.
Constants§
- DEFAULT_
INIT_ FN_ NAME - Default name for the plugin init function.
- DEFAULT_
INVOKE_ FN_ NAME - Default name for the plugin invoke function.