diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-02 09:01:37 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-02 09:01:37 +0000 |
commit | 107eebef210a86f6b8bb682617d6e56c334899d4 (patch) | |
tree | afcbfe11447cd562ce41d88e2a3d03c873ce6d7a | |
parent | 5c88defe6d1787b5db9d58e272087f0395bdd620 (diff) | |
download | edk2-platforms-107eebef210a86f6b8bb682617d6e56c334899d4.tar.xz |
update the right usage.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4983 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf b/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf index c594749ddb..b31b4ca5aa 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf +++ b/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf @@ -70,7 +70,7 @@ ExtendedHiiLib
[Protocols]
- gEfiPrintProtocolGuid # PROTOCOL ALWAYS_CONSUMED
+ gEfiPrintProtocolGuid # PROTOCOL ALWAYS_PRODUCED
gEfiHiiConfigAccessProtocolGuid
gEfiHiiStringProtocolGuid
gEfiFormBrowser2ProtocolGuid
|