diff options
Diffstat (limited to 'MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf')
-rw-r--r-- | MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf index 2cd6d1b5bf..3b3247d87e 100644 --- a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf +++ b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf @@ -45,5 +45,8 @@ UefiBootServicesTableLib
UefiRuntimeServicesTableLib
DebugLib
-
+
+[Guids]
+ gEfiEventExitBootServicesGuid ## PRODUCES ## Event
+ gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event
|