#[cfg(feature = "tool")]
pub mod ble_init_profile;
#[cfg(feature = "tool")]
pub mod ble_profile;
#[cfg(feature = "tool")]
pub mod native_supplicant;
#[cfg(feature = "tool")]
pub mod normalize;
pub const WS63_ARCHIVE_PROFILE: &str = include_str!("../profiles/ws63.toml");
pub const WS63_SCHEDULING_PROFILE: &str = include_str!("../profiles/ws63-scheduling.toml");
pub const WS63_RUNTIME_COMPAT_PROFILE: &str = include_str!("../profiles/ws63-runtime-compat.toml");
pub const WS63_SUPPLICANT_BOUNDARY_PROFILE: &str =
include_str!("../profiles/ws63-supplicant-boundary.toml");
pub const WS63_BLE_B0_PROFILE: &str = include_str!("../profiles/ws63-ble-b0.toml");
pub const WS63_BLE_B0_REPORT: &str = include_str!("../profiles/ws63-ble-b0-report.json");
pub const WS63_BLE_B1_PROFILE: &str = include_str!("../profiles/ws63-ble-b1.toml");
pub const WS63_BLE_B1_REPORT: &str = include_str!("../profiles/ws63-ble-b1-report.json");
pub const WS63_SLE_S0_PROFILE: &str = include_str!("../profiles/ws63-sle-s0.toml");
pub const WS63_SLE_S0_REPORT: &str = include_str!("../profiles/ws63-sle-s0-report.json");