//! Individual CAP components — PDD §5.4a table.
//!
//! `no_std`: this holds parsed *metadata* only — small owned values (AIDs +
//! offsets) — so the collections are bounded `heapless::Vec`, not borrows. The
//! bulk component *bytes* are never held here; they are streamed from the input
//! ZIP by [`super::LoadFileDataBlock`].
use Vec;
use crateAid;
use crate;
/// Extracted CAP components relevant to loading/installing.
/// One applet class entry from `Applet.cap`.