pub const MAX_RESOLUTION_CONTEXT_SIZE: u32 = 8192;
Expand description

The maximum number of bytes for a ResolutionContext.

Note that this value must be less than or equal to fuchsia.component.resolution::MAX_RESOLUTION_CONTEXT_SIZE, since the component resolver is expected to copy or contain the context provided by the package resolver.