diff options
Diffstat (limited to 'MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf')
-rw-r--r-- | MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf index 90e613521e..ae93d48849 100644 --- a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf +++ b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf @@ -1,9 +1,10 @@ #/** @file
-# Runtime driver library
+# Instance of UEFI Runtime Library.
#
-# Instance of runtime driver library, Hook VitualAddressChange and
-# BooterviceExit event and provide runtime service for non IPF processor types.
-# Copyright (c) 2006 - 2007, Intel Corporation.
+# Instance of UEFI Runtime Library, with hooked EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and
+# EVT_SIGNAL_EXIT_BOOT_SERVICES event, to provide runtime services.
+#
+# Copyright (c) 2006 - 2008, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
|