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/UefiHandleParsingLib | |
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/UefiHandleParsingLib')
-rw-r--r-- | ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf index 52eed8604e..3bd4dbe423 100644 --- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf +++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf @@ -52,7 +52,7 @@ SortLib
[Protocols]
- gEfiSimpleFileSystemProtocolGuid ## CONSUMES
+ gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
# shell 2.0
gEfiShellProtocolGuid ## SOMETIMES_CONSUMES
@@ -62,18 +62,18 @@ gEfiShellEnvironment2Guid ## SOMETIMES_CONSUMES
gEfiShellInterfaceGuid ## SOMETIMES_CONSUMES
- gEfiUnicodeCollation2ProtocolGuid ## CONSUMES
- gEfiDevicePathToTextProtocolGuid ## CONSUMES
- gEfiBusSpecificDriverOverrideProtocolGuid ## CONSUMES
- gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES
- gEfiDevicePathFromTextProtocolGuid ## CONSUMES
- gEfiPlatformDriverOverrideProtocolGuid ## CONSUMES
- gEfiSimpleTextInProtocolGuid ## CONSUMES
- gEfiPlatformToDriverConfigurationProtocolGuid ## CONSUMES
- gEfiDriverSupportedEfiVersionProtocolGuid ## CONSUMES
+ gEfiUnicodeCollation2ProtocolGuid ## UNDEFINED
+ gEfiDevicePathToTextProtocolGuid ## UNDEFINED
+ gEfiBusSpecificDriverOverrideProtocolGuid ## UNDEFINED
+ gEfiDevicePathUtilitiesProtocolGuid ## UNDEFINED
+ gEfiDevicePathFromTextProtocolGuid ## UNDEFINED
+ gEfiPlatformDriverOverrideProtocolGuid ## UNDEFINED
+ gEfiSimpleTextInProtocolGuid ## UNDEFINED
+ gEfiPlatformToDriverConfigurationProtocolGuid ## UNDEFINED
+ gEfiDriverSupportedEfiVersionProtocolGuid ## UNDEFINED
gEfiLoadedImageProtocolGuid ## CONSUMES
gEfiDevicePathProtocolGuid ## CONSUMES
- gEfiLoadedImageDevicePathProtocolGuid ## CONSUMES
+ gEfiLoadedImageDevicePathProtocolGuid ## UNDEFINED
gEfiSimpleTextOutProtocolGuid ## UNDEFINED
gEfiSimplePointerProtocolGuid ## UNDEFINED
gEfiAbsolutePointerProtocolGuid ## UNDEFINED
@@ -293,7 +293,7 @@ gEfiRestProtocolGuid ## UNDEFINED
[Guids]
- gEfiFileInfoGuid ## CONSUMES ## GUID
+ gEfiFileInfoGuid ## UNDEFINED
gEfiShellEnvironment2ExtGuid ## CONSUMES ## GUID
gEfiPcAnsiGuid ## UNDEFINED
gEfiVT100Guid ## UNDEFINED
|