Implement FFI for App Service

This commit is contained in:
Jackson Coxson
2025-07-19 23:50:03 -06:00
parent 9793610d94
commit f818225c8c
9 changed files with 709 additions and 6 deletions

View File

@@ -6,6 +6,8 @@ pub mod adapter;
pub mod afc;
#[cfg(feature = "amfi")]
pub mod amfi;
#[cfg(feature = "core_device")]
pub mod core_device;
#[cfg(feature = "core_device_proxy")]
pub mod core_device_proxy;
#[cfg(feature = "debug_proxy")]