1#[cfg(feature = "tool")]
4pub mod ble_init_profile;
5#[cfg(feature = "tool")]
6pub mod ble_profile;
7#[cfg(feature = "tool")]
8pub mod native_supplicant;
9#[cfg(feature = "tool")]
10pub mod normalize;
11
12pub const WS63_ARCHIVE_PROFILE: &str = include_str!("../profiles/ws63.toml");
14pub const WS63_SCHEDULING_PROFILE: &str = include_str!("../profiles/ws63-scheduling.toml");
16pub const WS63_RUNTIME_COMPAT_PROFILE: &str = include_str!("../profiles/ws63-runtime-compat.toml");
18pub const WS63_SUPPLICANT_BOUNDARY_PROFILE: &str =
20 include_str!("../profiles/ws63-supplicant-boundary.toml");
21pub const WS63_BLE_B0_PROFILE: &str = include_str!("../profiles/ws63-ble-b0.toml");
23pub const WS63_BLE_B0_REPORT: &str = include_str!("../profiles/ws63-ble-b0-report.json");
25pub const WS63_BLE_B1_PROFILE: &str = include_str!("../profiles/ws63-ble-b1.toml");
27pub const WS63_BLE_B1_REPORT: &str = include_str!("../profiles/ws63-ble-b1-report.json");
29pub const WS63_SLE_S0_PROFILE: &str = include_str!("../profiles/ws63-sle-s0.toml");
31pub const WS63_SLE_S0_REPORT: &str = include_str!("../profiles/ws63-sle-s0-report.json");