diff options
author | Liming Gao <liming.gao@intel.com> | 2016-03-25 17:21:35 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-04-13 14:52:59 +0800 |
commit | 06ac66ecb6c1b5d2bf712e84c0a36add6a262015 (patch) | |
tree | 0e1d7e70419d4cdb94028e46fb766c46e256a8f5 /ShellPkg/Library/UefiShellDebug1CommandsLib | |
parent | 7921de0951abe146eb9c91553cc57bfd0c42f783 (diff) | |
download | edk2-platforms-06ac66ecb6c1b5d2bf712e84c0a36add6a262015.tar.xz |
ShellPkg: Update Guid/Protocol usages in INF files.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf index 8104b9a1d5..6b837b5faa 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf @@ -123,10 +123,10 @@ gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength ## CONSUMES
[Protocols]
- gEfiPciRootBridgeIoProtocolGuid ## CONSUMES
- gEfiBlockIoProtocolGuid ## CONSUMES
- gEfiSimplePointerProtocolGuid ## CONSUMES
- gEfiCpuIo2ProtocolGuid ## CONSUMES
+ gEfiPciRootBridgeIoProtocolGuid ## SOMETIMES_CONSUMES
+ gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES
+ gEfiSimplePointerProtocolGuid ## SOMETIMES_CONSUMES
+ gEfiCpuIo2ProtocolGuid ## SOMETIMES_CONSUMES
[Guids]
gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## GUID
|