summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiLib/UefiLib.inf
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-24 14:18:13 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-24 14:18:13 +0000
commit6d28c49754e6395f0e39033560060bd4c33ed58b (patch)
treeed657e486ffe55472fc04ca078c13764f3a5de40 /MdePkg/Library/UefiLib/UefiLib.inf
parent941199475dff164bdb8b2b1fa516dcfbec8ef60f (diff)
downloadedk2-platforms-6d28c49754e6395f0e39033560060bd4c33ed58b.tar.xz
Add GetVariabe(), GetEfiGlobalVariable() and GetBestLanguage() to UefiLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7936 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiLib/UefiLib.inf')
-rw-r--r--MdePkg/Library/UefiLib/UefiLib.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLib.inf b/MdePkg/Library/UefiLib/UefiLib.inf
index 626331fac9..11a2a63f34 100644
--- a/MdePkg/Library/UefiLib/UefiLib.inf
+++ b/MdePkg/Library/UefiLib/UefiLib.inf
@@ -54,11 +54,12 @@
BaseLib
UefiBootServicesTableLib
DevicePathLib
+ UefiRuntimeServicesTableLib
[Guids]
gEfiEventReadyToBootGuid ## CONSUMES ## Event
gEfiEventLegacyBootGuid ## CONSUMES ## Event
-
+ gEfiGlobalVariableGuid ## CONSUMES ## Variable
[Protocols]
gEfiDriverBindingProtocolGuid ## PRODUCES