summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/RuntimeDxe
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-07 22:49:44 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-07 22:49:44 +0000
commit857c8410165c0ab8cba515cd02140d10fcef81d0 (patch)
treec1f043e220bfda205cadcf284f962a920c339742 /MdeModulePkg/Core/RuntimeDxe
parent157939117269f4f3850ddf19cbccf2159db606c4 (diff)
downloadedk2-857c8410165c0ab8cba515cd02140d10fcef81d0.tar.gz
edk2-857c8410165c0ab8cba515cd02140d10fcef81d0.tar.bz2
edk2-857c8410165c0ab8cba515cd02140d10fcef81d0.zip
Move NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI Library
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6898 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/RuntimeDxe')
-rw-r--r--MdeModulePkg/Core/RuntimeDxe/Runtime.h1
-rw-r--r--MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf1
2 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Core/RuntimeDxe/Runtime.h b/MdeModulePkg/Core/RuntimeDxe/Runtime.h
index 703be48ae0..4d6c6199d6 100644
--- a/MdeModulePkg/Core/RuntimeDxe/Runtime.h
+++ b/MdeModulePkg/Core/RuntimeDxe/Runtime.h
@@ -26,6 +26,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/ReportStatusCodeLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/UefiBootServicesTableLib.h>
+#include <Library/UefiLib.h>
#include <Library/CacheMaintenanceLib.h>
#include <Library/PeCoffLib.h>
#include <Library/PcdLib.h>
diff --git a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
index 12c6636278..7d34aada83 100644
--- a/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
+++ b/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
@@ -43,6 +43,7 @@
PeCoffLib
CacheMaintenanceLib
UefiBootServicesTableLib
+ UefiLib
UefiRuntimeServicesTableLib
ReportStatusCodeLib
DebugLib