File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,16 @@ impl ConfigTableEntry {
55
55
/// status codes reported during the pre-UEFI environment.
56
56
pub const MEMORY_STATUS_CODE_RECORD_GUID : Guid = guid ! ( "060cc026-4c0d-4dda-8f41-595fef00a502" ) ;
57
57
58
+ /// Provides additional information about regions within the run-time memory blocks.
59
+ ///
60
+ /// https://uefi.org/specs/UEFI/2.10/04_EFI_System_Table.html#efi-memory-attributes-table
61
+ pub const MEMORY_ATTRIBUTES_GUID : Guid = guid ! ( "dcfa911d-26eb-469f-a220-38b7dc461220" ) ;
62
+
63
+ /// Constants used for UEFI signature database variable access.
64
+ ///
65
+ /// https://uefi.org/specs/UEFI/2.11/32_Secure_Boot_and_Driver_Signing.html#uefi-image-variable-guid-variable-name
66
+ pub const IMAGE_SECURITY_DATABASE_GUID : Guid = guid ! ( "d719b2cb-3d3a-4596-a3bc-dad00e67656f" ) ;
67
+
58
68
/// Table which provides Driver eXecution Environment services.
59
69
pub const DXE_SERVICES_GUID : Guid = guid ! ( "05ad34ba-6f02-4214-952e-4da0398e2bb9" ) ;
60
70
You can’t perform that action at this time.
0 commit comments