Skip to main content

Crate optee_teec_build

Crate optee_teec_build 

Source
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§

PluginConfig
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.