r-efi 5.3.0

UEFI Reference Specification Protocol Constants and Definitions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Human Interface Infrastructure (HII) Package List Protocol
//!
//! Installed onto an image handle during load if the image contains a custom PE/COFF
//! resource with type 'HII'. The protocol's interface pointer points to the HII package
//! list which is contained in the resource's data.

pub const PROTOCOL_GUID: crate::base::Guid = crate::base::Guid::from_fields(
    0x6a1ee763,
    0xd47a,
    0x43b4,
    0xaa,
    0xbe,
    &[0xef, 0x1d, 0xe2, 0xab, 0x56, 0xfc],
);