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/UefiShellCommandLib | |
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/UefiShellCommandLib')
-rw-r--r-- | ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf index e111e8d56f..b73b5c0e06 100644 --- a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf +++ b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf @@ -56,7 +56,7 @@ gEfiUsbIoProtocolGuid ## SOMETIMES_CONSUMES
[Guids]
- gEfiSasDevicePathGuid ## CONSUMES ## GUID
+ gEfiSasDevicePathGuid ## SOMETIMES_CONSUMES ## GUID
[Pcd.common]
gEfiShellPkgTokenSpaceGuid.PcdShellSupportLevel ## CONSUMES
|