diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 06:16:15 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-28 06:16:15 +0000 |
commit | 1875720816e430fc50972c3527577b78b14ca1c5 (patch) | |
tree | 6ddd069e6bb844a5064dc920541ef190e57c9073 | |
parent | 9d96b05505cfd5ce5ce09ce813ab84ca3319c3ad (diff) | |
download | edk2-platforms-1875720816e430fc50972c3527577b78b14ca1c5.tar.xz |
Add back gEfiFormBrowser2ProtocolGuid & gEfiFormBrowser2ProtocolGuid as they were actually used by LocateFormBrowser2Protocols() in this library instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6264 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf b/MdePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf index ac93594ad6..50b1ffedbf 100644 --- a/MdePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf +++ b/MdePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf @@ -51,3 +51,5 @@ [Protocols]
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
+ gEfiHiiConfigRoutingProtocolGuid
+ gEfiFormBrowser2ProtocolGuid
|